berkeley-entity
berkeley-entity copied to clipboard
The Berkeley Entity Resolution System jointly solves the problems of named entity recognition, coreference resolution, and entity linking with a feature-rich discriminative model.
Hi, I am trying retrieving the entities in Austen's Pride and Prejudice and I get the error: `Couldn't parse even with backoff parser!` on a sentence in Chapter 6: >...
I want to know that with conll2003 ner label and the aida-yago entity linking annotations, how to get the joint sparse features, I am a bit confused of the format...
Hi ! When I use the sbt assembly, it just reports that it cannot find the wikipediaInterface sort of problem, is there any suggestions ?
Hi Greg, I compiled the source files again and created berkeley-entity jar in target directory. Jar creation is successful. But while running the system with this jar I am getting...
Hi Greg, I keep getting java OutOfMemoryError when I try to train a new model. I already switched to COREF_TRAIN_PREDICT mode as you suggest in the readme file, but the...
Hi Greg, I tried with -useGoldMentions option to try coreference resolution with gold mentions. But it seems this is not happening. When I do the evaluation with the output conll...
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...
Hi Greg, When prunedEdges(i)(j) is true, does that mean the mention pair ith mention and jth mention is ignored(or avoided from further processing) ? I got confused when I printed...
Hi, I was trying to use the mention detection module of this project. Can you please help me with pointers on which class and function does the mention detection. Even...