public interface DictionaryFileParser
Modifier and Type | Method and Description |
---|---|
Dictionary |
parseDictionaryFile(String dictionaryFilePath,
InputStream dictionaryFileStream,
DictionaryBuilder dictBuilder)
parse the given dictionary file and creates a new dictionary using the
given dictionary builder.
|
Dictionary parseDictionaryFile(String dictionaryFilePath, InputStream dictionaryFileStream, DictionaryBuilder dictBuilder) throws org.apache.uima.resource.ResourceInitializationException
dictionaryFilePath
- dictionary XML file pathdictionaryFileStream
- dictionary XML file streamdictBuilder
- dictionary build that should be used to create the dictionaryorg.apache.uima.resource.ResourceInitializationException
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.