- getAdapter() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get the current token adapter.
- getArch() - Method in class org.annolab.tt4j.PlatformDetector
-
Get the platform architecture.
- getArguments() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
- getByteOrder() - Method in class org.annolab.tt4j.PlatformDetector
-
Get the byte order.
- getByteOrder() - Method in class org.annolab.tt4j.TreeTaggerModel
-
- getChmodCmd() - Method in class org.annolab.tt4j.PlatformDetector
-
Get the chmod (change permissions) command for the current
platform (if one is necessary).
- getEncoding() - Method in class org.annolab.tt4j.DefaultModel
-
- getEncoding() - Method in interface org.annolab.tt4j.Model
-
Get the model encoding.
- getEncoding() - Method in class org.annolab.tt4j.TreeTaggerModelReader
-
Get the encoding used for reading the dictionary.
- getEpsilon() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get minimal tag frequency.
- getExecutable() - Method in class org.annolab.tt4j.DefaultExecutableResolver
-
- getExecutable() - Method in interface org.annolab.tt4j.ExecutableResolver
-
Get the executable file.
- getExecutableProvider() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get the current executable resolver.
- getExecutableSuffix() - Method in class org.annolab.tt4j.PlatformDetector
-
Get the file suffix used for executable files on the currently configured
platform.
- getFile() - Method in class org.annolab.tt4j.DefaultModel
-
- getFile() - Method in interface org.annolab.tt4j.Model
-
Get the location of the model.
- getFlushSequence() - Method in class org.annolab.tt4j.DefaultModel
-
- getFlushSequence() - Method in interface org.annolab.tt4j.Model
-
The the token sequence used to flush the TreeTagger state for the
given model.
- getHandler() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get the current token handler.
- getHyphenHeuristics() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get hyphen heuristics mode setting.
- getLemmas() - Method in class org.annolab.tt4j.TreeTaggerModel
-
- getMaximumTokenLength() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get the maximum number of bytes allowed in a token.
- getModel(String) - Method in class org.annolab.tt4j.DefaultModelResolver
-
- getModel(String, String, String) - Method in class org.annolab.tt4j.DefaultModelResolver
-
- getModel(String) - Method in interface org.annolab.tt4j.ModelResolver
-
Load the model with the given name.
- getModel() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get the currently set model.
- getModelResolver() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get the current model resolver.
- getName() - Method in class org.annolab.tt4j.DefaultModel
-
- getName() - Method in interface org.annolab.tt4j.Model
-
Get the name of the model.
- getOs() - Method in class org.annolab.tt4j.PlatformDetector
-
Get the operating system.
- getPerformanceMode() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get performance mode state.
- getPlatformDetector() - Method in class org.annolab.tt4j.DefaultModelResolver
-
Get platform information.
- getPlatformDetector() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get platform information.
- getPlatformId() - Method in class org.annolab.tt4j.PlatformDetector
-
- getProbabilityThreshold() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
- getRestartCount() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Get the number of times a TreeTagger process was started.
- getSearchPaths(List<String>, String) - Static method in class org.annolab.tt4j.Util
-
Get the search paths for a model or executable.
- getSource() - Method in class org.annolab.tt4j.TreeTaggerModel
-
- getStatus() - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
- getTags() - Method in class org.annolab.tt4j.TreeTaggerModel
-
- getTagset(File, String) - Static method in class org.annolab.tt4j.TreeTaggerModelUtil
-
Read the tagset from a model.
- getTagset(InputStream, String) - Static method in class org.annolab.tt4j.TreeTaggerModelUtil
-
Read the tagset from a model.
- getText(O) - Method in interface org.annolab.tt4j.TokenAdapter
-
Extract the token string from the given object.
- getTokens() - Method in class org.annolab.tt4j.TreeTaggerModel
-
- getVersion() - Method in class org.annolab.tt4j.TreeTaggerModel
-
- setAdapter(TokenAdapter<O>) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
- setAdditionalPaths(List<String>) - Method in class org.annolab.tt4j.DefaultExecutableResolver
-
Set additional paths that will be used for searching the TreeTagger
executable.
- setAdditionalPaths(List<String>) - Method in class org.annolab.tt4j.DefaultModelResolver
-
Set additional paths that will be used for searching the TreeTagger
executable.
- setArch(String) - Method in class org.annolab.tt4j.PlatformDetector
-
Override the architecture.
- setArguments(String[]) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Set the arguments that are passed to the TreeTagger executable.
- setByteOrder(ByteOrder) - Method in class org.annolab.tt4j.PlatformDetector
-
Set the byte order.
- setByteOrder(ByteOrder) - Method in class org.annolab.tt4j.TreeTaggerModel
-
- setEncoding(String) - Method in class org.annolab.tt4j.TreeTaggerModelReader
-
Set the encoding used by the dictionary.
- setEpsilon(Double) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Set minimal tag frequency to epsilon
- setExecutableProvider(ExecutableResolver) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Set a custom executable resolver.
- setHandler(TokenHandler<O>) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
- setHyphenHeuristics(boolean) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Turn on the heuristics fur guessing the parts of speech of unknown hyphenated words.
- setLemmas(List<String>) - Method in class org.annolab.tt4j.TreeTaggerModel
-
- setMaximumTokenLength(int) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Set the maximal number of characters allowed in a token.
- setModel(String) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Load the model with the given name.
- setModel(Model) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Load the given model.
- setModelProvider(ModelResolver) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Set a custom model resolver.
- setOs(String) - Method in class org.annolab.tt4j.PlatformDetector
-
Override the operating system name.
- setPerformanceMode(boolean) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Disable some sanity checks, e.g.
- setPlatformDetector(PlatformDetector) - Method in class org.annolab.tt4j.DefaultExecutableResolver
-
Set platform information.
- setPlatformDetector(PlatformDetector) - Method in class org.annolab.tt4j.DefaultModelResolver
-
- setPlatformDetector(PlatformDetector) - Method in interface org.annolab.tt4j.ExecutableResolver
-
Set platform information.
- setPlatformDetector(PlatformDetector) - Method in interface org.annolab.tt4j.ModelResolver
-
Set platform information.
- setPlatformDetector(PlatformDetector) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Set platform information.
- setProbabilityThreshold(Double) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Print all tags of a word with a probability higher than X times the largest probability.
- setReadDictionary(boolean) - Method in class org.annolab.tt4j.TreeTaggerModelReader
-
Set if the dictionary is read or skipped.
- setSource(String) - Method in class org.annolab.tt4j.TreeTaggerModel
-
- setStrictMode(boolean) - Method in class org.annolab.tt4j.TreeTaggerWrapper
-
Set the strict mode.
- setTags(List<String>) - Method in class org.annolab.tt4j.TreeTaggerModel
-
- setTokens(List<String>) - Method in class org.annolab.tt4j.TreeTaggerModel
-
- setVersion(int) - Method in class org.annolab.tt4j.TreeTaggerModel
-
- size() - Method in class org.annolab.tt4j.RingBuffer
-
- skipBytes(int) - Method in class org.annolab.tt4j.LittleEndianDataInputStream
-