Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] Coref Curator service

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

[Illinois-ml-nlp-users] Coref Curator service


Chronological Thread 
  • From: <chad.m.cumby AT accenture.com>
  • To: <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: [Illinois-ml-nlp-users] Coref Curator service
  • Date: Tue, 17 May 2011 18:41:22 -0400
  • Accept-language: en-US
  • Acceptlanguage: en-US
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

Hi guys,

I’m trying to run the Coref annotator included with Curator, and I’m getting interesting errors when the platform tries to query coref.  I’ve tried it both as a local inline component and as a standalone server.  With it running as a server unless I give the JVM over 10GB of memory it fails with out of memory errors.  With over 10GB I get this error:

 

Error instantiating feature 'null':

java.lang.NullPointerException

        at LBJ2.classify.Feature.lexReadFeature(Feature.java:619)

        at LBJ2.learn.Lexicon.read(Lexicon.java:801)

        at LBJ2.learn.Lexicon.readLexicon(Lexicon.java:125)

        at LBJ2.learn.Lexicon.readLexicon(Lexicon.java:86)

        at LBJ2.learn.Lexicon.readLexicon(Lexicon.java:70)

        at LBJ2.learn.Learner.readLexicon(Learner.java:1127)

        at edu.illinois.cs.cogcomp.lbj.coref.learned.MentionDetectorMyBIOHead.readLexicon(MentionDetectorMyBIOHead.java:1083)

        at LBJ2.learn.Learner.getExampleArray(Learner.java:665)

        at edu.illinois.cs.cogcomp.lbj.coref.learned.MentionDetectorMyBIOHead.getExampleArray(MentionDetectorMyBIOHead.java:954)

        at LBJ2.learn.Learner.featureValue(Learner.java:451)

        at edu.illinois.cs.cogcomp.lbj.coref.learned.MentionDetectorMyBIOHead.cachedFeatureValue(MentionDetectorMyBIOHead.java:183)

        at edu.illinois.cs.cogcomp.lbj.coref.learned.MentionDetectorMyBIOHead.discreteValue(MentionDetectorMyBIOHead.java:263)

        at edu.illinois.cs.cogcomp.lbj.coref.learned.MentionDetectorMyBIOHead.discreteValue(MentionDetectorMyBIOHead.java:253)

        at edu.illinois.cs.cogcomp.lbj.coref.decoders.BIODecoder.decode(BIODecoder.java:50)

        at edu.illinois.cs.cogcomp.lbj.coref.decoders.ExtendHeadsDecoder.decode(ExtendHeadsDecoder.java:58)

        at edu.illinois.cs.cogcomp.lbj.coref.io.loaders.DocLoader.getPredMents(DocLoader.java:256)

        at edu.illinois.cs.cogcomp.lbj.coref.io.loaders.DocLoader.loadDoc(DocLoader.java:178)

        at edu.illinois.cs.cogcomp.annotation.handler.IllinoisCorefHandler.clusterRecord(IllinoisCorefHandler.java:106)

        at edu.illinois.cs.cogcomp.thrift.cluster.ClusterGenerator$Processor$clusterRecord.process(ClusterGenerator.java:293)

        at edu.illinois.cs.cogcomp.thrift.cluster.ClusterGenerator$Processor.process(ClusterGenerator.java:271)

        at org.apache.thrift.server.TNonblockingServer$FrameBuffer.invoke(TNonblockingServer.java:678)

        at org.apache.thrift.server.THsHaServer$Invocation.run(THsHaServer.java:291)

        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)

        at java.lang.Thread.run(Thread.java:619)

 

Any ideas?  I’m using the LBJ2 lib that came with the platform I believe. 

 

Thanks

Chad



This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.



Archive powered by MHonArc 2.6.16.

Top of Page