Uses of Interface
org.apache.uima.annotator.dict_annot.dictionary.DictionaryBuilder

Packages that use DictionaryBuilder
org.apache.uima.annotator.dict_annot.dictionary   
org.apache.uima.annotator.dict_annot.dictionary.impl   
 

Uses of DictionaryBuilder in org.apache.uima.annotator.dict_annot.dictionary
 

Methods in org.apache.uima.annotator.dict_annot.dictionary with parameters of type DictionaryBuilder
 Dictionary DictionaryFileParser.parseDictionaryFile(java.lang.String dictionaryFilePath, java.io.InputStream dictionaryFileStream, DictionaryBuilder dictBuilder)
          parse the given dictionary file and creates a new dictionary using the given dictionary builder.
 

Uses of DictionaryBuilder in org.apache.uima.annotator.dict_annot.dictionary.impl
 

Classes in org.apache.uima.annotator.dict_annot.dictionary.impl that implement DictionaryBuilder
 class HashMapDictionaryBuilder
          Implementation of the DictionaryBuilder interface to build a new HashMap dictionary.
 

Methods in org.apache.uima.annotator.dict_annot.dictionary.impl with parameters of type DictionaryBuilder
 Dictionary DictionaryFileParserImpl.parseDictionaryFile(java.lang.String dictionaryFilePath, java.io.InputStream dictionaryFileStream, DictionaryBuilder dictBuilder)
           
 



Copyright © 2011. All Rights Reserved.