Closed SeekPoint closed 6 years ago
The data are from Penn Treebank (PTB).
can you provide it, thanks
The data is under licence and please make sure that it is not an issue for you. Please send me your email so that I can share you the data.
I sent email to you , please check it
I have sent you the data, you haven’t received it?
Sent from my iPhone
On Sep 2, 2018, at 1:59 AM, yk_data notifications@github.com wrote:
I sent email to you , please check it
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.
Get it , thanks
mldl@ub1604:~/ub16_prj/NeuroNLP2$ bash examples/run_posCRFTagger.sh embedding_path is data/glove/glove.6B/glove.6B.100d.gz loading embedding: glove from data/glove/glove.6B/glove.6B.100d.gz 2018-08-29 17:03:57,003 - POSCRFTagger - INFO - Creating Alphabets 2018-08-29 17:03:57,003 - Create Alphabets - INFO - Creating Alphabets: data/alphabets/pos_crf/ Traceback (most recent call last): File "examples/posCRFTagger.py", line 220, in
main()
File "examples/posCRFTagger.py", line 82, in main
max_vocabulary_size=50000, embedd_dict=embedd_dict)
File "./neuronlp2/io/conllx_data.py", line 88, in create_alphabets
with open(train_path, 'r') as file:
IOError: [Errno 2] No such file or directory: 'data/POS-penn/wsj/split1/wsj1.train.original'