Metadata-Version: 2.1
Name: texion
Version: 0.1.0
Summary: pytorch and scikit-learn based text classification library
Home-page: https://github.com/bharathgs/texion
Author: Bharath G.S
Author-email: royalkingpin@gmail.com
Maintainer: Bharath G.S
Maintainer-email: royalkingpin@gmail.com
License: MIT
Keywords: pytorch,text,text classification,NLP,scikit-learn,sklearn,machine learning,deep learning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython

# texion

-----

**Table of Contents**

* [Installation](#installation)
* [License](#license)

## Installation

texion is distributed on [PyPI](https://pypi.org) as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.6+.

```bash
$ pip install texion
```

## License

texion is distributed under the terms of the
[MIT License](https://choosealicense.com/licenses/mit).


