docanalysis
, command-line tool that processes document collections (CProjects) and performs text analysis.It uses custom code along with Python tools like NLTK, and it can use spaCy or scispaCy for extracting and annotating entities. The tool creates summary data and word lists as output.
Use the code pip install docanalysis
to install docanalysis
Check the successful installation with command : docanalysis --help
. You should see a help message come up.
Code Repository - github
docanalysis
: docanalysis/README.md