https://github.com/byam/mnlp
MNLP: Mongolian Natural Language Processing.
https://github.com/byam/mnlp
hacktoberfest mongolian mongolian-text-classification nlp text-preprocessing
Last synced: 4 months ago
JSON representation
MNLP: Mongolian Natural Language Processing.
- Host: GitHub
- URL: https://github.com/byam/mnlp
- Owner: byam
- License: mit
- Created: 2019-03-21T06:38:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T12:00:06.000Z (about 5 years ago)
- Last Synced: 2024-09-28T09:17:12.527Z (over 1 year ago)
- Topics: hacktoberfest, mongolian, mongolian-text-classification, nlp, text-preprocessing
- Language: Jupyter Notebook
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
mnlp
=====
.. image:: https://travis-ci.com/byam/mnlp.svg?branch=master
:target: https://travis-ci.com/byam/mnlp
MNLP: Mongolian Natural Language Processing.
https://pypi.org/project/mnlp/
Install
----------------------
.. code-block:: console
$ pip install mnlp
Usage
----------------------
- Example: Stopwords
.. code-block:: python
import mnlp
print(mnlp.stopwords.words())
# >> ['нь', 'ч', 'л', 'ба']
- Testing
.. code-block:: console
$ python -m unittest discover
License
----------------------
MIT