| Package | Description |
|---|---|
| com.aliasi.crf |
Classes and interfaces for conditional random fields.
|
| Class and Description |
|---|
| ChainCrf
The
ChainCrf<E> class implements linear chain conditional
random field decoding and estimation for input token sequences of
type E. |
| ChainCrfChunker
A
ChainCrfChunker implements chunking based on a chain CRF
over string sequences, a tokenizer factory, and a tag to chunk
coder/decoder. |
| ChainCrfFeatureExtractor
The
ChainCrfFeatureExtractor interface specifies a method
for conditional random fields to extract the necessary node and
edge features for estimation and tagging. |
| ChainCrfFeatures
The
ChainCrfFeatures interface specifies methods for
extracting node and edge features for a conditional random field. |
Copyright © 2019 Alias-i, Inc.. All rights reserved.