A D E F G I S T

A

addToScriptParms - Variable in class gate.treetagger2.TreeTaggerBase
 
annotationSetName - Variable in class gate.treetagger2.TreeTaggerBase
 

D

debugMode - Variable in class gate.treetagger2.TreeTaggerBase
 
doPosTagging - Variable in class gate.treetagger2.TreeTaggerChunk
 

E

encoding - Variable in class gate.treetagger2.TreeTaggerBase
 
execute() - Method in class gate.treetagger2.TreeTaggerBase
Run the TreeTagger on the current document.
execute() - Method in class gate.treetagger2.TreeTaggerChunk
 
execute() - Method in class gate.treetagger2.TreeTaggerPOS
 

F

failOnUnmappableChar - Variable in class gate.treetagger2.TreeTaggerBase
 

G

gate.treetagger2 - package gate.treetagger2
 
getAnnotationSetName() - Method in class gate.treetagger2.TreeTaggerBase
Return the annotation set name used for the TreeTaggerTokens.
getDebugMode() - Method in class gate.treetagger2.TreeTaggerBase
 
getDocument() - Method in class gate.treetagger2.TreeTaggerBase
Return the document being processed.
getDoPosTagging() - Method in class gate.treetagger2.TreeTaggerChunk
Get the flag for whether we should fail if an unmappable character is found.
getEncoding() - Method in class gate.treetagger2.TreeTaggerBase
Get the character encoding used for the temporary files.
getFailOnUnmappableChar() - Method in class gate.treetagger2.TreeTaggerBase
Get the flag for whether we should fail if an unmappable character is found.
getFeatures4Tokens(ArrayList, ArrayList) - Method in class gate.treetagger2.TreeTaggerBase
 
getFeatures4Tokens(ArrayList, ArrayList) - Method in class gate.treetagger2.TreeTaggerChunk
Parse the lines of TreeTagger Chunker output and create features for the tokens.
getFeatures4Tokens(ArrayList, ArrayList) - Method in class gate.treetagger2.TreeTaggerPOS
Parse the lines of TreeTagger POS output and create features for the tokens.
getIncludeLemma() - Method in class gate.treetagger2.TreeTaggerChunk
Get the flag for whether we should fail if an unmappable character is found.
getTokenAnnotationType() - Method in class gate.treetagger2.TreeTaggerBase
 
getTreeTaggerInvocationScriptParms() - Method in class gate.treetagger2.TreeTaggerBase
Return the location of the TreeTagger script.

I

includeLemma - Variable in class gate.treetagger2.TreeTaggerChunk
 
init() - Method in class gate.treetagger2.TreeTaggerBase
Initialize this resource.

S

setAnnotationSetName(String) - Method in class gate.treetagger2.TreeTaggerBase
Set the name of the annotation set to place the generated TreeTaggerToken annotations in.
setDebugMode(Boolean) - Method in class gate.treetagger2.TreeTaggerBase
 
setDocument(Document) - Method in class gate.treetagger2.TreeTaggerBase
Set the document to process.
setDoPosTagging(Boolean) - Method in class gate.treetagger2.TreeTaggerChunk
Set the flag for whether we we also want POS taggin tags
setEncoding(String) - Method in class gate.treetagger2.TreeTaggerBase
Set the character encoding to use for the temporary files.
setFailOnUnmappableChar(Boolean) - Method in class gate.treetagger2.TreeTaggerBase
Set the flag for whether we should fail if an unmappable character is found.
setIncludeLemma(Boolean) - Method in class gate.treetagger2.TreeTaggerChunk
Set the flag for whether we we also want POS taggin tags
setTokenAnnotationType(String) - Method in class gate.treetagger2.TreeTaggerBase
 
setTreeTaggerInvocationScriptParms(String) - Method in class gate.treetagger2.TreeTaggerBase
Set the location of the TreeTagger script.

T

tokenAnnotationType - Variable in class gate.treetagger2.TreeTaggerBase
 
TreeTaggerBase - Class in gate.treetagger2
This class is a wrapper for the language-independent POS tagger from the University of Stuttgart, Germany.
TreeTaggerBase() - Constructor for class gate.treetagger2.TreeTaggerBase
 
TreeTaggerChunk - Class in gate.treetagger2
This class is a wrapper for the language-independent POS tagger from the University of Stuttgart, Germany.
TreeTaggerChunk() - Constructor for class gate.treetagger2.TreeTaggerChunk
 
treeTaggerInvocationScriptParms - Variable in class gate.treetagger2.TreeTaggerBase
 
TreeTaggerPOS - Class in gate.treetagger2
This class is a wrapper for the language-independent POS tagger from the University of Stuttgart, Germany.
TreeTaggerPOS() - Constructor for class gate.treetagger2.TreeTaggerPOS
 

A D E F G I S T