Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
macaon2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Nasr
macaon2
Commits
92c4391e
Commit
92c4391e
authored
8 years ago
by
Alexis Nasr
Browse files
Options
Downloads
Patches
Plain Diff
modified en/Makefile to compile multi word expressions
parent
d01a1ef1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
en/Makefile
+3
-0
3 additions, 0 deletions
en/Makefile
with
3 additions
and
0 deletions
en/Makefile
+
3
−
0
View file @
92c4391e
...
...
@@ -8,6 +8,7 @@ compile:
$(
MAKE
)
-C
maca_trans_parser compile
$(
MAKE
)
-C
maca_trans_tagger compile
$(
MAKE
)
-C
maca_crf_tagger compile
$(
MAKE
)
-C
maca_lexer compile
install
:
-
mkdir
-p
bin
...
...
@@ -15,6 +16,7 @@ install:
$(
MAKE
)
-C
maca_trans_tagger
install
$(
MAKE
)
-C
maca_lemmatizer
install
$(
MAKE
)
-C
maca_crf_tagger
install
$(
MAKE
)
-C
maca_lexer
install
# @tar -cvzf ./maca_datas.tgz bin
evaluation
:
...
...
@@ -26,4 +28,5 @@ clean:
$(
MAKE
)
-C
maca_trans_parser clean
$(
MAKE
)
-C
maca_trans_tagger clean
$(
MAKE
)
-C
maca_crf_tagger clean
$(
MAKE
)
-C
maca_lexer clean
$(
MAKE
)
-C
eval
clean
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment