All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.languagetool.resource.ru.make-dict_synth-ru-cfsa2.sh Maven / Gradle / Ivy

There is a newer version: 6.5
Show newest version
#/bin/sh
gawk -f synteza.awk russian.txt >output1.txt
gawk -f tags.awk russian.txt | sort -u > mydict_tags.txt
java -jar morfologik-tools-1.5.2-standalone.jar tab2morph -nw -i output1.txt -o encoded.txt
java -jar morfologik-tools-1.5.2-standalone.jar fsa_build -f cfsa2 -i encoded.txt -o mydict_synth.dict




© 2015 - 2025 Weber Informatics LLC | Privacy Policy