Short text Classifier based on Numpy,scikit-learn,Pandas,Matplotlib
Project description
TextClassifier
-----------
A simple, efficient short-text classification tool based on Numpy,scikit-learn,Pandas,Matplotlib.
Sample Usage
````````````
.. code:: python
>>> import TextClassifier
>>> import TextClassifier
>>> tc = TextClassifier.classifier_container()
>>> tc.load_Data('../data/Train.txt')
>>> tc.train()
>>> print tc.predict('���˸��ɰ��ı���')
>>> [u'baby']
Installation
````````````
.. code:: bash
$ pip install TextClassifier
Links
`````
* `Code on Github <https://github.com/ArnoldGaius/Text_Classifier>`_
-----------
A simple, efficient short-text classification tool based on Numpy,scikit-learn,Pandas,Matplotlib.
Sample Usage
````````````
.. code:: python
>>> import TextClassifier
>>> import TextClassifier
>>> tc = TextClassifier.classifier_container()
>>> tc.load_Data('../data/Train.txt')
>>> tc.train()
>>> print tc.predict('���˸��ɰ��ı���')
>>> [u'baby']
Installation
````````````
.. code:: bash
$ pip install TextClassifier
Links
`````
* `Code on Github <https://github.com/ArnoldGaius/Text_Classifier>`_
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file TextClassifier-0.0.6.1.tar.gz
.
File metadata
- Download URL: TextClassifier-0.0.6.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71836c66b4e9c3a375e8424808caa6e8a4c74225aa77072f35727699468fb4b4 |
|
MD5 | 0cfac0e15af68889e2fde705bbf89ccb |
|
BLAKE2b-256 | df6ec69db693b7ecd554a767708b9dc9530001a1e8cf78bef02ac6046c1dfbac |