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

modified en/Makefile to compile multi word expressions

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