object functions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- functions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def charIndexToTokenIndex(minCharsTol: Int = 2, alignCharsTol: Int = 1): UserDefinedFunction
- def checkOverlap(an1: (Int, Int), an2: (Int, Int)): Int
- def checkOverlap(an1: Annotation, an2: Annotation): Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEntityField(a: Annotation, possibleEntityFields: Array[String] = knownPossibleEntityFields): Option[String]
- def getEntityFieldFromMetadata(metadata: Map[String, String], possibleEntityFields: Array[String] = knownPossibleEntityFields): Option[String]
- def getMaxSentenceIndex(annotations: Seq[Annotation]): Int
- def groupSortedOverlapping(ans: Seq[Annotation]): List[List[Annotation]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
iobTagging: UserDefinedFunction
Performs IOB taggin given TOKEN annotations and CHUNK entity annotations specially useful when downgrading from chunk to ner
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def merge(rs: List[(Int, Int)]): List[(Int, Int)]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def resolveSortedOverlapping(possibleEntityFields: Array[String] = knownPossibleEntityFields, mergeOverlapping: Boolean = true, selectionStrategy: String = ...)(annotations: List[Annotation]): AbstractSeq[Annotation] with Serializable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tagTokens(possibleEntityFields: Array[String] = knownPossibleEntityFields)(tokenAnnotations: Seq[Annotation], labelAnnotations: Seq[Annotation], format: String = "IOB"): Seq[Annotation]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trimWithInfo(text: String): (Int, Int, String)
- val unkToken: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()