public class ConceptFileParser_impl extends java.lang.Object implements ConceptFileParser
| Constructor and Description |
|---|
ConceptFileParser_impl() |
| Modifier and Type | Method and Description |
|---|---|
Concept[] |
parseConceptFile(java.lang.String conceptFilePathName,
java.io.InputStream conceptFileStream)
parse the XML concepts file and create the object representation for the concepts and rules.
|
public Concept[] parseConceptFile(java.lang.String conceptFilePathName, java.io.InputStream conceptFileStream) throws org.apache.uima.resource.ResourceInitializationException
ConceptFileParserparseConceptFile in interface ConceptFileParserconceptFilePathName - XML concepts file path nameconceptFileStream - XML concept file streamorg.apache.uima.resource.ResourceInitializationException - in case of parsing errors.Copyright © 2013. All Rights Reserved.