Uses of Interface
banner.postprocessing.PostProcessor
-
Packages that use PostProcessor Package Description banner.eval banner.postprocessing -
-
Uses of PostProcessor in banner.eval
Methods in banner.eval that return PostProcessor Modifier and Type Method Description static PostProcessorBANNER. getPostProcessor(org.apache.commons.configuration.HierarchicalConfiguration config)Methods in banner.eval with parameters of type PostProcessor Modifier and Type Method Description static SentenceBANNER. process(Tagger tagger, Tokenizer tokenizer, PostProcessor postProcessor, Sentence sentence) -
Uses of PostProcessor in banner.postprocessing
Classes in banner.postprocessing that implement PostProcessor Modifier and Type Class Description classFlattenPostProcessorclassLocalAbbreviationPostProcessorclassOneSensePerDiscoursePostProcessorclassParenthesisPostProcessorThis class removesMentions which contain a mismatched parenthesis ("(" or ")"), square bracket ("[" or "]") or curly bracket ("{" or "}").classSequentialPostProcessorclassThresholdMentionProbabilityPostProcessorMethods in banner.postprocessing with parameters of type PostProcessor Modifier and Type Method Description voidSequentialPostProcessor. addPostProcessor(PostProcessor processor)
-