Package | Description |
---|---|
org.apache.uima.examples.tagger.trainAndTest |
Modifier and Type | Method and Description |
---|---|
List<Token> |
MappingInterface.map_tags(List<Token> tokens) |
List<Token> |
GrobMappingTueba.map_tags(List<Token> tokens)
Defines mapping for List<
Token >
E.g. |
List<Token> |
CorpusReader.read_corpus(String file,
MappingInterface mapping) |
List<Token> |
BrownReader.read_corpus(String directory,
MappingInterface mapping)
Reads Brown Corpus from NLTK Distribution Format.
|
List<Token> |
TT_FormatReader.read_corpus(String file,
MappingInterface Mapping) |
Modifier and Type | Method and Description |
---|---|
List<Token> |
MappingInterface.map_tags(List<Token> tokens) |
List<Token> |
GrobMappingTueba.map_tags(List<Token> tokens)
Defines mapping for List<
Token >
E.g. |
Constructor and Description |
---|
ModelGeneration(List<Token> corpus,
String OutputFile) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.