Skip to content

freevryheid/words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

words

hash mapped wordlist in fortran

allows for speedy lookups. permutate function found on comp.lang.fortran

generate your own wordlist

aspell -d en dump master | aspell -l en expand | sed "s/\w*'//g;s/ +/\n/g" | awk '{ print tolower($0) }' | uniq > wordlist

or a variation of above. you may need to run uniq twice to remove duplicates else the wordlist cannot be mapped

About

hash mapped wordlist in fortran

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published