Instance Constructors
-
new
WSJTransitionBasedParser(url: URL)
Type Members
-
case class
DepArc(depToken: DepToken, label: String) extends Product with Serializable
-
-
-
-
-
-
-
case class
ParseDecision(action: String) extends Product with Serializable
-
-
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
-
-
final
def
asInstanceOf[T0]: T0
-
-
-
def
clone(): AnyRef
-
val
defaultCategory: String
-
-
def
deserialize(stream: InputStream): Unit
-
def
deserialize(file: File): Unit
-
def
documentAnnotationString(document: Document): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
-
-
def
finalize(): Unit
-
-
final
def
getClass(): Class[_]
-
def
getParseDecision(s: String): ParseDecision
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
mentionAnnotationString(mention: Mention): String
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
parseDecisionCache: HashMap[String, ParseDecision]
-
def
phraseAnnotationString(phrase: Phrase): String
-
def
postAttrs: Seq[Class[ParseTree]]
-
def
prereqAttrs: Seq[Class[_ >: WordNetTokenLemma with PennPosTag with Sentence <: MutableVar { ... /* 2 definitions in type refinement */ }]]
-
-
-
-
-
def
serialize(stream: OutputStream): Unit
-
def
serialize(file: File): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
test(testSentences: Iterable[Sentence]): (Double, Double, Double, Double)
-
lazy val
testFeatureSpec: String
-
def
testString(testSentences: Iterable[Sentence]): String
-
def
toString(): String
-
def
tokenAnnotationString(token: Token): String
-
def
train(trainSentences: Iterable[Sentence], testSentences: Iterable[Sentence], numBootstrappingIterations: Int = 2, l1Factor: Double = 0.00001, l2Factor: Double = 0.00001, nThreads: Int = 1)(implicit random: Random): Unit
-
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit