Program made by Vincent Aliquo
Goal of application: Software that rates text based on the number of flavorful words and tones using the Stanford CoreNLP Natural Language Processing Toolkit. Models are not included in source (download through the NLP toolkit).
Download G4P Library: https://sourceforge.net/projects/g4p/files/?source=navbar
Download Core NLP toolkit: https://stanfordnlp.github.io/CoreNLP/
Parts of Speech Reference: https://sites.google.com/site/partofspeechhelp/home
Core NLP jars used from toolkit:
ejml-0.23.jarstandford-corenlp-3.9.2-javadoc.jarstandford-corenlp-3.9.2-models.jarstandford-corenlp-3.9.2-sources.jarstandford-corenlp-3.9.2.jar
How to run source:
- In
codefolder, copy the following jars from the CoreNLP library:standford-corenlp-3.9.2-models.jar - Open
VAliquo_Final.pdeusing Processing IDE or your preferred IDE and run