|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IExclusionList | |
textmaven.application.analyzer.annotator | All classes related to the ITextHandler implementation which annotates the texts with hyperlinks to the vocabulary file to be produced by the translator application. |
textmaven.application.analyzer.extractor | All classes related to the ITextHandler implementation which extracts words not found in configured exclusion lists. |
Uses of IExclusionList in textmaven.application.analyzer.annotator |
Methods in textmaven.application.analyzer.annotator that return IExclusionList | |
IExclusionList |
Annotator.getExclusionList()
|
Methods in textmaven.application.analyzer.annotator with parameters of type IExclusionList | |
void |
Annotator.setExclusionList(IExclusionList exclusionList)
|
Constructors in textmaven.application.analyzer.annotator with parameters of type IExclusionList | |
Annotator(HTMLWriter writer,
IExclusionList list,
IDictionary dict)
Constructor |
Uses of IExclusionList in textmaven.application.analyzer.extractor |
Classes in textmaven.application.analyzer.extractor that implement IExclusionList | |
class |
CompositeExclusionList
ExclusionList which may be composed out of more than one exclusion list. |
class |
ExclusionListFile
Words which should not be not be considered in the processing steps. |
Methods in textmaven.application.analyzer.extractor that return IExclusionList | |
IExclusionList |
WordExtractor.getExclusionList()
|
Methods in textmaven.application.analyzer.extractor with parameters of type IExclusionList | |
void |
WordExtractor.addExclusionList(IExclusionList list)
|
void |
CompositeExclusionList.add(IExclusionList list)
Adds specified exclusion list |
void |
CompositeExclusionList.remove(IExclusionList list)
Removes specified exclusion list from this instance, if it exists. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |