public interface UIMAServicesFacade
Modifier and Type | Method and Description |
---|---|
org.apache.uima.cas.FeatureStructure |
getCategory(String document) |
List<org.apache.uima.cas.FeatureStructure> |
getConcepts(String document) |
org.apache.uima.cas.FeatureStructure |
getLanguage(String document) |
List<org.apache.uima.cas.FeatureStructure> |
getNamedEntities(String document) |
List<org.apache.uima.cas.FeatureStructure> |
getTags(String document) |
List<org.apache.uima.cas.FeatureStructure> getTags(String document) throws org.apache.uima.UIMAException
org.apache.uima.UIMAException
org.apache.uima.cas.FeatureStructure getLanguage(String document) throws org.apache.uima.UIMAException
org.apache.uima.UIMAException
List<org.apache.uima.cas.FeatureStructure> getNamedEntities(String document) throws org.apache.uima.UIMAException
org.apache.uima.UIMAException
org.apache.uima.cas.FeatureStructure getCategory(String document) throws org.apache.uima.UIMAException
org.apache.uima.UIMAException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.