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
406771fa
Commit
406771fa
authored
8 years ago
by
Alexis Nasr
Browse files
Options
Downloads
Patches
Plain Diff
modified makefile for evaluation
parent
a5e8b123
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
makefiles/eval.makefile
+3
-1
3 additions, 1 deletion
makefiles/eval.makefile
with
3 additions
and
1 deletion
makefiles/eval.makefile
+
3
−
1
View file @
406771fa
TAGGER=maca_trans_tagger
TAGGER=maca_trans_tagger
PARSER=maca_trans_parser
PARSER=maca_trans_parser
CRF_TAGGER=crf_barebones_decoder
LEMMATIZER=maca_lemmatizer
LEMMATIZER=maca_lemmatizer
EVAL=../../tools/eval_wplgfs.pl
EVAL=../../tools/eval_wplgfs.pl
WORD_COLUMN=1
WORD_COLUMN=1
...
@@ -39,7 +40,8 @@ test_WPLGFS:test_W test_P test_L test_G test_F test_S
...
@@ -39,7 +40,8 @@ test_WPLGFS:test_W test_P test_L test_G test_F test_S
paste test_W test_P test_L test_G test_F test_S > $@
paste test_W test_P test_L test_G test_F test_S > $@
test_Wp: test_W
test_Wp: test_W
$(TAGGER) -L $(LANGUAGE) -C $(MCD_FILE) -i $< -S > $@
# $(TAGGER) -L $(LANGUAGE) -C $(MCD_FILE) -i $< -S > $@
cat $< | $(CRF_TAGGER) -L $(LANGUAGE) > $@
test_Wpl: test_Wp
test_Wpl: test_Wp
$(LEMMATIZER) -C $(MCD_FILE) -L $(LANGUAGE) -i $< > $@
$(LEMMATIZER) -C $(MCD_FILE) -L $(LANGUAGE) -i $< > $@
...
...
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