Uses of Class
banner.types.Sentence
-
Packages that use Sentence Package Description banner.eval banner.eval.dataset banner.normalization banner.postprocessing banner.tagging banner.tagging.dictionary banner.tokenization banner.types -
-
Uses of Sentence in banner.eval
Methods in banner.eval that return Sentence Modifier and Type Method Description static SentenceBANNER. process(Tagger tagger, Tokenizer tokenizer, PostProcessor postProcessor, Sentence sentence)Methods in banner.eval with parameters of type Sentence Modifier and Type Method Description static StringBANNER. getTrainingText(Sentence sentence, TagFormat format, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType)static voidBANNER. outputMentions(Sentence sentence, PrintWriter mentionOutputFile, boolean onlyNonBlank, boolean ignoreWhitespace)static SentenceBANNER. process(Tagger tagger, Tokenizer tokenizer, PostProcessor postProcessor, Sentence sentence)voidBANNER.Performance. update(Sentence sentenceRequired, Sentence sentenceFound)Method parameters in banner.eval with type arguments of type Sentence Modifier and Type Method Description static voidBANNER. logInput(Set<Sentence> sentences, org.apache.commons.configuration.HierarchicalConfiguration config) -
Uses of Sentence in banner.eval.dataset
Fields in banner.eval.dataset with type parameters of type Sentence Modifier and Type Field Description protected Set<Sentence>Dataset. sentencesMethods in banner.eval.dataset that return Sentence 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)Methods in banner.eval.dataset that return types with arguments of type Sentence Modifier and Type Method Description Set<Sentence>Dataset. getSentences()Methods in banner.eval.dataset with parameters of type Sentence Modifier and Type Method Description protected voidBC2GMDataset. addAlternateMentions(Sentence sentence, HashMap<String,LinkedList<Dataset.Tag>> tags) -
Uses of Sentence in banner.normalization
Methods in banner.normalization with parameters of type Sentence Modifier and Type Method Description voidBestMatchDisambiguator. disambiguateMentions(Sentence sentence)voidMentionDisambiguator. disambiguateMentions(Sentence sentence)voidIndexedMentionIdentifier. identifyMentions(Sentence sentence)voidMentionIdentifier. identifyMentions(Sentence sentence) -
Uses of Sentence in banner.postprocessing
Methods in banner.postprocessing with parameters of type Sentence Modifier and Type Method Description abstract voidFlattenPostProcessor.FlattenType. handle(Sentence sentence, Set<Mention> overlapping)voidFlattenPostProcessor. postProcess(Sentence sentence)voidLocalAbbreviationPostProcessor. postProcess(Sentence sentence)voidOneSensePerDiscoursePostProcessor. postProcess(Sentence sentence)voidParenthesisPostProcessor. postProcess(Sentence sentence)RemovesMentions which contain a mismatched parenthesis ("(" or ")"), square bracket ("[" or "]") or curly bracket ("{" or "}").voidPostProcessor. postProcess(Sentence sentence)voidSequentialPostProcessor. postProcess(Sentence sentence)voidThresholdMentionProbabilityPostProcessor. postProcess(Sentence sentence)Method parameters in banner.postprocessing with type arguments of type Sentence Modifier and Type Method Description voidOneSensePerDocument. process(List<Sentence> sentences) -
Uses of Sentence in banner.tagging
Methods in banner.tagging with parameters of type Sentence Modifier and Type Method Description List<List<String>>CRFTagger. getFeatureRepresentation(Sentence sentence)protected cc.mallet.types.InstanceCRFTagger. getInstance(Sentence sentence)voidCRFTagger. tag(Sentence sentence)voidNBestCRFTagger. tag(Sentence sentence)voidTagger. tag(Sentence sentence)Method parameters in banner.tagging with type arguments of type Sentence Modifier and Type Method Description static CRFTaggerCRFTagger. train(Set<Sentence> sentences, int order, TagFormat format, FeatureSet featureSet) -
Uses of Sentence in banner.tagging.dictionary
Methods in banner.tagging.dictionary with parameters of type Sentence Modifier and Type Method Description voidDictionaryTagger. tag(Sentence sentence) -
Uses of Sentence in banner.tokenization
Methods in banner.tokenization with parameters of type Sentence Modifier and Type Method Description voidSimpleTokenizer. tokenize(Sentence sentence)voidTokenizer. tokenize(Sentence sentence)Tokenizes the givenSentence -
Uses of Sentence in banner.types
Methods in banner.types that return Sentence Modifier and Type Method Description SentenceSentence. copy(boolean includeTokens, boolean includeMentions)SentenceMention. getSentence()SentenceToken. getSentence()Methods in banner.types with parameters of type Sentence Modifier and Type Method Description MentionMention. copy(Sentence sentence2)Constructors in banner.types with parameters of type Sentence Constructor Description Mention(Sentence sentence, int start, int end, EntityType entityType, Mention.MentionType mentionType)Mention(Sentence sentence, int start, int end, EntityType entityType, Mention.MentionType mentionType, Double probability)Token(Sentence sentence, int start, int end)The token is from character start to character end - 1
-