Skip to content

virneo/PyShortTextCategorization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short Text Categorization in Python

This repository is a collection of algorithms for multi-class classification to short texts using Python. This package is still under development. Modules are backward compatible unless otherwise specified. Feel free to give suggestions.

To install it, in a console, use pip.

>>> pip install -U shorttext

The Word2Vec model is implemented with gensim, and various neural networks with keras, with a Theano backend. Certain natural language processing tasks are implemented with spacy and gensim. This also imports numpy, scipy, and pandas.

Upcoming changes here.

News

  • 02/23/2016: shorttext 0.2.1 released.
  • 12/21/2016: shorttext 0.2.0 released.
  • 11/25/2016: shorttext 0.1.2 released.
  • 11/21/2016: shorttext 0.1.1 released.

Useful Links

About

Various Algorithms for Short Text Categorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 62.9%
  • Python 35.2%
  • Makefile 1.9%