-
Notifications
You must be signed in to change notification settings - Fork 306
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 while running make_datafile.py #16
Comments
Please let me know are you using the stanford-corenlp-full-2016-10-31/stanford-corenlp-3.7.0.jar or the one with 2017? This error mostly occur when you are not using stanford-corenlp-full-2016-10-31/stanford-corenlp-3.7.0.jar. Please check. |
I had a similar issue, though not sure if it's the same cause.
See:
#12
…On Sun, Oct 29, 2017 at 8:29 PM, Jaffer Wilson ***@***.***> wrote:
Please let me know are you using the stanford-corenlp-full-2016-10-31/stanford-corenlp-3.7.0.jar
or the one with 2017? This error mostly occur when you are not using
stanford-corenlp-full-2016-10-31/stanford-corenlp-3.7.0.jar. Please check.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHM9T-dG4T41-xYVGiyZCN2ZD412WrNAks5sxUKzgaJpZM4QJzMu>
.
|
I have created already the processed file you can try that without any issue. Here is the link: https://github.com/JafferWilson/Process-Data-of-CNN-DailyMail |
@JafferWilson yes i am using stanford-corenlp-full-2017-09-0/stanford-corenlp-3.8.0.jar. I will use the processed file. |
@97yogitha No do not use the 2017 one.. use 2016 which is mentioned in the Read.me file of the repository. |
@JafferWilson Thanks for the help. I used 3.7.0 from https://stanfordnlp.github.io/CoreNLP/history.html and it worked. |
thanks very much, today I encountered this problem with the newest version 3.8.0, and then I changed to 3.7.0, finally, it worked. |
Please some one close this issue. |
@JafferWilson Could you help in running the nueral network against our own data, how to generate .bin files for our article? I have clear idea about tokenozation but what about the urls mapping? How to do it? |
Hi @Sharathnasa
It processes your test data into the binary format |
check subprocess.call(command) set classpath using os.environ["CLASSPATH"]='stanford-corenlp-full-2016-10-31/stanford-corenlp-3.7.0.jar', then run |
@abisee this is the error that I get when I run the command makefile.py cnn/stories dailymail/stories
The text was updated successfully, but these errors were encountered: