Packages

p

epic.parser

kbest

package kbest

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    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
  3. trait KBestParser [L, W] extends AnyRef

    Produces a kbest list of parses, along with scores.

Value Members

  1. object KBestParseTreebank
  2. object KBestParser extends SerializableLogging
  3. object TopDownKBestAStar

Ungrouped