public class TokenPatternFeatureGenerator extends Object implements AdaptiveFeatureGenerator
| Constructor and Description | 
|---|
| TokenPatternFeatureGenerator()Initializes a new instance. | 
| TokenPatternFeatureGenerator(Tokenizer supportTokenizer)Initializes a new instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | createFeatures(List<String> feats,
              String[] toks,
              int index,
              String[] preds)Adds the appropriate features for the token at the specified index with the
 specified array of previous outcomes to the specified list of features. | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearAdaptiveData, updateAdaptiveDatapublic TokenPatternFeatureGenerator()
SimpleTokenizer is used.public TokenPatternFeatureGenerator(Tokenizer supportTokenizer)
supportTokenizer - public void createFeatures(List<String> feats, String[] toks, int index, String[] preds)
AdaptiveFeatureGeneratorcreateFeatures in interface AdaptiveFeatureGeneratorfeats - The list of features to be added to.toks - The tokens of the sentence or other text unit being processed.index - The index of the token which is currently being processed.preds - The outcomes for the tokens prior to the specified index.Copyright © 2018 The Apache Software Foundation. All rights reserved.