Closed setop closed 7 years ago
There is --input0Format=tab_separated which seems close enough. Or --input0Format=chemnitz which seems to be separated by :: (double colon). Overall command should be something like (untested): ./run.sh --lang1=$lang1 --lang2=$lang2 --dictOut=out.quickdic --dictInfo="My dictionary." --input0=tabinput.txt --input0Name=wordSource --input0Format=tab_separated
And it actually works ! This opens doors to custom dictionary. Thanks a lot.
Is there already a piece of code which allow to convert a key;value text file into a dictionary file ?