Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error processing file XXXX #4

Open
SeekPoint opened this issue Nov 4, 2016 · 2 comments
Open

error processing file XXXX #4

SeekPoint opened this issue Nov 4, 2016 · 2 comments

Comments

@SeekPoint
Copy link

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
Copy link

Jeevi10 commented Jul 19, 2018

I have same problem can anyone help?

@m-idasa
Copy link

m-idasa commented Jul 17, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants