CoreNLP
CoreNLP copied to clipboard
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
1. In src/edu/stanford/nlp, there are two folders, /coref and /dcoref, what are the differences between them? 2. In src/edu/stanford/nlp/coref, there are src/edu/stanford/nlp/coref/hybrid, src/edu/stanford/nlp/coref/statistical and src/edu/stanford/nlp/coref/neural, does it means the three...
I've been trying to implement transfer learning with MaxentTagger. The basic approach I've taken so far adds a new method that takes a `trainFile`, the existing model's configuration, and the...
Is there a plan to include the Coreference detection for Spanish models any time soon? Thank you,
Show the various Truecasing classes results so one can better select the biases to use in his case
Reducing the time for loading Stanford CoreNLP dependency parser model in an Android Studio project
I am developing an android application that makes use of Stanford CoreNLP pipeline with the properties: "tokenize, ssplit, pos, lemma", and the Stanford DependencyParser. I have managed to use them...
How to do this ? I have been able to overcome this issue and import Stanford CoreNLP library successfully by doing three steps: **reducing the size of stanford-corenlp-3.8.0-models.jar.** making the...
Hi all, I've read here https://github.com/stanfordnlp/CoreNLP/issues/433 how to run CoreNLP server with slf4j logging, so when I start server with `java -Dorg.slf4j.simpleLogger.logFile=logfile -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat='yyyy-MM-dd HH:mm:ss:SSS' -Dorg.slf4j.simpleLogger.defaultLogLevel=debug -cp "*" -mx40m edu.stanford.nlp.pipeline.StanfordCoreNLPServer`...
I'm trying to run the dcoref system on a plain text file and want to get the output in CoNLL 2012 format. I've tried several things: ``` $ ./corenlp.sh -annotators...
Is there a description of or a report on the creation of the gazetteer files (regexner_cased and regexner_caseless)? I'm interested in the sources of the entities and which kinds of...
http://nlp.stanford.edu:8080/corenlp/process yields Thanks!