Joe Cheri Ross
Joe Cheri Ross
Hi, Do you have a version which is enabled with pre-trained word vectors instead of word hashing. I tried to enable this by uncommenting the lines for loading glove and...
I am trying to see the memory slot probabilities(probabilities associated with different sentences) for a particular query. Is there a way to visualize them ? Please help. Thanks, Joe
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 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...
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...