-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Terminal command to convert all graphs? #3
Comments
Hi Peter, the message says 'ERROR' but it's a warning: the correct compiled graph is generated. |
Hi @eric-laporte , thanks. Perfect, now I am using
No error messages. All graphs convertionAbout "to convert all graphs?" of this issue (title), I tested I am using a shell script as workaround (after change the folder name to #!/bin/bash
for NAME in $( ls *.grf | xargs readlink -f ); do
"/home/user/Unitex-GramLab-3.1/App/UnitexToolLogger" Grf2Fst2 -e $NAME -y "--alphabet=/home/user/workspace/Unitex-GramLab/Unitex/pt-BR/Alphabet.txt" -qutf8-no-bom
done Naming and running it as Now I need to understand how to interpret the "transducer language" of |
Yes, the user manual, section 14.3.2 |
Hi, thanks. We can close this question. If there are no Grf2Fst2 option to do bulk convertions (convert all |
Hi, I am testing
Unitex-GramLab-3.1-linux-x86_64.run
, it is fine in Ubuntu 16 LTS... Running withpt-BR
... At menu FSGraph menu/Tools/Compile FST2 no convertion, only error:"Main graph matches epsilon! ERROR: the main graph A001 recognizes "
I need
pt-BR/Inflection/*.grf
).The text was updated successfully, but these errors were encountered: