XuezheMax / NeuroNLP2

Deep neural models for core NLP tasks (Pytorch version)
GNU General Public License v3.0
441 stars 89 forks source link

Predicted POS Tags #20

Closed ianupright closed 6 years ago

ianupright commented 6 years ago

I assume the Biaf: re-impl scores are described with predicted tags. For the predicted tags in the paper, where did the predicted tags come from? Did they come from the tagger built by run_posCRFTagger.sh? I did not notice a tool to predict a new CoNLL file as a result of a trained POS tagger model.

XuezheMax commented 6 years ago

The predicted tags were from the Stanford POS tagger. The parser assumes that the (predicted) pos tags are already provided in the training data file.