Any place to download wordlists in various languages?
#2
One obvious source is Aspell; download various languages and then do

Code:
aspell -d lang_code dump master | aspell -l lang_code expand > lang_code.dict

where lang_code is the language code used in Aspell, e.g. ru for Russian, etc. However, many of the dictionaries are in their respective alphabet and UTF8-encoded. But many are with latin alphabet, so for those that are it's a nice source.


Messages In This Thread
RE: Any place to download wordlists in various languages? - by voideater - 10-06-2017, 09:39 AM