Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 4d46d1d8c496085716cfcb76bfd1d8a0 > files > 2

hunspell-yi-1.1-11.mga7.noarch.rpm

#base word list
wget http://www.cs.uky.edu/~raphael/private/yiddish.utf8.dat
#get line count
cat yiddish.utf8.dat | sed '/^$/d' | wc -l > yi.dic
#sort it
LC_ALL=C sort yiddish.utf8.dat | sed '/^$/d' >> yi.dic