LazyText: a library which helps build a lot of basic models without much code
LazyText is inspired b the idea of lazypredict, a library which helps build a lot of basic mpdels without much code. LazyText is for text what lazypredict is for numeric data.
- Free Software: MIT licence
Installation
To install LazyText
pip install lazytext
Usage
To use lazytext import in your project as
from lazytext.supervised import LazyTextPredict
Text Classification
Text classification on BBC News article classification.