W dniu 2013-10-04 18:28, Daniel Naber pisze: > Hi, > > did anybody recently build a synthesizer? When I follow the instructions > at http://wiki.languagetool.org/developing-a-tagger-dictionary#toc8 I > get messages like this: > > Line number 1 has less than 3 tab-separated fields: zzzz|I zzzz > > So what's the correct input format for the tab2morph step? When I use a > format with three tab-separated columns the synth dict I get is very > large (10MB).
The message can be turned off, and should be turned off. This is just a warning from the tab2morph tool by using -nw switch. For example: java -jar $(morfologik) tab2morph -nw -i synt.txt -o synt_in.txt 2> /dev/null Best, Marcin ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ Languagetool-devel mailing list Languagetool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-devel