| Modifier and Type | Interface and Description |
|---|---|
interface |
ProbabilityHandler<O>
A
TokenHandler can implement this interface to get probability information when
TreeTaggerWrapper.setProbabilityThreshold(Double) is used. |
| Modifier and Type | Method and Description |
|---|---|
TokenHandler<O> |
TreeTaggerWrapper.getHandler()
Get the current token handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeTaggerWrapper.setHandler(TokenHandler<O> aHandler)
Set a
TokenHandler to receive the analyzed tokens. |
Copyright © 2014. All Rights Reserved.