edu.knowitall.openparse

eval

package eval

Visibility
  1. Public
  2. All

Type Members

  1. case class Scored(score: Option[Boolean], confidence: Double, extraction: String, extra: Seq[String]) extends Product with Serializable

Value Members

  1. object GoldSet

  2. object GroupScoredBy

    Group scored extractions by precision and yield.

  3. object MergePYFiles

    Merge precision yield points into a single file, usually so they can be graphed together.

  4. object PrecisionYield

    Compute precision yield point from scored extractions.

  5. object RankPatterns

    Read a scored file and rank the patterns by their precision and frequency.

  6. object Score

    A main method to annotate extractions, using a gold set for previously scored extractions.

  7. object Scored extends Serializable

  8. object StatisticalSignificance

    Compute the statistical significance of scored extractions to a baseline.

Ungrouped