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

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.

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