Class

org.clulab.struct

HashTrie

Related Doc: package struct

Permalink

class HashTrie extends BooleanHashTrie

Annotations
@SerialVersionUID()
Linear Supertypes
BooleanHashTrie, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashTrie
  2. BooleanHashTrie
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HashTrie(caseInsensitive: Boolean = true, internStrings: Boolean = true)

    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. def add(tokens: Array[String]): Unit

    Permalink
    Definition Classes
    BooleanHashTrie
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bLabel: String

    Permalink
    Definition Classes
    BooleanHashTrie
  7. val caseInsensitive: Boolean

    Permalink
    Definition Classes
    BooleanHashTrie
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val entries: HashMap[String, BooleanTrieNode]

    Permalink

    Stores the first layer, i.e., the entry points in the trie

    Stores the first layer, i.e., the entry points in the trie

    Attributes
    protected
    Definition Classes
    BooleanHashTrie
  10. def entriesSize: Int

    Permalink
    Definition Classes
    BooleanHashTrie
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def equalsForSerialization(other: AnyRef): Boolean

    Permalink
    Definition Classes
    BooleanHashTrie
  14. def finalize(): Unit

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

    Permalink
  16. def findAt(sequenceNormalized: Array[String], offset: Int): Match

    Permalink

    Returns the length of the matched span, which may be 0.

    Returns the length of the matched span, which may be 0. When multiple paths are found, the longest one is kept Text must be normalized (i.e., case folding) BEFORE this call, if necessary!

    Definition Classes
    BooleanHashTrie
  17. def findNormalized(tokens: Array[String], label: String, outsideLabel: String): Array[String]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. val iLabel: String

    Permalink
    Definition Classes
    BooleanHashTrie
  21. def in(s: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    BooleanHashTrie
  22. val internStrings: Boolean

    Permalink
    Definition Classes
    BooleanHashTrie
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. val label: String

    Permalink
    Definition Classes
    BooleanHashTrie
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    BooleanHashTrie → AnyRef → Any
  30. def toString(stringBuilder: StringBuilder): Unit

    Permalink
    Definition Classes
    BooleanHashTrie
  31. final def wait(): Unit

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

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

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

Inherited from BooleanHashTrie

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped