Skip to content

A work-in-progress repository to develop a stand-alone lightweight CRF Layer in Pytorch

Notifications You must be signed in to change notification settings

WING-NUS/PyTorchCRF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorchCRF

Build Status

PyTorchCRF is an implementation of Conditional Random Field using the PyTorch library

This is a work-in-progress repository to develop a stand-alone lightweight CRF Layer in PyTorch. The base code is factored out of AllenNLP library's CRF implementation.

We aren't using AllenNLP since we find it to be bloated and hence cumbersome to install due to the innumerable dependencies it come with as of October, 2018.

Installation

You can use pip to install this module.