emnlp2017-bilstm-cnn-crf
emnlp2017-bilstm-cnn-crf copied to clipboard
eof Error
python3.4 train_pos_mai.py
Using TensorFlow backend.
Generate new embeddings files for a dataset
Read file: komninos_english_embeddings.gz
Traceback (most recent call last):
File "Train_POS.py", line 48, in
Appears like you have an incomplete file downloaded. Maybe removing and trying again solves it.
Also test it with Python 3.6, I sadly can't help with any old Python versions
thanks
Unable to fetch this error?
python3.6 train_pos_mai.py
Using TensorFlow backend.
Generate new embeddings files for a dataset
Read file: maiwiki-20180920-stub-articles.xml
Traceback (most recent call last):
File "train_pos_mai.py", line 48, in
What type of embeddings file do you use?
The system expects an input file which is similar to the GloVe representation of embeddings.
Each line a token, followed by e.g. 300 floats (space separated).
It appears like your embedding file is some form of XML file? If yes, you would need to convert it to a format like the GloVe embeddings