public class SentenceFeatureGenerator
extends opennlp.tools.util.featuregen.CustomFeatureGenerator
| Constructor and Description |
|---|
SentenceFeatureGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAdaptiveData() |
void |
createFeatures(List<String> features,
String[] tokens,
int index,
String[] previousOutcomes) |
void |
init(Map<String,String> attributes,
opennlp.tools.util.featuregen.FeatureGeneratorResourceProvider resourceProvider) |
void |
updateAdaptiveData(String[] tokens,
String[] outcomes) |
public void createFeatures(List<String> features, String[] tokens, int index, String[] previousOutcomes)
public void init(Map<String,String> attributes, opennlp.tools.util.featuregen.FeatureGeneratorResourceProvider resourceProvider)
init in class opennlp.tools.util.featuregen.CustomFeatureGeneratorpublic void clearAdaptiveData()
Copyright © 2015 IXA pipes. All rights reserved.