|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| ExecutableResolver | Resolve the location of the TreeTagger executable. |
| Model | A TreeTagger model. |
| ModelResolver | Resolve the location of the TreeTagger model. |
| ProbabilityHandler<O> | A TokenHandler can implement this interface to get probability information when
TreeTaggerWrapper.setProbabilityThreshold(Double) is used. |
| TokenAdapter<O> | Adapter to extract a token from the list of objects passed to
TreeTaggerWrapper.process(java.util.Collection). |
| TokenHandler<O> | A token handler receives a notification for each tagged token. |
| Class Summary | |
|---|---|
| DefaultExecutableResolver | Assume that TreeTagger is installed and available in the path. |
| DefaultModel | |
| DefaultModelResolver | Simple model provider. |
| PlatformDetector | Detect platform information and normalize it. |
| RingBuffer | |
| TreeTaggerWrapper<O> | Main TreeTagger wrapper class. |
| Util | Utility functions. |
| Exception Summary | |
|---|---|
| TreeTaggerException | Exception throw if an error occurs while tagging is in process. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||