Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 649 Bytes

VerbMiner

Do you want to learn how good writers use verbs? This tool can help you summarize verbs from PDF. The input could be either a PDF or a txt file (e.g., academic papers, textbooks, magazines). The output is a csv file summarizing all the verbs found in the input. The next step would be to visualize the results and to identify novel verbs.

Example input

Example input

Example output

Example output

Usage

python src/verbminer.py <path_to_input>

Dependencies