chalk.uima.parser

Parser

class Parser extends CasAnnotator_ImplBase

Linear Supertypes
CasAnnotator_ImplBase, Annotator_ImplBase, AnalysisComponent_ImplBase, AnalysisComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Parser
  2. CasAnnotator_ImplBase
  3. Annotator_ImplBase
  4. AnalysisComponent_ImplBase
  5. AnalysisComponent
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Parser()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def batchProcessComplete(): Unit

    Definition Classes
    AnalysisComponent_ImplBase → AnalysisComponent
    Annotations
    @throws()
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def collectionProcessComplete(): Unit

    Definition Classes
    AnalysisComponent_ImplBase → AnalysisComponent
    Annotations
    @throws()
  10. def createAnnotation(cas: CAS, offset: Int, parse: Parse): AnnotationFS

    Attributes
    protected[chalk.uima.parser]
  11. def destroy(): Unit

    Definition Classes
    Parser → AnalysisComponent_ImplBase → AnalysisComponent
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. final def getCasInstancesRequired(): Int

    Definition Classes
    Annotator_ImplBase → AnalysisComponent
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. final def getContext(): UimaContext

    Attributes
    protected[org.apache.uima.analysis_component]
    Definition Classes
    AnalysisComponent_ImplBase
  18. def getRequiredCasInterface(): Class[CAS]

    Definition Classes
    CasAnnotator_ImplBase → AnalysisComponent
  19. def getResultSpecification(): ResultSpecification

    Attributes
    protected[org.apache.uima.analysis_component]
    Definition Classes
    AnalysisComponent_ImplBase
  20. final def hasNext(): Boolean

    Definition Classes
    Annotator_ImplBase → AnalysisComponent
    Annotations
    @throws()
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def initialize(context: UimaContext): Unit

    Definition Classes
    Parser → AnalysisComponent_ImplBase → AnalysisComponent
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def next(): AbstractCas

    Definition Classes
    Annotator_ImplBase → AnalysisComponent
    Annotations
    @throws()
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def process(cas: CAS, sentenceAnnotation: AnnotationFS): Unit

    Attributes
    protected[chalk.uima.parser]
  29. def process(cas: CAS): Unit

    Definition Classes
    Parser → CasAnnotator_ImplBase
  30. final def process(arg0: AbstractCas): Unit

    Definition Classes
    CasAnnotator_ImplBase → AnalysisComponent
    Annotations
    @throws()
  31. def reconfigure(): Unit

    Definition Classes
    AnalysisComponent_ImplBase → AnalysisComponent
    Annotations
    @throws() @throws()
  32. def setResultSpecification(arg0: ResultSpecification): Unit

    Definition Classes
    AnalysisComponent_ImplBase → AnalysisComponent
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def typeSystemInit(typeSystem: TypeSystem): Unit

    Definition Classes
    Parser → CasAnnotator_ImplBase
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from CasAnnotator_ImplBase

Inherited from Annotator_ImplBase

Inherited from AnalysisComponent_ImplBase

Inherited from AnalysisComponent

Inherited from AnyRef

Inherited from Any

Ungrouped