An open API service indexing awesome lists of open source software.

https://github.com/null-none/py-relatedwords

Find Words Related to Another Word
https://github.com/null-none/py-relatedwords

Last synced: 9 months ago
JSON representation

Find Words Related to Another Word

Awesome Lists containing this project

README

          

=======
Install
=======

.. code-block:: bash

pip install py-relatedwords

=======
Example
=======

.. code-block:: python

from relatedwords.list import ReplatedWords

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

=======
License
=======

MIT