A project for getting anagram for persian words (which also can be used for english words). Words provided from dehkhoda & moein dictionary and wikipedia titles.
You just need to install sqlalchemy .
In order to add word to database call function readwords(filename)
.
The file should contain a word in each line.
In order to get anagrams of a word call function get_anagram(word)
.
- Ali Mamizadeh