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
- Host: GitHub
- URL: https://github.com/null-none/py-relatedwords
- Owner: null-none
- License: mit
- Created: 2018-06-10T15:02:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T15:20:15.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T13:55:38.508Z (12 months ago)
- Language: Python
- Homepage: http://relatedwords.org
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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