stanford_corenlp_pywrapper icon indicating copy to clipboard operation
stanford_corenlp_pywrapper copied to clipboard

NullPointerException when trying to get the coref

Open resplendentfrever opened this issue 9 years ago • 0 comments

I am having the following issue when I am trying to get the coref. Can you please help me out java.lang.NullPointerException at corenlp.JsonPipeline.getCorefInfo(JsonPipeline.java:213) at corenlp.JsonPipeline.processTextDocument(JsonPipeline.java:321) at corenlp.SocketServer.runCommand(SocketServer.java:125) at corenlp.SocketServer.parseAndRunCommand(SocketServer.java:165) at corenlp.SocketServer.namedpipeLoop(SocketServer.java:253) at corenlp.SocketServer.main(SocketServer.java:108) Traceback (most recent call last): File "", line 1, in TypeError: 'NoneType' object has no attribute 'getitem'

resplendentfrever avatar Feb 15 '16 08:02 resplendentfrever