Packages

object CoreNLP

direct interface to the Stanford parser; the StanfordParser object which handles LaTeX is used instead.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoreNLP
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def annotatedDoc(text: String, pipe: StanfordCoreNLP): Annotation
  2. def coreLabelList(sentence: CoreMap): List[CoreLabel]
  3. def dep(e: SemanticGraphEdge): Token
  4. def depRelIterable(sentence: CoreMap): Iterable[DepRel]
  5. def depType(e: SemanticGraphEdge): String
  6. def depWord(short: String, specific: String): String
  7. def gov(e: SemanticGraphEdge): Token
  8. def namedentity(token: CoreLabel): String
  9. def newPipe: StanfordCoreNLP
  10. implicit lazy val pipe: StanfordCoreNLP
  11. def pos(token: CoreLabel): String
  12. def proseTrees(text: String)(implicit pipe: StanfordCoreNLP): List[ProseTree]
  13. def sentences(document: Annotation): List[CoreMap]
  14. def word(token: CoreLabel): String