cc.factorie.app.chain

PerSegmentEvaluation

class PerSegmentEvaluation extends AnyRef

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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PerSegmentEvaluation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PerSegmentEvaluation(labelName: String, labelValueStart: Regex, labelValueContinue: Regex)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def ++=(tokenseqs: Seq[IndexedSeq[AnyRef { def label: cc.factorie.variable.LabeledMutableCategoricalVar[String] }]]): Unit

  5. def +=(labels: IndexedSeq[LabeledMutableCategoricalVar[String]]): Unit

    Add the given sequence of labels to the statistics for this evalution.

    Add the given sequence of labels to the statistics for this evalution.

    Note: Putting all Label instances across all sentences in a single Seq[] may result in slightly incorrect results at document boundaries: when one document ends in a mention and the next document begins with the same mention type, they will be counted as only one mention, when they should have been counted as two.

  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def alarmCount: Int

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. var correctCount: Int

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def f1: Double

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fn: Int

  17. def fp: Int

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def isBackground(x: String): Boolean

    Attributes
    protected
  21. def isContinue(x: String): Boolean

    Attributes
    protected
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isSegmentStart(x: String, prev: String): Boolean

    Attributes
    protected
  24. def isStart(x: String): Boolean

    Attributes
    protected
  25. val labelName: String

  26. val labelValueContinue: Regex

  27. val labelValueStart: Regex

  28. def missCount: Int

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def precision: Double

  33. var predictedCount: Int

  34. def recall: Double

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. var targetCount: Int

  37. def toString(): String

    Definition Classes
    PerSegmentEvaluation → AnyRef → Any
  38. def tp: Int

  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped