gregdurrett / berkeley-entity

The Berkeley Entity Resolution System jointly solves the problems of named entity recognition, coreference resolution, and entity linking with a feature-rich discriminative model.
GNU General Public License v3.0
185 stars 35 forks source link

Mention Detection not 100% with gold mentions #8

Open darsh10 opened 8 years ago

darsh10 commented 8 years ago

java -Xmx47g -jar berkeley-entity-1.0.jar ++config/base.conf -execDir scratch -mode COREF_PREDICT -testPath /home/development/darsh/MusOntoLearning/ground_truth/semeval/auto_small/ -modelPath models/joint-new-onto.ser.gz -numItrs 30 -outputPath /tmp/darsh/test_output_small/ -useGoldMentions

This is the command with which I ran the code. I have given the -useGoldMentions flag. I am getting very poor accuracy and the mention detection part is also not 100%.