Package | Description |
---|---|
opennlp.tools.util.featuregen |
This package contains classes for generating sequence features.
|
Modifier and Type | Method and Description |
---|---|
BrownCluster |
BrownCluster.BrownClusterSerializer.create(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
BrownTokenClasses.getWordClasses(String token,
BrownCluster brownLexicon)
It provides a list containing the pathLengths for a token if found
in the Map:token,BrownClass.
|
void |
BrownCluster.BrownClusterSerializer.serialize(BrownCluster artifact,
OutputStream out) |
Constructor and Description |
---|
BrownBigramFeatureGenerator(BrownCluster brownCluster)
Creates a new Brown Cluster bigram feature generator.
|
BrownTokenClassFeatureGenerator(BrownCluster dict) |
BrownTokenFeatureGenerator(BrownCluster dict) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.