org.apache.uima.examples.tagger.trainAndTest
Class GrobMappingTueba
java.lang.Object
org.apache.uima.examples.tagger.trainAndTest.GrobMappingTueba
- All Implemented Interfaces:
- MappingInterface
public class GrobMappingTueba
- extends Object
- implements MappingInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrobMappingTueba
public GrobMappingTueba()
map_tags
public List<Token> map_tags(List<Token> tokens)
- Defines mapping for List<
Token
>
E.g. if we need to map tags, given a list of Tokens
, we need to map the
pos
field of every Token
to a different pos
.
- Specified by:
map_tags
in interface MappingInterface
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.