|
Class Summary |
| ConsoleNotificationListener |
A NotificationListener subclass, used to redirect notification events to the console
(stderr). |
| DOTGraphRepoExporter |
A class that simply uses a INSECTFileDB to retrieve a DocumentNGramGraph
and uses its toDot method to create a dot formatted file. |
| grammarAndContentAnalysis |
A command-line facility class to perform grammar and content analysis of texts,
based on n-gram graphs. |
| grammaticalityEstimator |
The grammaticality estimator uses the probability of finding a given token (character)
after a given n-gram (string), extracted from a text corpus, in order to determine normality of
other (new) strings. |
| polarityEstimator |
|
| resultAssessor |
Assesses the output of system performance given a set of performances for specific documents
and topics. |
| SpamFilterServer |
A spam filter socket-based server (based on an architecture implemented by
Aris Kosmopoulos (akosmo@iit.demokritos.gr) |
| StatusConsole |
This class describes object that can display status (IStatusDisplayer subclass)
and directs the output to the console (stderr). |
| StreamOutputConsole |
A IStatusDisplayer outputting status to a given PrintStream. |
| summaryEvaluator |
A class of objects that can evaluate a set of summaries, using n-gram graph representation. |
| summaryFuzzyEvaluator |
A class that performs summary evaluation like the summaryEvaluator super-class, but
with fuzzy string matching between n-grams of different texts. |
| summaryGaussNormEvaluator |
A class for object that perform evaluation using the Gauss-normalized methodology for the
calculation n-gram graphs. |
| summaryGenericEvaluator |
A generic class for summary evaluation, which can host many different
methods, through a single interface. |
| summarySingleFileEvaluator |
This class provides a facility to compare a text with a set of model texts
returning the set of results of the individual comparisons and an overall
similarity measure. |
| test |
Utility class for testing purposes only. |