Package tml.storage

Implements a repository of documents, from which several corpora can be obtained.

See:
          Description

Interface Summary
RepositoryListener This interface defines the required methods to implement a Repository listener, which will be called everytime the Repository performs a step in its process.
 

Class Summary
DocumentAnnotator  
DocumentCleanup  
Repository This class represents a documents repository.
RepositoryEvent This class represents an event that was fired by a Repository and indicates the current step of the running process and the maximum number of steps.
TmlAnnotatorTask  
TmlCleanupTask  
TmlIndexerTask  
 

Package tml.storage Description

Implements a repository of documents, from which several corpora can be obtained.

Package Specification

This package implements a simple repository for document management. It uses Lucene for tokenizing, stemming and removing stop words.