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
- Alphabetic
- By Inheritance
- StanfordParser
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class TeXParsed(preraw: String, wordTags: Vector[(String, String)] = baseWordTags, mweSubs: Vector[(Vector[String], TaggedWord)] = baseMweSubs) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseMweSubs: Vector[(Vector[String], TaggedWord)]
- val baseWordTags: Vector[(String, String)]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def coreLabels(s: String): List[CoreLabel]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val gsf: GrammaticalStructureFactory
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lp: LexicalizedParser
- def mergeSubs(mwe: Vector[String], tw: TaggedWord)(tws: Vector[TaggedWord]): Vector[TaggedWord]
- def mergeTag(mwe: Vector[String], tag: String)(tws: Vector[TaggedWord]): Vector[TaggedWord]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parse(s: String): Tree
- def proseTree(s: String, wordTags: Vector[(String, String)] = baseWordTags, mweSubs: Vector[(Vector[String], TaggedWord)] = baseMweSubs): ProseTree
- def reTag(word: String, tag: String)(tw: TaggedWord): TaggedWord
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tagger: MaxentTagger
- def texDisplay(s: String): MatchIterator
- def texInline(s: String): MatchIterator
- def texParse(s: String, wordTags: Vector[(String, String)] = baseWordTags, mweSubs: Vector[(Vector[String], TaggedWord)] = baseMweSubs): Tree
- lazy val tlp: PennTreebankLanguagePack
- def toString(): String
- Definition Classes
- AnyRef → Any
- val tokenizerFactory: TokenizerFactory[CoreLabel]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def wordNetTags(tws: Vector[TaggedWord], depth: Int): Vector[Vector[TaggedWord]]
- def words(s: String): Buffer[Word]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated