-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
What I get is:
Loading engine ...
Sending data to all worker processes ...
Scanning for input files ... 1 found
[5252] LEXER /tmp/text_structure.xml
[5252] SENTENCER /tmp/text_structure.xml
Warning: system does not support required locale 'pl_PL'. We will continue with
the 'en_US.UTF-8' locale, but things may not work as expected.
[5252] MORPH /tmp/text_structure.xml
[5252] SEGM-DISAMB /tmp/text_structure.xml
[5252] PRE-TAGGER /tmp/text_structure.xml
[5252] TAGGER /tmp/text_structure.xml
[5252] POST-TAGGER /tmp/text_structure.xml
[5252] WRITER /tmp/text_structure.xml
[5252] DONE /tmp/text_structure.xml
Processing ... done.
All done.
while I do have the appropriate locale installed
$ locale -a | grep pl_PL
pl_PL.utf8
and the locale test program described on the wiki page compiles and runs.
The system is Ubuntu 10.04 LTS.
Original issue reported on code.google.com by rybencj...@gmail.com on 24 Aug 2011 at 10:15