@Service(value=UIMAServicesFacade.class) public class ExternalServicesFacade extends Object implements UIMAServicesFacade
Constructor and Description |
---|
ExternalServicesFacade() |
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) |
Map<String,Object> |
getParameterSetting() |
List<org.apache.uima.cas.FeatureStructure> |
getTags(String document) |
void |
setParameterSetting(Map<String,Object> parameterSetting) |
public List<org.apache.uima.cas.FeatureStructure> getTags(String document) throws org.apache.uima.UIMAException
getTags
in interface UIMAServicesFacade
org.apache.uima.UIMAException
public org.apache.uima.cas.FeatureStructure getLanguage(String document) throws org.apache.uima.UIMAException
getLanguage
in interface UIMAServicesFacade
org.apache.uima.UIMAException
public List<org.apache.uima.cas.FeatureStructure> getNamedEntities(String document) throws org.apache.uima.UIMAException
getNamedEntities
in interface UIMAServicesFacade
org.apache.uima.UIMAException
public org.apache.uima.cas.FeatureStructure getCategory(String document) throws org.apache.uima.UIMAException
getCategory
in interface UIMAServicesFacade
org.apache.uima.UIMAException
public List<org.apache.uima.cas.FeatureStructure> getConcepts(String document) throws org.apache.uima.UIMAException
getConcepts
in interface UIMAServicesFacade
org.apache.uima.UIMAException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.