chalk.tools.cmdline.postag

POSTaggerFineGrainedReportListener

class POSTaggerFineGrainedReportListener extends POSTaggerEvaluationMonitor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. POSTaggerFineGrainedReportListener
  2. POSTaggerEvaluationMonitor
  3. EvaluationMonitor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new POSTaggerFineGrainedReportListener(outputStream: OutputStream)

  2. new POSTaggerFineGrainedReportListener()

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def correctlyClassified(reference: POSSample, prediction: POSSample): Unit

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

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getAccuracy(): Double

  13. def getAverageSentenceSize(): Double

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

    Definition Classes
    AnyRef → Any
  15. def getConfusionMatrix(token: String): Array[Array[Double]]

  16. def getConfusionMatrix(): Array[Array[Double]]

  17. def getConfusionMatrixTagset(token: String): SortedSet[String]

  18. def getConfusionMatrixTagset(): SortedSet[String]

  19. def getMaxSentenceSize(): Int

  20. def getMinSentenceSize(): Int

  21. def getNumberOfSentences(): Long

  22. def getNumberOfTags(): Int

  23. def getTagErrors(tag: String): Int

  24. def getTagFMeasure(tag: String): Double

  25. def getTagFrequency(tag: String): Int

  26. def getTagPrecision(tag: String): Double

  27. def getTagRecall(tag: String): Double

  28. def getTagsOrderedByErrors(): SortedSet[String]

  29. def getTokenAccuracy(token: String): Double

  30. def getTokenErrors(token: String): Int

  31. def getTokenFrequency(token: String): Int

  32. def getTokensOrderedByFrequency(): SortedSet[String]

  33. def getTokensOrderedByNumberOfErrors(): SortedSet[String]

  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def missclassified(reference: POSSample, prediction: POSSample): Unit

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

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

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

    Definition Classes
    AnyRef
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def writeReport(): Unit

Inherited from EvaluationMonitor[POSSample]

Inherited from AnyRef

Inherited from Any

Ungrouped