Instance Constructors
-
new
ConllStackedChainNer(embeddingMap: SkipGramEmbedding, embeddingDim: Int, scale: Double, useOffsetEmbedding: Boolean, url: URL = null)
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
-
-
-
-
-
-
-
-
var
aggregate: Boolean
-
-
-
final
def
asInstanceOf[T0]: T0
-
var
bP: Boolean
-
def
clone(): AnyRef
-
val
clusters: HashMap[String, String]
-
var
count: Int
-
def
deSerialize(stream: InputStream): Unit
-
var
didagg: Boolean
-
def
documentAnnotationString(document: Document): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
evaluationString(documents: Iterable[Document]): Double
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
-
def
hashCode(): Int
-
def
history(list: List[String], category: String): String
-
-
def
initSecondaryFeatures(document: Document, extraFeatures: Boolean = false): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
mentionAnnotationString(mention: Mention): String
-
def
mode(list: List[String]): String
-
-
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nextWindowNum(t: Token, n: Int): IndexedSeq[(Int, Token)]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
phraseAnnotationString(phrase: Phrase): String
-
def
postAttrs: Seq[Class[_]]
-
def
prefix(prefixSize: Int, cluster: String): String
-
def
prereqAttrs: Seq[Class[_ >: PennPosTag with Sentence <: MutableVar { ... /* 2 definitions in type refinement */ }]]
-
def
prevWindowNum(t: Token, n: Int): IndexedSeq[(Int, Token)]
-
def
printEvaluation(trainDocuments: Iterable[Document], testDocuments: Iterable[Document], iteration: String): Double
-
def
printEvaluation(testDocuments: Iterable[Document]): Double
-
-
def
process(document: Document, useModel2: Boolean): Unit
-
-
-
def
serialize(stream: OutputStream): Unit
-
var
ss: Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
test(testDocs: Seq[Document]): (Double, Double, Double)
-
def
toString(): String
-
def
tokenAnnotationString(token: Token): String
-
def
train(trainDocuments: Seq[Document], testDocuments: Seq[Document], rate: Double, delta: Double): Double
-
var
twoStage: Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit