package training
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CoNLL(documentCol: String = "document", sentenceCol: String = "sentence", tokenCol: String = "token", posCol: String = "pos", conllLabelIndex: Int = 3, conllPosIndex: Int = 1, conllTextCol: String = "text", labelCol: String = "label", explodeSentences: Boolean = true) extends Product with Serializable
-
class
CoNLL2003NerReader extends AnyRef
Helper class for to work with CoNLL 2003 dataset for NER task Class is made for easy use from Java
- case class CoNLLDocument(text: String, nerTagged: Seq[NerTaggedSentence], posTagged: Seq[PosTaggedSentence]) extends Product with Serializable
- case class CoNLLU(explodeSentences: Boolean = true) extends Product with Serializable
- case class CoNLLUDocument(text: String, uPosTagged: Seq[PosTaggedSentence], xPosTagged: Seq[PosTaggedSentence], lemma: Seq[PosTaggedSentence]) extends Product with Serializable
- case class POS() extends Product with Serializable
Value Members
- object CoNLLHelper
- object CoNLLUCols extends Enumeration
- object PubTator