8000 GitHub - nlp-kg/NLPretext: All the goto functions you need to handle NLP use-cases, integrated in NLPretext
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nlp-kg/NLPretext

Β 
Β 

NLPretext

CI status CD status Python Version Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions Documentation License

All the goto functions you need to handle NLP use-cases, integrated in NLPretext

TL;DR

Working on an NLP project and tired of always looking for the same silly preprocessing functions on the web? 😫

Need to efficiently extract email adresses from a document? Hashtags from tweets? Remove accents from a French post? πŸ˜₯

NLPretext got you covered! πŸš€

NLPretext packages in a unique library all the text preprocessing functions you need to ease your NLP project.

πŸ” Quickly explore below our preprocessing pipelines and individual functions referential.

Cannot find what you were looking for? Feel free to open an issue.

Installation

Supported Python Versions

  • Main version supported : 3.7
  • Other supported versions : 3.8

We strongly advise you to do the remaining steps in a virtual environnement.

To install this library from PyPi, run the following command:

pip install nlpretext

or with Poetry

poetry add nlpretext

Usage

Default pipeline