Class/Object

org.clulab.struct

CompactLexiconNER

Related Docs: object CompactLexiconNER | package struct

Permalink

class CompactLexiconNER extends LexiconNER

Annotations
@SerialVersionUID()
Linear Supertypes
LexiconNER, Serializable, Serializable, Tagger[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompactLexiconNER
  2. LexiconNER
  3. Serializable
  4. Serializable
  5. Tagger
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompactLexiconNER(labels: Seq[String], caseInsensitive: Boolean, headCount: Int, stringIds: Map[String, Int], parentIsComplete: Array[Int], parentToChild: Array[Int], childStringIds: Array[Int], childAsParent: Array[Int], knownCaseInsensitives: Set[String], useLemmas: Boolean, entityValidator: EntityValidator)

    Permalink

Type Members

  1. class NodeMatch extends AnyRef

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. var bLabels: Seq[String]

    Permalink
    Attributes
    protected
  6. var caseInsensitive: Boolean

    Permalink
  7. var childAsParent: Array[Int]

    Permalink
  8. var childStringIds: Array[Int]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contentfulSpan(sentence: Sentence, start: Int, length: Int): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    LexiconNER
  11. var entityValidator: EntityValidator

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def find(sentence: Sentence): Array[String]

    Permalink

    Matches the lexicons against this sentence

    Matches the lexicons against this sentence

    sentence

    The input sentence

    returns

    An array of BIO notations the store the outcome of the matches

    Definition Classes
    CompactLexiconNERLexiconNERTagger
  16. def findAt(ids: Array[Int], wordIndex: Int, nodeMatch: NodeMatch): Unit

    Permalink
  17. def findLongestMatch(sentence: Sentence, ids: Array[Int]): Array[String]

    Permalink
    Attributes
    protected
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getLabels: Seq[String]

    Permalink
    Definition Classes
    CompactLexiconNERLexiconNER
  20. def getTokens(sentence: Sentence): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    LexiconNER
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. var headCount: Int

    Permalink
  23. var iLabels: Seq[String]

    Permalink
    Attributes
    protected
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. var labels: Seq[String]

    Permalink
  26. def mkBLabels: Seq[String]

    Permalink
    Attributes
    protected
  27. def mkILabels: Seq[String]

    Permalink
    Attributes
    protected
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. var parentIsComplete: Array[Int]

    Permalink
  32. var parentToChild: Array[Int]

    Permalink
  33. var stringIds: Map[String, Int]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(stringBuilder: StringBuilder): Unit

    Permalink
    Definition Classes
    CompactLexiconNERLexiconNER
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LexiconNER

Inherited from Serializable

Inherited from Serializable

Inherited from Tagger[String]

Inherited from AnyRef

Inherited from Any

Ungrouped