chalk.uima.namefind

NameFinder

final class NameFinder extends AbstractNameFinder

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

Instance Constructors

  1. new NameFinder()

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
    NameFinder → AnalysisComponent_ImplBase → AnalysisComponent
  11. def documentDone(cas: CAS): Unit

    Attributes
    protected[chalk.uima.namefind]
    Definition Classes
    NameFinder → AbstractNameFinder
  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. def find(cas: CAS, tokens: Array[String]): Array[Span]

    Attributes
    protected[chalk.uima.namefind]
    Definition Classes
    NameFinder → AbstractNameFinder
  16. final def getCasInstancesRequired(): Int

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  23. def initialize(): Unit

    Definition Classes
    NameFinder → AbstractNameFinder
  24. final def initialize(context: UimaContext): Unit

    Definition Classes
    AbstractNameFinder → AnalysisComponent_ImplBase → AnalysisComponent
  25. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  30. def postProcessAnnotations(detectedNames: Array[Span], nameAnnotations: Array[AnnotationFS]): Unit

    Attributes
    protected[chalk.uima.namefind]
    Definition Classes
    NameFinder → AbstractNameFinder
  31. final def process(cas: CAS): Unit

    Definition Classes
    AbstractNameFinder → CasAnnotator_ImplBase
  32. final def process(arg0: AbstractCas): Unit

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

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

    Definition Classes
    NameFinder → AbstractNameFinder → CasAnnotator_ImplBase
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbstractNameFinder

Inherited from CasAnnotator_ImplBase

Inherited from Annotator_ImplBase

Inherited from AnalysisComponent_ImplBase

Inherited from AnalysisComponent

Inherited from AnyRef

Inherited from Any

Ungrouped