Skip to content
Snippets Groups Projects
Commit 406771fa authored by Alexis Nasr's avatar Alexis Nasr
Browse files

modified makefile for evaluation

parent a5e8b123
No related branches found
No related tags found
No related merge requests found
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 $< > $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment