Quick start
The minimal command to run Stanford CoreNLPy from the command line is:
python something
If this command is run from the distribution directory, it processes the included sample file input.txt
. We use a wildcard "*"
after -cp
to load all jar files in the current directory – it needs to be in quotes. This command writes the output to an XML file named input.txt.xml
in the same directory.