anl.gtou
Class OrthMatcher

java.lang.Object
  extended by anl.gtou.OrthMatcher
All Implemented Interfaces:
FeatureBuilder

public class OrthMatcher
extends java.lang.Object
implements FeatureBuilder

Date: Jan 19, 2009 3:12:56 PM


Field Summary
private  org.apache.uima.cas.Feature ortho
           
 
Constructor Summary
OrthMatcher(org.apache.uima.cas.TypeSystem system)
           
 
Method Summary
 void build(org.apache.uima.cas.FeatureStructure parent, gate.FeatureMap map)
          Transfers UIMA features to a FeatureMap or vis-a-versa.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ortho

private org.apache.uima.cas.Feature ortho
Constructor Detail

OrthMatcher

public OrthMatcher(org.apache.uima.cas.TypeSystem system)
Method Detail

build

public void build(org.apache.uima.cas.FeatureStructure parent,
                  gate.FeatureMap map)
Transfers UIMA features to a FeatureMap or vis-a-versa.

Specified by:
build in interface FeatureBuilder
Parameters:
parent - the UIMA featureStructure containing the feature
map - the feature map to put the feature in