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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Nasr
macaon2
Commits
c4fd2bf5
Commit
c4fd2bf5
authored
8 years ago
by
Alexis Nasr
Browse files
Options
Downloads
Patches
Plain Diff
fixed bug in ftb/Makefile
parent
38ae5877
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
ftb/Makefile
+4
-2
4 additions, 2 deletions
ftb/Makefile
with
4 additions
and
2 deletions
ftb/Makefile
+
4
−
2
View file @
c4fd2bf5
...
@@ -14,6 +14,7 @@ compile:
...
@@ -14,6 +14,7 @@ compile:
$(
MAKE
)
-C
maca_lexer compile
$(
MAKE
)
-C
maca_lexer compile
$(
MAKE
)
-C
maca_trans_tagger compile
$(
MAKE
)
-C
maca_trans_tagger compile
$(
MAKE
)
-C
maca_trans_morpho compile
$(
MAKE
)
-C
maca_trans_morpho compile
$(
MAKE
)
-C
maca_trans_lemmatizer compile
$(
MAKE
)
-C
maca_trans_parser compile
$(
MAKE
)
-C
maca_trans_parser compile
# $(MAKE) -C maca_crf_tagger compile
# $(MAKE) -C maca_crf_tagger compile
...
@@ -22,13 +23,14 @@ install:
...
@@ -22,13 +23,14 @@ install:
$(
MAKE
)
-C
maca_lexer
install
$(
MAKE
)
-C
maca_lexer
install
$(
MAKE
)
-C
maca_trans_tagger
install
$(
MAKE
)
-C
maca_trans_tagger
install
$(
MAKE
)
-C
maca_trans_morpho
install
$(
MAKE
)
-C
maca_trans_morpho
install
$(
MAKE
)
-C
maca_lemmatizer
install
$(
MAKE
)
-C
maca_
trans_
lemmatizer
install
$(
MAKE
)
-C
maca_trans_parser
install
$(
MAKE
)
-C
maca_trans_parser
install
# $(MAKE) -C maca_crf_tagger install
# $(MAKE) -C maca_crf_tagger install
# @tar -cvzf ./maca_datas.tgz bin
# @tar -cvzf ./maca_datas.tgz bin
evaluation
:
evaluation
:
$(
MAKE
)
LANGUAGE
=
$(
_LANG
)
CODE
=
$(
_LANG
)
-C
eval
# $(MAKE) LANGUAGE=$(_LANG) CODE=$(_LANG) -C eval
$(MAKE)
-C
eval
clean
:
clean
:
$(
MAKE
)
-C
data/morpho-lexicon clean
$(
MAKE
)
-C
data/morpho-lexicon 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