/py-relatedwords

Find Words Related to Another Word

Primary LanguagePythonMIT LicenseMIT

Install

pip install py-relatedwords

Example

from relatedwords.list import ReplatedWords

relatedwords = ReplatedWords()
print(relatedwords.query('test'))

License

MIT