loomchild / segment

Program used to split text into segments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use LanguageTool's SRX file

handhikadj opened this issue · comments

I've tried on a file with bin/segment -s ~/Documents/languagetoolorg-srx.srx -i ~/Documents/example.txt -o ~/Documents/example.out.txt the output file is still what it is

I think the problem lies in the missing -l (the language) argument in your command. The segmenter must "know" which language rules to apply.

thank you so much. that works