Laura Ruis · Jan 25, 2021
Structured Prediction part two - Implementing 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 part of the series of posts on structured prediction with conditional random fields (CRFs) we are going to implement all the ingredients that were discussed in part 1 . Recall that we discussed how to model the dependencies among labels in sequence prediction tasks with a linear-chain CRF. Now, we will put a CRF on top of a neural network feature extractor and use it for part-of-speech…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.