package kbest
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
AStarKBestParser
[L, W] extends KBestParser[L, W]
Uses Top Down KBest A* (as implemented in epic.parser.kbest.TopDownKBestAStar) to generate kbest lists.
- case class KBestListMarginal [L, W](anchoring: GrammarAnchoring[L, W], marginals: IndexedSeq[ParseMarginal[L, W]]) extends ParseMarginal[L, W] with Product with Serializable
-
trait
KBestParser
[L, W] extends AnyRef
Produces a kbest list of parses, along with scores.
Value Members
- object KBestParseTreebank
- object KBestParser extends SerializableLogging
- object TopDownKBestAStar