| Package | Description |
|---|---|
| de.jungblut.ner |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFeatureExtractor
Basic feature extraction for sequence learning, takes the current word into
account and the previous label - as well as the joint version of both.
|
| Constructor and Description |
|---|
SparseFeatureExtractorHelper(List<K> words,
List<Integer> labels,
SequenceFeatureExtractor<K> extractor)
Constructs this feature factory.
|
SparseFeatureExtractorHelper(List<K> words,
List<Integer> labels,
SequenceFeatureExtractor<K> extractor,
String[] dictionary)
Constructs this feature factory via a given dictionary.
|
Copyright © 2016. All rights reserved.