The latest version of nerf is 0.5.4.1-0.

nerf

Version 0.5.1 revision 0 uploaded by JakubWaszczuk.

Package meta

Synopsis
Nerf, the named entity recognition tool based on linear-chain CRFs
Description

The package provides the named entity recognition (NER) tool divided into a back-end library (see the NLP.Nerf module) and the front-end tool nerf. Using the library you can model and recognize named entities (NEs) which, for a particular sentence, take the form of forest with NE category values kept in internal nodes and sentence words kept in forest leaves.

To model NE forests we combine two different techniques. The IOB codec is used to translate to and fro between the original, forest representation of NEs and the sequence of atomic labels. In other words, it provides two isomorphic functions for encoding and decoding between both representations. Linear-chain conditional random fields, on the other hand, provide the framework for label modelling and tagging.

Author
Jakub Waszczuk
Bug reports
n/a
Category
Natural Language Processing
Copyright
Copyright (c) 2012 IPI PAN
Homepage
https://github.com/kawu/nerf
Maintainer
waszczuk.kuba@gmail.com
Package URL
n/a
Stability
experimental

Components