public interface ConceptFileParser
Modifier and Type | Method and Description |
---|---|
Concept[] |
parseConceptFile(String conceptFilePathName,
InputStream conceptFileStream)
parse the XML concepts file and create the object representation for the concepts and rules.
|
Concept[] parseConceptFile(String conceptFilePathName, InputStream conceptFileStream) throws org.apache.uima.resource.ResourceInitializationException
conceptFilePathName
- XML concepts file path nameconceptFileStream
- XML concept file streamorg.apache.uima.resource.ResourceInitializationException
- in case of parsing errors.Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.