package
ontonotes
Type Members
-
case class
Argument(arg: String, span: Span) extends Product with Serializable
-
case class
DPos(doc: String, sentence: Int, pos: Int) extends Product with Serializable
-
case class
DSpan(doc: String, sentence: Int, begin: Int, end: Int) extends Product with Serializable
-
case class
Document(id: String, sentences: IndexedSeq[Sentence]) extends Example[IndexedSeq[OntoAnnotations], IndexedSeq[IndexedSeq[String]]] with Product with Serializable
-
case class
Frame(lemma: String, pos: Int, sense: Int, args: IndexedSeq[Argument]) extends Product with Serializable
-
case class
Mention(id: Int, mentionType: MentionType = MentionType.Ident) extends Product with Serializable
-
sealed
trait
MentionType extends AnyRef
-
-
case class
Sense(lemma: String, sense: String, pos: String) extends Product with Serializable
-
case class
Sentence(docId: String, index: Int, words: IndexedSeq[String], annotations: OntoAnnotations) extends Example[OntoAnnotations, IndexedSeq[String]] with Product with Serializable
Value Members
-
-
object
DPos extends Serializable
-
object
DSpan extends Serializable
-
-
object
NerType extends Enumeration