pranomostro / mkdict

[stable] create a dictinary from the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[stable] create a dictinary from the web

License:MIT License


Languages

Language:Roff 52.6%Language:Shell 43.2%Language:Makefile 4.2%