Skip to content

Use . instead of $scriptDir in Java process #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
RichardLitt opened this issue Jun 22, 2017 · 1 comment
Closed

Use . instead of $scriptDir in Java process #6

RichardLitt opened this issue Jun 22, 2017 · 1 comment

Comments

@RichardLitt
Copy link

In the README, you suggest using $scriptDir as a variable for where the stanford NER parser was downloaded. However, I found it easier to just cd into that directory, and run this:

java -mx1000m -cp "./stanford-ner.jar:./lib/*" edu.stanford.nlp.ie.NERServer  -loadClassifier ./classifiers/english.muc.7class.distsim.crf.ser.gz -port 8080 -outputFormat inlineXML

I think using . is a bit cleaner and easier. Just an idea, this isn't a mandatory change for openjournals/joss-reviews#293.

@ben-aaron188
Copy link
Owner

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants