chalk.uima.tokenize

AbstractTokenizer

abstract class AbstractTokenizer extends CasAnnotator_ImplBase

Linear Supertypes
CasAnnotator_ImplBase, Annotator_ImplBase, AnalysisComponent_ImplBase, AnalysisComponent, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractTokenizer
  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 AbstractTokenizer(name: String)

    Attributes
    protected[chalk.uima.tokenize]

Abstract Value Members

  1. abstract def tokenize(cas: CAS, sentence: AnnotationFS): Array[Span]

    Attributes
    protected[chalk.uima.tokenize]

Concrete 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 destroy(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbstractTokenizer → AnalysisComponent_ImplBase → AnalysisComponent
  22. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  27. def postProcessAnnotations(tokens: Array[Span], tokenAnnotations: Array[AnnotationFS]): Unit

    Attributes
    protected[chalk.uima.tokenize]
  28. def process(cas: CAS): Unit

    Definition Classes
    AbstractTokenizer → CasAnnotator_ImplBase
  29. final def process(arg0: AbstractCas): Unit

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

    Definition Classes
    AbstractTokenizer → CasAnnotator_ImplBase
  35. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. 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