A C D E F G I J M O P R S T U _

A

ARCH_PPC - Static variable in class org.annolab.tt4j.PlatformDetector
 
ARCH_SPARC - Static variable in class org.annolab.tt4j.PlatformDetector
 
ARCH_X86_32 - Static variable in class org.annolab.tt4j.PlatformDetector
 
ARCH_X86_64 - Static variable in class org.annolab.tt4j.PlatformDetector
 

C

close(Closeable) - Static method in class org.annolab.tt4j.Util
Close the given Closeable.

D

DefaultExecutableResolver - Class in org.annolab.tt4j
Assume that TreeTagger is installed and available in the path.
DefaultExecutableResolver() - Constructor for class org.annolab.tt4j.DefaultExecutableResolver
 
DefaultModel - Class in org.annolab.tt4j
 
DefaultModel(String, File, String) - Constructor for class org.annolab.tt4j.DefaultModel
 
DefaultModelResolver - Class in org.annolab.tt4j
Simple model provider.
DefaultModelResolver() - Constructor for class org.annolab.tt4j.DefaultModelResolver
 
destroy() - Method in class org.annolab.tt4j.DefaultExecutableResolver
 
destroy() - Method in class org.annolab.tt4j.DefaultModel
 
destroy() - Method in interface org.annolab.tt4j.ExecutableResolver
Destroy transient resources for the executable file.
destroy() - Method in interface org.annolab.tt4j.Model
Destroy transient resources for the model.
destroy() - Method in class org.annolab.tt4j.TreeTaggerWrapper
Stop the TreeTagger process and clean up the model and executable.

E

ExecutableResolver - Interface in org.annolab.tt4j
Resolve the location of the TreeTagger executable.

F

finalize() - Method in class org.annolab.tt4j.TreeTaggerWrapper
 

G

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.
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.
getExecutable() - Method in class org.annolab.tt4j.DefaultExecutableResolver
 
getExecutable() - Method in interface org.annolab.tt4j.ExecutableResolver
Get the executable file.
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.
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.
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.
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
Get the platform ID which is PlatformDetector.getOs() and PlatformDetector.getArch() separated by a "-" (dash).
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.
getStatus() - Method in class org.annolab.tt4j.TreeTaggerWrapper
 
getText(O) - Method in interface org.annolab.tt4j.TokenAdapter
Extract the token string from the given object.

I

install() - Method in class org.annolab.tt4j.DefaultModel
 
install() - Method in interface org.annolab.tt4j.Model
Install the model to the file system (if necessary).

J

join(String[], String) - Static method in class org.annolab.tt4j.Util
Join the given strings into a single string separated by the given separator.
join(Collection<String>, String) - Static method in class org.annolab.tt4j.Util
Join the given strings into a single string separated by the given separator.

M

Model - Interface in org.annolab.tt4j
A TreeTagger model.
ModelResolver - Interface in org.annolab.tt4j
Resolve the location of the TreeTagger model.

O

org.annolab.tt4j - package org.annolab.tt4j
 
OS_LINUX - Static variable in class org.annolab.tt4j.PlatformDetector
 
OS_OSX - Static variable in class org.annolab.tt4j.PlatformDetector
 
OS_SOLARIS - Static variable in class org.annolab.tt4j.PlatformDetector
 
OS_WINDOWS - Static variable in class org.annolab.tt4j.PlatformDetector
 

P

PlatformDetector - Class in org.annolab.tt4j
Detect platform information and normalize it.
PlatformDetector() - Constructor for class org.annolab.tt4j.PlatformDetector
 
process(Collection<O>) - Method in class org.annolab.tt4j.TreeTaggerWrapper
Process the given list of token objects.

R

removeProblematicTokens(Collection<O>) - Method in class org.annolab.tt4j.TreeTaggerWrapper
 

S

setAdapter(TokenAdapter<O>) - Method in class org.annolab.tt4j.TreeTaggerWrapper
Set a TokenAdapter used to extract the token string from a token objects passed to TreeTaggerWrapper.process(Collection).
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.
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
Set a TokenHandler to receive the analyzed tokens.
setHyphenHeuristics(boolean) - Method in class org.annolab.tt4j.TreeTaggerWrapper
Turn on the heuristics fur guessing the parts of speech of unknown hyphenated words.
setModel(String) - Method in class org.annolab.tt4j.TreeTaggerWrapper
Load the model with the given name.
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. whether tokens contain line breaks (which is not allowed).
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.

T

token(O, String, String) - Method in interface org.annolab.tt4j.TokenHandler
Processs a token that TreeTagger has analyzed.
TokenAdapter<O> - Interface in org.annolab.tt4j
Adapter to extract a token from the list of objects passed to TreeTaggerWrapper.process(java.util.Collection).
TokenHandler<O> - Interface in org.annolab.tt4j
A token handler receives a notification for each tagged token.
TRACE - Static variable in class org.annolab.tt4j.TreeTaggerWrapper
 
TreeTaggerException - Exception in org.annolab.tt4j
Exception throw if an error occurs while tagging is in process.
TreeTaggerException(String) - Constructor for exception org.annolab.tt4j.TreeTaggerException
New exception.
TreeTaggerException(Throwable) - Constructor for exception org.annolab.tt4j.TreeTaggerException
New exception.
TreeTaggerException(String, Throwable) - Constructor for exception org.annolab.tt4j.TreeTaggerException
New exception.
TreeTaggerWrapper<O> - Class in org.annolab.tt4j
Main TreeTagger wrapper class.
TreeTaggerWrapper() - Constructor for class org.annolab.tt4j.TreeTaggerWrapper
 

U

updatePlatform(String, String, ByteOrder) - Method in class org.annolab.tt4j.PlatformDetector
Updates the platform-specific settings and normalizes them.
Util - Class in org.annolab.tt4j
Utility functions.

_

_additionalPaths - Variable in class org.annolab.tt4j.DefaultExecutableResolver
 
_additionalPaths - Variable in class org.annolab.tt4j.DefaultModelResolver
 
_platform - Variable in class org.annolab.tt4j.DefaultExecutableResolver
 
_platform - Variable in class org.annolab.tt4j.DefaultModelResolver
 

A C D E F G I J M O P R S T U _

Copyright © 2010. All Rights Reserved.