An open API service indexing awesome lists of open source software.

https://github.com/jaimeteb/templatext

Text preprocessing template for NLP.
https://github.com/jaimeteb/templatext

language nlp python python3 text text-preprocessing

Last synced: about 2 months ago
JSON representation

Text preprocessing template for NLP.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/jaimeteb/pretext.svg?branch=master)](https://travis-ci.com/jaimeteb/pretext)
[![PyPI version](https://badge.fury.io/py/templatext.svg)](https://badge.fury.io/py/templatext)
[![Python version](https://img.shields.io/pypi/pyversions/templatext.svg)](https://pypi.python.org/pypi/templatext)
[![codecov](https://codecov.io/gh/jaimeteb/templatext/branch/master/graph/badge.svg)](https://codecov.io/gh/jaimeteb/templatext)

---
# templatext
Text preprocessing template for NLP.
Based on the general steps described in [this article](https://towardsdatascience.com/nlp-text-preprocessing-a-practical-guide-and-template-d80874676e79).