Packages

object functions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. functions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def charIndexToTokenIndex(minCharsTol: Int = 2, alignCharsTol: Int = 1): UserDefinedFunction
  6. def checkOverlap(an1: (Int, Int), an2: (Int, Int)): Int
  7. def checkOverlap(an1: Annotation, an2: Annotation): Int
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def combine[A](xs: Traversable[Traversable[A]]): Seq[Seq[A]]

    Returns the cartesian product of the input's inner Traversables Almost equivalent to nested for-loops iterating over the inner Traversables while joining all current items together

    Returns the cartesian product of the input's inner Traversables Almost equivalent to nested for-loops iterating over the inner Traversables while joining all current items together

    xs

    a Traversable of Traversables

    returns

    the cartesian product between the inner Traversables

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getEntityField(a: Annotation, possibleEntityFields: Array[String] = knownPossibleEntityFields): Option[String]
  15. def getEntityFieldFromMetadata(metadata: Map[String, String], possibleEntityFields: Array[String] = knownPossibleEntityFields): Option[String]
  16. def groupSortedOverlapping(ans: Seq[Annotation]): List[List[Annotation]]
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val iobTagging: UserDefinedFunction

    Performs IOB taggin given TOKEN annotations and CHUNK entity annotations specially useful when downgrading from chunk to ner

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def merge(rs: List[(Int, Int)]): List[(Int, Int)]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def resolveSortedOverlapping(possibleEntityFields: Array[String] = knownPossibleEntityFields, mergeOverlapping: Boolean = true, selectionStrategy: String = ...)(annotations: List[Annotation]): AbstractSeq[Annotation] with Serializable
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def tagTokens(possibleEntityFields: Array[String] = knownPossibleEntityFields)(tokenAnnotations: Seq[Annotation], labelAnnotations: Seq[Annotation], format: String = "IOB"): Seq[Annotation]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def trimWithInfo(text: String): (Int, Int, String)
  29. val unkToken: String
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped