Packages

object StanfordParser

Interface to the Stanford parser, handling (inline) TeX by separating tokenizing and POS tagging from parsing. Parsing is done by the texParse method

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

Type Members

  1. case class TeXParsed(preraw: String, wordTags: Vector[(String, String)] = baseWordTags, mweSubs: Vector[(Vector[String], TaggedWord)] = baseMweSubs) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val baseMweSubs: Vector[(Vector[String], TaggedWord)]
  6. val baseWordTags: Vector[(String, String)]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def coreLabels(s: String): List[CoreLabel]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. lazy val gsf: GrammaticalStructureFactory
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val lp: LexicalizedParser
  16. def mergeSubs(mwe: Vector[String], tw: TaggedWord)(tws: Vector[TaggedWord]): Vector[TaggedWord]
  17. def mergeTag(mwe: Vector[String], tag: String)(tws: Vector[TaggedWord]): Vector[TaggedWord]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def parse(s: String): Tree
  22. def proseTree(s: String, wordTags: Vector[(String, String)] = baseWordTags, mweSubs: Vector[(Vector[String], TaggedWord)] = baseMweSubs): ProseTree
  23. def reTag(word: String, tag: String)(tw: TaggedWord): TaggedWord
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. val tagger: MaxentTagger
  26. def texDisplay(s: String): MatchIterator
  27. def texInline(s: String): MatchIterator
  28. def texParse(s: String, wordTags: Vector[(String, String)] = baseWordTags, mweSubs: Vector[(Vector[String], TaggedWord)] = baseMweSubs): Tree
  29. lazy val tlp: PennTreebankLanguagePack
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. val tokenizerFactory: TokenizerFactory[CoreLabel]
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. def wordNetTags(tws: Vector[TaggedWord], depth: Int): Vector[Vector[TaggedWord]]
  36. def words(s: String): Buffer[Word]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped