Uses of Interface
banner.tokenization.Tokenizer
-
Packages that use Tokenizer Package Description banner.eval banner.eval.dataset banner.normalization banner.postprocessing banner.tagging.dictionary banner.tokenization de.julielab.jcore.banner.dataset -
-
Uses of Tokenizer in banner.eval
Methods in banner.eval that return Tokenizer Modifier and Type Method Description static TokenizerBANNER. getTokenizer(org.apache.commons.configuration.HierarchicalConfiguration config)Methods in banner.eval with parameters of type Tokenizer Modifier and Type Method Description static SentenceBANNER. process(Tagger tagger, Tokenizer tokenizer, PostProcessor postProcessor, Sentence sentence) -
Uses of Tokenizer in banner.eval.dataset
Fields in banner.eval.dataset declared as Tokenizer Modifier and Type Field Description protected TokenizerDataset. tokenizerMethods in banner.eval.dataset with parameters of type Tokenizer Modifier and Type Method Description protected SentenceAZDCDataset. getSentence(String sentenceId, String documentId, String sentenceText, Tokenizer tokenizer, HashMap<String,LinkedList<Dataset.Tag>> tags, Map<String,Set<String>> nameToId, Map<String,Set<String>> idToName)protected SentenceBC2GMDataset. getSentence(String id, String sentenceText, Tokenizer tokenizer, HashMap<String,LinkedList<Dataset.Tag>> tags)voidDataset. setTokenizer(Tokenizer tokenizer)Constructors in banner.eval.dataset with parameters of type Tokenizer Constructor Description AZDCDataset(Tokenizer tokenizer)BC2GMDataset(Tokenizer tokenizer) -
Uses of Tokenizer in banner.normalization
Methods in banner.normalization with parameters of type Tokenizer Modifier and Type Method Description voidGazetteer. load(Tokenizer tokenizer, EntityType type, String filename)voidGazetteer. load(Tokenizer tokenizer, String namesFilename)voidGazetteer. load(Tokenizer tokenizer, String namesFilename, Gazetteer.EntityFilter entityFilter) -
Uses of Tokenizer in banner.postprocessing
Constructors in banner.postprocessing with parameters of type Tokenizer Constructor Description OneSensePerDocument(Tokenizer tokenizer, boolean createNew) -
Uses of Tokenizer in banner.tagging.dictionary
Methods in banner.tagging.dictionary that return Tokenizer Modifier and Type Method Description TokenizerDictionaryTagger. getTokenizer()Methods in banner.tagging.dictionary with parameters of type Tokenizer Modifier and Type Method Description voidDictionaryTagger. configure(org.apache.commons.configuration.HierarchicalConfiguration config, Tokenizer tokenizer)voidDictionaryTagger. setTokenizer(Tokenizer tokenizer) -
Uses of Tokenizer in banner.tokenization
Classes in banner.tokenization that implement Tokenizer Modifier and Type Class Description classSimpleTokenizerTokens ouput by this tokenizer consist of a contiguous block of alphanumeric characters or a single punctuation mark. -
Uses of Tokenizer in de.julielab.jcore.banner.dataset
Constructors in de.julielab.jcore.banner.dataset with parameters of type Tokenizer Constructor Description JCoReEntityDataset(Tokenizer tokenizer)
-