Latest Release | |
Package Status | |
License | |
Build Status | |
Coverage |
pylat is a Python package that provides an easy way to create machine learning models that work with textual data. It contains utilities to handle all the common steps needed in every NLP project, so developers don't need to reinvent the wheel and can set up their projects quickly.
Here are just a few of the main features of pylat:
- Classes to easily manage document and word embeddings, including multilingual word embeddings.
- Implementation of a Recurrent Neural Network in Tensorflow, which can be easily customizable to meet the needs of each developer.
- Easy integration with existing sklearn classes and pipelines.
- Preprocessing of texts with Spacy.
- More feature extraction tools.
- Methods to perform statistical tests between classifiers.
The pylat library is available on PyPi and can be easily installed using the pip package manager using the following command:
pip install pylat
The official documentation will be hosted at ReadTheDocs.org