Package

com.johnsnowlabs.nlp

training

Permalink

package training

Visibility
  1. Public
  2. All

Type Members

  1. 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 = false) extends Product with Serializable

    Permalink
  2. class CoNLL2003NerReader extends AnyRef

    Permalink

    Helper class for to work with CoNLL 2003 dataset for NER task Class is made for easy use from Java

  3. case class CoNLLDocument(text: String, nerTagged: Seq[NerTaggedSentence], posTagged: Seq[PosTaggedSentence]) extends Product with Serializable

    Permalink
  4. case class POS() extends Product with Serializable

    Permalink

Ungrouped