- 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
-