sfu-natlang / glm-parser

Tree-adjoining grammar based statistical dependency parser using a general linear model (glm).
Other
28 stars 2 forks source link

POS tag the dev and test data #5

Open anoopsarkar opened 10 years ago

anoopsarkar commented 10 years ago

Use automatically assigned POS tags (use the Stanford POS tagger) to the dev and test sets.

anoopsarkar commented 8 years ago

We now have an in-house tagger so we do not need to use an external tagger. However, the tagger is not yet integrated with the parser when parsing the dev or test set.