|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITextHandler | |
textmaven.application.analyzer | This package contains all classes specific to TextMaven analyzer program. |
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 ITextHandler in textmaven.application.analyzer |
Methods in textmaven.application.analyzer with parameters of type ITextHandler | |
void |
TextReader.addListener(ITextHandler aListener)
Specified listener will receive ITextHandler while reading the document |
void |
TextReader.removeListener(ITextHandler aListener)
Removes the specified listener, which will not receive events any further. |
void |
ITextReader.addListener(ITextHandler aListener)
Specified listener will receive ITextHandler s while reading the document |
void |
ITextReader.removeListener(ITextHandler aListener)
Removes the specified listener, which will not receive events any further. |
Uses of ITextHandler in textmaven.application.analyzer.annotator |
Classes in textmaven.application.analyzer.annotator that implement ITextHandler | |
class |
Annotator
Annotates text word by word with hyperlinks to a vocabulary file. |
Uses of ITextHandler in textmaven.application.analyzer.extractor |
Classes in textmaven.application.analyzer.extractor that implement ITextHandler | |
class |
WordExtractor
ITextHandler implementation extracting individual words
which can be finally written to the output stream. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |