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.
pip install -r requirements.txt
python -m spacy download en
Run this code in any python file or python terminal
import nltk
nltk.download()
After that select all-corpora
and download it