|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annotator | |
---|---|
tml.annotators | |
tml.storage | Implements a repository of documents, from which several corpora can be obtained. |
Uses of Annotator in tml.annotators |
---|
Classes in tml.annotators that implement Annotator | |
---|---|
class |
PennTreeAnnotator
Annotator that implements the PennTree bank from the Stanford parser. |
Uses of Annotator in tml.storage |
---|
Methods in tml.storage that return types with arguments of type Annotator | |
---|---|
java.util.List<Annotator> |
Repository.getAnnotators()
|
Methods in tml.storage with parameters of type Annotator | |
---|---|
void |
Repository.addAnnotator(Annotator annotator)
Adds an annotator to the repository |
void |
Repository.removeAnnotator(Annotator annotator)
Removes an annotator to the repository |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |