-
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: Could not find or load main class edu.stanford.nlp.process.PTBTokenizer #28
Comments
i run the corenlp-3.9.2.jar |
You need |
Successfully finished tokenizing /home/ztl/Downloads/cnn_stories/cnn/stories to cnn_stories_tokenized. Making bin file for URLs listed in url_lists/all_test.txt... i have got the tokenized, but next .... |
Try this: https://github.com/JafferWilson/Process-Data-of-CNN-DailyMail |
if I have content of the article that isn't the same as structure of the CNN's article |
@quanghuynguyen1902 Guess you already have opened a new issue #29 |
I am facing the same issue in here. |
source ./.bash_profile |
i run makedatafiles.py. but it has an error:
Preparing to tokenize /home/ztl/Downloads/cnn_stories/cnn/stories to cnn_stories_tokenized...
Making list of files to tokenize...
Tokenizing 92579 files in /home/ztl/Downloads/cnn_stories/cnn/stories and saving in cnn_stories_tokenized...
Error: Could not find or load main class edu.stanford.nlp.process.PTBTokenizer
Caused by: java.lang.ClassNotFoundException: edu.stanford.nlp.process.PTBTokenizer
Stanford CoreNLP Tokenizer has finished.
Traceback (most recent call last):
However i can run echo "Please tokenize this text." | java edu.stanford.nlp.process.PTBTokenizer in the root
i dont know how to deal with? thanks a lot
The text was updated successfully, but these errors were encountered: