All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.johnsnowlabs.nlp.annotators.common.ConllSentence.scala Maven / Gradle / Ivy

package com.johnsnowlabs.nlp.annotators.common

case class ConllSentence(dependency: String, lemma: String, uPos: String, xPos: String, deprel: String, head: Int,
                         sentence: Int, begin: Int, end: Int)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy