Skip to content
Snippets Groups Projects
Commit 4f9f249e authored by Franck Dary's avatar Franck Dary
Browse files

action IGNORECHAR now has lowest priority

parent f34be700
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@ all_no_test.conllu:
tokenizer.ts: all_no_test.conllu $(MCD)
echo "ENDWORD" > $@
echo "IGNORECHAR" >> $@
$(SCRIPTS)/conllu2splits.py $< $(MCD) >> $@ 2> ambiguities.txt
echo "ADDCHARTOWORD" >> $@
echo "IGNORECHAR" >> $@
sed -i -e 's/^/<tokenizer> /' $@
segmenter.ts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment