Skip to content

thcidale0808/interesting-words-spacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Wizard Report

It's a CLI tool that generates a report of interesting words for your files using Natural Language Processing library SpaCy.

Pre-Requisites:

Install python 3 and pip.

Environment Variables

  • LOGLEVEL: Default value is INFO.

Running locally

  • python3 -m venv env to create virtual environment folder
  • source ./env/bin/activate to activate virtual enviroment
  • pip install -r requirements.txt to install all dependences
  • python3 -m spacy download en_core_web_sm to download english model for spacy
  • python3 -m pytest to run all unit tests
  • python3 run.py --help for CLI details
  • python3 run.py --input '[input path]' --output [output path] to execute the tool.

Example:

python3 run.py --input \input --output \output

About

Python command line to generate a nice summary report of all interesting words for given documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages