Skip to content

woolz/Text-Rewrite-NLP

Repository files navigation

Text-Rewrite-NLP

This lib uses two Natural Language Processing (Spacy & NLTK) and a online word-finding query engine for developers called datamuse as base to rewrite texts.

First step, install python dependencies

pip install -r requirements.txt

Second step, install spacy en support

python -m spacy download en

Third step, install NLTK corpora

Run this code in any python file or python terminal

import nltk
nltk.download()

After that select all-corpora and download it

Last step, Enjoy :)

Example

About

This lib uses two Natural Language Processing (SPACY & NLTK) as base to rewrite texts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages