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 = true) 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 CoNLLU(explodeSentences: Boolean = true) extends Product with Serializable

    Permalink
  5. case class CoNLLUDocument(text: String, uPosTagged: Seq[PosTaggedSentence], xPosTagged: Seq[PosTaggedSentence], lemma: Seq[PosTaggedSentence]) extends Product with Serializable

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

    Permalink

Value Members

  1. object CoNLLHelper

    Permalink
  2. object CoNLLUCols extends Enumeration

    Permalink
  3. object PubTator

    Permalink

Ungrouped