C D G I M O P S T 

C

CleartkDependencyOps - Class in org.cleartk.clearnlp
Defines common set of dependency graph data type operations used to convert and query ClearTK dependency types such as TopDependencyNode, DependencyNode and DependencyRelation
CleartkDependencyOps() - Constructor for class org.cleartk.clearnlp.CleartkDependencyOps
 
CleartkSemanticRoleOps - Class in org.cleartk.clearnlp
Defines common set of token data type operations used to convert output from semantic role labelers into the annotations and properties for SemanticArgument and Predicate
CleartkSemanticRoleOps() - Constructor for class org.cleartk.clearnlp.CleartkSemanticRoleOps
 
CleartkTokenOps - Class in org.cleartk.clearnlp
Defines common set of token data type operations used to convert output from tokenizers, pos taggers, and lemmatizers into the annotations and properties of Token
CleartkTokenOps() - Constructor for class org.cleartk.clearnlp.CleartkTokenOps
 
createArgument(JCas, Token, String) - Method in class org.cleartk.clearnlp.CleartkSemanticRoleOps
 
createArgument(JCas, ARGUMENT_SPAN_TYPE, String) - Method in interface org.cleartk.clearnlp.SemanticRoleOps
 
createNode(JCas, Token) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
createNode(JCas, NODE_SPAN_TYPE) - Method in interface org.cleartk.clearnlp.DependencyOps
Creates a new dependency node for the specified span
createPredicate(JCas, Token, String) - Method in class org.cleartk.clearnlp.CleartkSemanticRoleOps
 
createPredicate(JCas, PREDICATE_SPAN_TYPE, String) - Method in interface org.cleartk.clearnlp.SemanticRoleOps
 
createRelation(JCas, DependencyNode, DependencyNode, String) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
createRelation(JCas, NODE_TYPE, NODE_TYPE, String) - Method in interface org.cleartk.clearnlp.DependencyOps
Creates a relation between the two nodes.
createRootNode(JCas, Sentence) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
createRootNode(JCas, ROOT_NODE_SPAN_TYPE) - Method in interface org.cleartk.clearnlp.DependencyOps
 
createToken(JCas, int, int) - Method in class org.cleartk.clearnlp.CleartkTokenOps
 
createToken(JCas, int, int) - Method in interface org.cleartk.clearnlp.TokenOps
 

D

DEFAULT_DICTIONARY_FILE_NAME - Static variable in class org.cleartk.clearnlp.MPAnalyzer
 
DEFAULT_DICTIONARY_FILE_NAME - Static variable in class org.cleartk.clearnlp.MPAnalyzer_ImplBase
 
DEFAULT_DICTIONARY_FILE_NAME - Static variable in class org.cleartk.clearnlp.Tokenizer_ImplBase
 
DEFAULT_MODEL_FILE_NAME - Static variable in class org.cleartk.clearnlp.DependencyParser_ImplBase
 
DEFAULT_MODEL_FILE_NAME - Static variable in class org.cleartk.clearnlp.PosTagger_ImplBase
 
DEFAULT_PRED_ID_MODEL_FILE_NAME - Static variable in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
DEFAULT_ROLESET_MODEL_FILE_NAME - Static variable in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
DEFAULT_SRL_MODEL_FILE_NAME - Static variable in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
DependencyOps<NODE_TYPE extends org.apache.uima.jcas.cas.TOP,NODE_SPAN_TYPE extends org.apache.uima.jcas.tcas.Annotation,ROOT_NODE_TYPE extends NODE_TYPE,ROOT_NODE_SPAN_TYPE extends org.apache.uima.jcas.tcas.Annotation,RELATION_TYPE extends org.apache.uima.jcas.cas.TOP> - Interface in org.cleartk.clearnlp
Defines common set of dependency graph data type operations used to convert to and query in the target type system
DependencyParser - Class in org.cleartk.clearnlp

Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
DependencyParser() - Constructor for class org.cleartk.clearnlp.DependencyParser
 
DependencyParser_ImplBase<WINDOW_TYPE extends org.apache.uima.jcas.tcas.Annotation,TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation,DEPENDENCY_NODE_TYPE extends org.apache.uima.jcas.cas.TOP,DEPENDENCY_ROOT_NODE_TYPE extends DEPENDENCY_NODE_TYPE,DEPENDENCY_RELATION_TYPE extends org.apache.uima.jcas.cas.TOP> - Class in org.cleartk.clearnlp

Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
DependencyParser_ImplBase(TokenOps<TOKEN_TYPE>, DependencyOps<DEPENDENCY_NODE_TYPE, TOKEN_TYPE, DEPENDENCY_ROOT_NODE_TYPE, WINDOW_TYPE, DEPENDENCY_RELATION_TYPE>) - Constructor for class org.cleartk.clearnlp.DependencyParser_ImplBase
 

G

getDescription() - Static method in class org.cleartk.clearnlp.DependencyParser
Convenience method for creating Analysis Engine for ClearNLP's dependency parser using default English model files
getDescription(String, URI) - Static method in class org.cleartk.clearnlp.DependencyParser
 
getDescription() - Static method in class org.cleartk.clearnlp.MPAnalyzer
Convenience method to create Analysis Engine for ClearNLP's POSTagger + Lemmatizer using default English models and dictionaries.
getDescription(String, URI) - Static method in class org.cleartk.clearnlp.MPAnalyzer
 
getDescription() - Static method in class org.cleartk.clearnlp.MPAnalyzer_ImplBase
Convenience method to create Analysis Engine for ClearNLP's POSTagger + Lemmatizer using default English models and dictionaries.
getDescription(String, URI) - Static method in class org.cleartk.clearnlp.MPAnalyzer_ImplBase
 
getDescription() - Static method in class org.cleartk.clearnlp.PosTagger
 
getDescription(String, URI) - Static method in class org.cleartk.clearnlp.PosTagger
 
getDescription() - Static method in class org.cleartk.clearnlp.SemanticRoleLabeler
 
getDescription(String, URI, URI, URI) - Static method in class org.cleartk.clearnlp.SemanticRoleLabeler
 
getDescription() - Static method in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
Convenience method for creating Analysis Engine for ClearNLP's dependency parser using default English model files
getDescription() - Static method in class org.cleartk.clearnlp.Tokenizer
 
getDescription(String, URI) - Static method in class org.cleartk.clearnlp.Tokenizer
 
getHead(JCas, DependencyRelation) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
getHead(JCas, RELATION_TYPE) - Method in interface org.cleartk.clearnlp.DependencyOps
 
getHeadRelations(JCas, DependencyNode) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
getHeadRelations(JCas, NODE_TYPE) - Method in interface org.cleartk.clearnlp.DependencyOps
 
getLabel(JCas, DependencyRelation) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
getLabel(JCas, RELATION_TYPE) - Method in interface org.cleartk.clearnlp.DependencyOps
 
getLemma(JCas, Token) - Method in class org.cleartk.clearnlp.CleartkTokenOps
 
getLemma(JCas, TOKEN_TYPE) - Method in interface org.cleartk.clearnlp.TokenOps
 
getPos(JCas, Token) - Method in class org.cleartk.clearnlp.CleartkTokenOps
 
getPos(JCas, TOKEN_TYPE) - Method in interface org.cleartk.clearnlp.TokenOps
 
getTokenOps() - Method in class org.cleartk.clearnlp.Tokenizer
 
getTokenOps() - Method in class org.cleartk.clearnlp.Tokenizer_ImplBase
 

I

initialize(UimaContext) - Method in class org.cleartk.clearnlp.DependencyParser_ImplBase
 
initialize(UimaContext) - Method in class org.cleartk.clearnlp.MPAnalyzer_ImplBase
 
initialize(UimaContext) - Method in class org.cleartk.clearnlp.PosTagger_ImplBase
 
initialize(UimaContext) - Method in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
initialize(UimaContext) - Method in class org.cleartk.clearnlp.Tokenizer
 
