org.apache.ctakes.core.knowtator
Class KnowtatorXMLParser

java.lang.Object
  extended by org.apache.ctakes.core.knowtator.KnowtatorXMLParser

public class KnowtatorXMLParser
extends Object


Constructor Summary
KnowtatorXMLParser(Set<String> annotatorNames)
           
KnowtatorXMLParser(String... annotatorNames)
           
 
Method Summary
 Collection<KnowtatorAnnotation> parse(URI knowtatorXML)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowtatorXMLParser

public KnowtatorXMLParser(String... annotatorNames)

KnowtatorXMLParser

public KnowtatorXMLParser(Set<String> annotatorNames)
Method Detail

parse

public Collection<KnowtatorAnnotation> parse(URI knowtatorXML)
                                      throws org.jdom2.JDOMException,
                                             IOException
Throws:
org.jdom2.JDOMException
IOException


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