hadyelsahar / CNN-RelationExtraction

Convolution neural network for relation extraction between two given entities
178 stars 60 forks source link

error processing file XXXX #4

Open SeekPoint opened 7 years ago

SeekPoint commented 7 years ago

rzai@rzai00:~/prj/CNN-RelationExtraction/examples/rel-graphrelations$ python rel-graphrelations_example.py Using gpu device 0: GeForce GTX 1080 (CNMeM is disabled, cuDNN 5005) /usr/local/lib/python2.7/dist-packages/sklearn/cross_validation.py:44: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20. "This module will be removed in 0.20.", DeprecationWarning) preprocessed data file doesn't exist.. running extraciton process reading data... Finished processing files 0 out of 169 0000 19 error processing file 0000 0001 14 error processing file 0001 0002 17 error processing file 0002 0003 15 error processing file 0003 0004 19 error processing file 0004 0005 17 error processing file 0005 0006 21 error processing file 0006 0007 14 error processing file 0007

Jeevi10 commented 6 years ago

I have same problem can anyone help?

m-idasa commented 5 years ago

you need to run CoreNLPServer on 127.0.0.1:9000 you can download stanford core nlp here and run java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000 code in command line. read stanford site for more details about core nlp server