Package

epic.parser

kbest

Permalink

package kbest

Visibility
  1. Public
  2. All

Type Members

  1. class AStarKBestParser[L, W] extends KBestParser[L, W]

    Permalink

    Uses Top Down KBest A* (as implemented in epic.parser.kbest.TopDownKBestAStar) to generate kbest lists.

  2. case class KBestListMarginal[L, W](anchoring: GrammarAnchoring[L, W], marginals: IndexedSeq[ParseMarginal[L, W]]) extends ParseMarginal[L, W] with Product with Serializable

    Permalink
  3. trait KBestParser[L, W] extends AnyRef

    Permalink

    Produces a kbest list of parses, along with scores.

Value Members

  1. object KBestParseTreebank

    Permalink
  2. object KBestParser extends LazyLogging

    Permalink
  3. object TopDownKBestAStar

    Permalink

Ungrouped