Skip to content
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

HTML Interface not Reflecting quote Annotator Specified in Properties File #1394

Open
pnlph opened this issue Nov 3, 2023 · 1 comment
Open

Comments

@pnlph
Copy link

pnlph commented Nov 3, 2023

Hello,

I am running the Stanford CoreNLP server 4.5.5 with a custom properties file to specify certain annotators. However, I've noticed that the HTML interface accessed via localhost does not reflect the changes made in the properties file, particularly the quote annotator which I have specified in my properties file is missing from the HTML interface.

Here's the relevant portion of my properties file:

# CoreNLP.properties
annotators = tokenize, ssplit, pos, lemma, ner, regexner, parse, depparse, coref, kbp, quote, openie, sentiment

Despite having the quote annotator specified in the properties file, it does not appear as an option in the UI. I have also adjusted the server's memory allocation to ensure there's enough memory for all annotators.

Command used to start the server:

java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000 -props CoreNLP.properties

I was wondering if the HTML interface is supposed to reflect the annotators listed in the properties file, or if it's static and displays all annotators regardless of the properties file settings. If it's supposed to reflect the properties file, could you provide some guidance on how to ensure the HTML interface shows the quote annotator as an option?

Thanks!

@AngledLuffa
Copy link
Contributor

AngledLuffa commented Nov 3, 2023 via email

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