/bilstm-crf

A neural conditional random field implemented in DyNet.

Primary LanguagePython

bilstm-crf

About

This repository contains code that implements a sequential neural conditional random field (CRF) in DyNet. It can be trained using DyNet's autobatching (on CPU or GPU) to perform sequence labeling tasks such as named-entity recognition (NER) or part-of-speech (POS) tagging, for which demo data is provided.

References

See https://pytorch.org/tutorials/beginner/nlp/advanced_tutorial.html for a walk-through in the PyTorch framework.