Metadata-Version: 2.1
Name: nlon-py
Version: 0.1.4
Summary: Python package for identifying text containing natural language (or not) using machine learning.
Home-page: https://github.com/Jianwen-Xu/nlon-py
Author: Jianwen Xu
Author-email: xujianwen37@gmail.com
License: MIT license
Keywords: nlon_py
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

=======
nlon-py
=======


.. image:: https://img.shields.io/pypi/v/nlon-py.svg
        :target: https://pypi.python.org/pypi/nlon-py

.. image:: https://travis-ci.com/Jianwen-Xu/NLoN-PY.svg
        :target: https://travis-ci.com/Jianwen-Xu/nlon-py

.. image:: https://readthedocs.org/projects/nlon-py/badge/?version=latest
        :target: https://nlon-py.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Python package for identifying text containing natural language (or not) using machine learning.


* Free software: MIT license
* Documentation: https://nlon-py.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.4 (2021-07-18)
------------------

* Implement basic model and functions

0.1.0 (2021-06-10)
------------------

* First release on PyPI.


