org.apache.uima.tools.cfe
Class OffsetDiff
java.lang.Object
org.apache.uima.tools.cfe.OffsetDiff
public class OffsetDiff
- extends Object
Method Summary |
static void |
main(String[] args)
|
void |
process(List<org.apache.uima.tools.cfe.OffsetDiff.Span> source,
List<org.apache.uima.tools.cfe.OffsetDiff.Span> target)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_source_id
public String m_source_id
m_target_id
public String m_target_id
OffsetDiff
public OffsetDiff(String source_id,
String target_id)
process
public void process(List<org.apache.uima.tools.cfe.OffsetDiff.Span> source,
List<org.apache.uima.tools.cfe.OffsetDiff.Span> target)
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.