Are you always using the same words in your scientific papers? This is a tool to run a text analysis on PDF files containing an English corpus.
It's essentially the Flask WebApp of the repo VocabularyAnalyzer, a simple tool to extract keywords and Part-Of-Speech distributions from a given PDF.
Install Python3.6+, create a virtualenv and, within the environment,
pip install -r requirements.txt
.
Then run
python runserver.py
If all's good the local webapp will be up at http://127.0.0.1:5000, aka localhost.
The tool is designed to run only on searchable PDF, namely PDF files in which the text can be selected and copied. That's it!
Here there are the sample results obtained by running on a PDF of some proceedings I wrote a long time ago, taken from here.
Thanks to the people at spaCy for the NE part, and to the guys who made word cloud for the awesome word-cloud images that can be produced.