edu.stanford.nlp.parser.maltparser

MaltParserInterface

object MaltParserInterface extends

Visibility
  1. Public
  2. All

Value Members

  1. def buildConnlStructure(sentence: java.util.List[_ <: edu.stanford.nlp.ling.CoreLabel]): List[List[String]]

  2. def extractDependencies(structure: DependencyStructure): List[MaltDependency]

  3. def fakeWord(word: String, tag: String, lemma: String): CoreLabel

  4. def main(args: Array[String]): Unit