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, wait
clearAdaptiveData, updateAdaptiveData
public TokenPatternFeatureGenerator()
SimpleTokenizer
is used.public TokenPatternFeatureGenerator(Tokenizer supportTokenizer)
supportTokenizer
- public void createFeatures(List<String> feats, String[] toks, int index, String[] preds)
AdaptiveFeatureGenerator
createFeatures
in interface AdaptiveFeatureGenerator
feats
- 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 © 2020 The Apache Software Foundation. All rights reserved.