initialize(UimaContext) - Method in class org.cleartk.clearnlp.Tokenizer_ImplBase
 

M

MPAnalyzer - Class in org.cleartk.clearnlp

Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
MPAnalyzer() - Constructor for class org.cleartk.clearnlp.MPAnalyzer
 
MPAnalyzer_ImplBase<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation> - Class in org.cleartk.clearnlp

Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
MPAnalyzer_ImplBase(TokenOps<TOKEN_TYPE>) - Constructor for class org.cleartk.clearnlp.MPAnalyzer_ImplBase
 

O

org.cleartk.clearnlp - package org.cleartk.clearnlp
 

P

PARAM_DICTIONARY_URI - Static variable in class org.cleartk.clearnlp.MPAnalyzer_ImplBase
 
PARAM_DICTIONARY_URI - Static variable in class org.cleartk.clearnlp.Tokenizer_ImplBase
 
PARAM_LANGUAGE_CODE - Static variable in class org.cleartk.clearnlp.DependencyParser_ImplBase
 
PARAM_LANGUAGE_CODE - Static variable in class org.cleartk.clearnlp.MPAnalyzer_ImplBase
 
PARAM_LANGUAGE_CODE - Static variable in class org.cleartk.clearnlp.PosTagger_ImplBase
 
PARAM_LANGUAGE_CODE - Static variable in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
PARAM_LANGUAGE_CODE - Static variable in class org.cleartk.clearnlp.Tokenizer_ImplBase
 
PARAM_MODEL_URI - Static variable in class org.cleartk.clearnlp.PosTagger_ImplBase
 
PARAM_PARSER_MODEL_URI - Static variable in class org.cleartk.clearnlp.DependencyParser_ImplBase
 
PARAM_PRED_ID_MODEL_URI - Static variable in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
PARAM_ROLESET_MODEL_URI - Static variable in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
PARAM_SRL_MODEL_URI - Static variable in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
PARAM_WINDOW_CLASS - Static variable in class org.cleartk.clearnlp.DependencyParser_ImplBase
 
PARAM_WINDOW_CLASS - Static variable in class org.cleartk.clearnlp.MPAnalyzer_ImplBase
 
PARAM_WINDOW_CLASS - Static variable in class org.cleartk.clearnlp.PosTagger_ImplBase
 
PARAM_WINDOW_CLASS - Static variable in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
PARAM_WINDOW_CLASS - Static variable in class org.cleartk.clearnlp.Tokenizer_ImplBase
 
PosTagger - Class in org.cleartk.clearnlp

Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
PosTagger() - Constructor for class org.cleartk.clearnlp.PosTagger
 
PosTagger_ImplBase<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation> - Class in org.cleartk.clearnlp

Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
PosTagger_ImplBase(TokenOps<TOKEN_TYPE>) - Constructor for class org.cleartk.clearnlp.PosTagger_ImplBase
 
process(JCas) - Method in class org.cleartk.clearnlp.DependencyParser_ImplBase
 
process(JCas) - Method in class org.cleartk.clearnlp.MPAnalyzer_ImplBase
 
process(JCas) - Method in class org.cleartk.clearnlp.PosTagger_ImplBase
 
process(JCas) - Method in class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
process(JCas) - Method in class org.cleartk.clearnlp.Tokenizer_ImplBase
 

S

selectNodes(JCas, Annotation) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
selectNodes(JCas, Annotation) - Method in interface org.cleartk.clearnlp.DependencyOps
Selects all dependency nodes within the annotation, excluding the root node.
selectRootNode(JCas, Annotation) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
selectRootNode(JCas, Annotation) - Method in interface org.cleartk.clearnlp.DependencyOps
Selects the single root node within the annotation.
selectTokens(JCas, Annotation) - Method in class org.cleartk.clearnlp.CleartkTokenOps
 
selectTokens(JCas, Annotation) - Method in interface org.cleartk.clearnlp.TokenOps
 
SemanticRoleLabeler - Class in org.cleartk.clearnlp

Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
SemanticRoleLabeler() - Constructor for class org.cleartk.clearnlp.SemanticRoleLabeler
 
SemanticRoleLabeler_ImplBase<WINDOW_TYPE extends org.apache.uima.jcas.tcas.Annotation,TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation,DEPENDENCY_NODE_TYPE extends org.apache.uima.jcas.cas.TOP,DEPENDENCY_ROOT_NODE_TYPE extends DEPENDENCY_NODE_TYPE,DEPENDENCY_RELATION_TYPE extends org.apache.uima.jcas.cas.TOP,ARGUMENT_TYPE extends org.apache.uima.jcas.cas.TOP,PREDICATE_TYPE extends org.apache.uima.jcas.cas.TOP> - Class in org.cleartk.clearnlp

Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
SemanticRoleLabeler_ImplBase(TokenOps<TOKEN_TYPE>, DependencyOps<DEPENDENCY_NODE_TYPE, TOKEN_TYPE, DEPENDENCY_ROOT_NODE_TYPE, WINDOW_TYPE, DEPENDENCY_RELATION_TYPE>, SemanticRoleOps<ARGUMENT_TYPE, TOKEN_TYPE, PREDICATE_TYPE, TOKEN_TYPE>) - Constructor for class org.cleartk.clearnlp.SemanticRoleLabeler_ImplBase
 
SemanticRoleOps<ARGUMENT_TYPE extends org.apache.uima.jcas.cas.TOP,ARGUMENT_SPAN_TYPE extends org.apache.uima.jcas.tcas.Annotation,PREDICATE_TYPE extends org.apache.uima.jcas.cas.TOP,PREDICATE_SPAN_TYPE extends org.apache.uima.jcas.tcas.Annotation> - Interface in org.cleartk.clearnlp
Defines common set of SRL data type operations used to convert output from semantic role labelers into the target type system
setChildRelations(JCas, DependencyNode, List<DependencyRelation>) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
setChildRelations(JCas, NODE_TYPE, List<RELATION_TYPE>) - Method in interface org.cleartk.clearnlp.DependencyOps
Sets the head relations for a given node.
setHeadRelations(JCas, DependencyNode, List<DependencyRelation>) - Method in class org.cleartk.clearnlp.CleartkDependencyOps
 
setHeadRelations(JCas, NODE_TYPE, List<RELATION_TYPE>) - Method in interface org.cleartk.clearnlp.DependencyOps
Sets the head relations for a given node.
setLemma(JCas, Token, String) - Method in class org.cleartk.clearnlp.CleartkTokenOps
 
setLemma(JCas, TOKEN_TYPE, String) - Method in interface org.cleartk.clearnlp.TokenOps
 
setPos(JCas, Token, String) - Method in class org.cleartk.clearnlp.CleartkTokenOps
 
setPos(JCas, TOKEN_TYPE, String) - Method in interface org.cleartk.clearnlp.TokenOps
 
setPredicateArguments(JCas, Predicate, List<SemanticArgument>) - Method in class org.cleartk.clearnlp.CleartkSemanticRoleOps
 
setPredicateArguments(JCas, PREDICATE_TYPE, List<ARGUMENT_TYPE>) - Method in interface org.cleartk.clearnlp.SemanticRoleOps
 

T

Tokenizer - Class in org.cleartk.clearnlp
 
Tokenizer() - Constructor for class org.cleartk.clearnlp.Tokenizer
 
Tokenizer_ImplBase<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation> - Class in org.cleartk.clearnlp

Copyright (c) 2012, Regents of the University of Colorado
All rights reserved.
Tokenizer_ImplBase() - Constructor for class org.cleartk.clearnlp.Tokenizer_ImplBase
 
TokenOps<TOKEN_TYPE> - Interface in org.cleartk.clearnlp
Defines common set of token data type operations used to convert to and query from the target type system
C D G I M O P S T 

Copyright © 2013. All Rights Reserved.