pylat

A simple library with some common nlp operations


License
GPL-3.0
Install
pip install pylat==0.2.5

Documentation

pylat

Latest Release latest release
Package Status status
License license
Build Status travis build status
Coverage coverage

What is it?

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.

Main Features

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.

Installation

The pylat library is available on PyPi and can be easily installed using the pip package manager using the following command:

pip install pylat

License

GPL-3

Documentation

The official documentation will be hosted at ReadTheDocs.org