| Interface | Description |
|---|---|
| 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> |
Defines common set of dependency graph data type operations used to convert to and query in
the target type system
|
| 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> |
Defines common set of SRL data type operations used to convert output from semantic role labelers into
the target type system
|
| TokenOps<TOKEN_TYPE> |
Defines common set of token data type operations used to convert to and query from
the target type system
|
| Class | Description |
|---|---|
| CleartkDependencyOps |
Defines common set of dependency graph data type operations used to convert and query ClearTK dependency types
such as
TopDependencyNode, DependencyNode and DependencyRelation |
| CleartkSemanticRoleOps |
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 |
| CleartkTokenOps |
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 |
| DependencyParser |
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
| 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> |
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
| MPAnalyzer |
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
| MPAnalyzer_ImplBase<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation> |
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
| PosTagger |
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
| PosTagger_ImplBase<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation> |
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
| SemanticRoleLabeler |
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
| 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> |
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
| Tokenizer | |
| Tokenizer_ImplBase<TOKEN_TYPE extends org.apache.uima.jcas.tcas.Annotation> |
Copyright (c) 2012, Regents of the University of Colorado All rights reserved. |
Copyright © 2013. All Rights Reserved.