| Package | Description |
|---|---|
| org.cleartk.feature.token | |
| org.cleartk.opennlp.tools.parser | |
| org.cleartk.snowball | |
| org.cleartk.timeml.event | |
| org.cleartk.token.pos | |
| org.cleartk.token.pos.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
TokenTextForSelectedPosExtractor.extract(JCas view,
Token token) |
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
DefaultInputTypesHelper.getTokens(JCas jCas,
Sentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultInputTypesHelper.getPosTag(Token token) |
void |
DefaultInputTypesHelper.setPosTag(Token token,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSnowballStemmer.setStem(Token token,
String stem) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CleartkExtractor<Event,Token>> |
EventAttributeAnnotator.contextExtractors
The list of feature extractors that will be applied to the Event annotation, with a Sentence
window.
|
protected List<CleartkExtractor<Token,Token>> |
EventAnnotator.contextExtractors |
protected List<CleartkExtractor<Token,Token>> |
EventAnnotator.contextExtractors |
protected List<FeatureExtractor1<Token>> |
EventAnnotator.tokenFeatureExtractors |
| Modifier and Type | Method and Description |
|---|---|
String |
TokenPosWriter.writeAnnotation(JCas cas,
Token token) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
DefaultFeatureExtractor.extractFeatures(JCas jCas,
Token token,
Sentence sentence) |
String |
DefaultPosAnnotator.getTag(JCas cas,
Token token) |
void |
DefaultPosAnnotator.setTag(JCas cas,
Token token,
String tag) |
Copyright © 2014. All rights reserved.