class
PerSegmentEvaluation extends AnyRef
Instance Constructors
-
new
PerSegmentEvaluation(labelName: String, labelValueStart: Regex, labelValueContinue: Regex)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
++=(tokenseqs: Seq[IndexedSeq[AnyRef { def label: cc.factorie.variable.LabeledMutableCategoricalVar[String] }]]): Unit
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
alarmCount: Int
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
var
correctCount: Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
f1: Double
-
def
finalize(): Unit
-
def
fn: Int
-
def
fp: Int
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isBackground(x: String): Boolean
-
def
isContinue(x: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isSegmentStart(x: String, prev: String): Boolean
-
def
isStart(x: String): Boolean
-
val
labelName: String
-
val
labelValueContinue: Regex
-
val
labelValueStart: Regex
-
def
missCount: Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
precision: Double
-
var
predictedCount: Int
-
def
recall: Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
var
targetCount: Int
-
def
toString(): String
-
def
tp: Int
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Evaluate in terms of correct entire segments. The field start and end boundaries must be perfect to count as correct. No partial credit. For example, this is the standard for results on CoNLL 2003.