Skip to content

Using Stanford NLP library to process Documents to construct Document-Word matrix

Notifications You must be signed in to change notification settings

dariatsenter/Document-word-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

An exercise to practice using Stanford NLP library to process Documents to construct Document-Word matrix.

Compile

javac -cp stanford-corenlp-3.9.1.jar:slf4j-simple.jar:protobuf.jar:stanford-corenlp-3.9.1-models.jar Preprocessing.java

Run

java -cp .:stanford-corenlp-3.9.1.jar:slf4j-simple.jar:protobuf.jar:stanford-corenlp-3.9.1-models.jar Preprocessing

About

Using Stanford NLP library to process Documents to construct Document-Word matrix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages