Skip to content

heeyounglee/hcoref

 
 

Repository files navigation

Hybrid coreference resolution system

The code is based on Stanford CoreNLP and FastRandomForest (+ weka), forked from:

https://github.com/stanfordnlp/CoreNLP

https://code.google.com/archive/p/fast-random-forest/

How to run

  • Train
java -Xmx30g edu.stanford.nlp.hcoref.train.CorefTrainer
    -props /PATH/src/edu/stanford/nlp/hcoref/properties/coref-conll.properties \
    -hcoref.path.serialized /PATH/MODEL/SERIALIZED/
  • Eval
java -Xmx30g edu.stanford.nlp.hcoref.CorefSystem
    -props /PATH/src/edu/stanford/nlp/hcoref/properties/coref-conll.properties \
    -hcoref.path.serialized /PATH/MODEL/SERIALIZED/

About

Stanford CoreNLP: A Java suite of core NLP tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.2%
  • Lex 1.7%
  • Common Lisp 0.2%
  • JavaScript 0.2%
  • Shell 0.2%
  • Makefile 0.2%
  • Other 0.3%