This is a helper module for SpaCy and Gensim that streamlines my typical text processing procedures to take a list of documents input and outputs desired analyses. The module includes one step functions that does the following:
- Parsing/Gramming texts with SpaCy
- Phrase modeling with Gensim
- LDA topic modeling with Gensim
- Creating visualization of LDA topic models with PyLDAVis