Laura Ruis · Nov 6, 2021
Structured Prediction part three - Training a linear-chain CRF
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
In this final part of the series on structured prediction with linear-chain CRFs we will use our implementation from part two to train a model on real data. To learn such a model, we need a dataset with examples consisting of input sentences annotated with POS tags. We will choose the Universal Dependencies dataset ( Silveira et al., 2014 ). Then all the things we need to implement are: A…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.