org.apache.ctakes.assertion.cr
Class NegExAnnotation

java.lang.Object
  extended by org.apache.ctakes.assertion.cr.NegExAnnotation

public class NegExAnnotation
extends Object

parses a line of data from the negex gold standard For the few instances where there is somethign wrong with the gold standard, corrects/rejects some mistakes in gold standard (e.g. where entity is longer than the sentence!)


Constructor Summary
NegExAnnotation(String lineWithAnnotation)
           
 
Method Summary
static void main(String[] args)
          test a single line
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NegExAnnotation

public NegExAnnotation(String lineWithAnnotation)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

main

public static void main(String[] args)
test a single line

Parameters:
args -


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.