package
slab
Type Members
-
trait
AnalysisComponent[C, B, I <: B, O <: B] extends Actor with ActorLogging with AnalysisFunction[C, B, I, O]
-
class
AnalysisEngine extends Actor with ActorLogging
-
trait
AnalysisFunction[C, B, I <: B, O <: B] extends (Slab[C, B, I]) ⇒ Slab[C, B, B with I with O]
-
case class
EntityMention(begin: Int, end: Int, entityType: String, id: Option[String] = scala.None) extends Span with Product with Serializable
-
case class
PartOfSpeech(begin: Int, end: Int, tag: String, id: Option[String] = scala.None) extends Span with Product with Serializable
-
case class
Segment(begin: Int, end: Int, id: Option[String] = scala.None) extends Span with Product with Serializable
-
case class
Sentence(begin: Int, end: Int, id: Option[String] = scala.None) extends Span with Product with Serializable
-
-
-
trait
Slab[ContentType, BaseAnnotationType, +AnnotationTypes <: BaseAnnotationType] extends AnyRef
-
abstract
class
SlabAnnotationOps[ContentType, BaseAnnotationType, AnnotationType >: AnnotationTypes <: BaseAnnotationType, AnnotationTypes <: BaseAnnotationType] extends AnyRef
-
case class
Source(begin: Int, end: Int, url: URL) extends Span with Product with Serializable
-
trait
Span extends AnyRef
-
-
-
case class
Token(begin: Int, end: Int, id: Option[String] = scala.None) extends Span with Product with Serializable
-
-