Class Summary |
ContentShiftDetector |
The main entry point of the project. |
CSDModel |
CSDModel stores everything for an indicator selection and local context detection model. |
DataSetSaver |
This is a utility class to export the Vector Space Model representations of a corpora into the SVMlight format (used as a baseline). |
Sentence |
Sentence is a container for the original and the tokenized sentence. |
SyntaxParser |
SyntaxParser is an utility class for parsing sentences, it wraps the Stanford parser (http://nlp.stanford.edu/software/lex-parser.shtml). |
Tokenizer |
Tokenizer is an utility class for task-dependent tokenization and lemmatization. |