Class

org.clulab.struct

DebugBooleanHashTrie

Related Doc: package struct

Permalink

class DebugBooleanHashTrie extends BooleanHashTrie

Linear Supertypes
BooleanHashTrie, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DebugBooleanHashTrie
  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 DebugBooleanHashTrie(label: String, 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
    DebugBooleanHashTrieBooleanHashTrie
  5. var addedCount: Int

    Permalink
  6. var addedTokensCount: Int

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val bLabel: String

    Permalink
    Definition Classes
    BooleanHashTrie
  9. val caseInsensitive: Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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
  12. def entriesSize: Int

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

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

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

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

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

    Permalink

    Generates BIO labels for this sequence when complete trie paths match When multiple paths match, the longest one is kept

  18. 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
  19. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    DebugBooleanHashTrieBooleanHashTrie
  23. val internStrings: Boolean

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

    Permalink
    Definition Classes
    Any
  25. val label: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def showStats: Unit

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

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

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

    Permalink
    Definition Classes
    BooleanHashTrie
  33. val tokenHistogram: HashMap[Int, Int]

    Permalink
  34. val uniqueStrings: HashSet[String]

    Permalink
  35. def uniqueStringsSize: Int

    Permalink
  36. final def wait(): Unit

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

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