Skip to content

A neural conditional random field implemented in DyNet.

Notifications You must be signed in to change notification settings

nvog/bilstm-crf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A neural conditional random field implemented in DyNet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published