/mkdict

[stable] create a dictinary from the web

Primary LanguageRoffMIT LicenseMIT

Generate a dictionary from the web

mkdict downloads, crawls and parses webpages to generate a wordlist with frequencies.

If you need a dictionary, execute

./mkdict https://en.wikipedia.org/wiki/Main_Page 10000

and wait some time. The resulting dictionary is saved in the file dict, each line containing the frequency of the word in words per million and the word.

Requirements

License

See LICENSE.