org.allenai.nlpstack.parse.poly.polyparser

labeler

package labeler

Visibility
  1. Public
  2. All

Type Members

  1. case class AddNodeLabel(label: ParseLabel) extends StateTransition with Product with Serializable

  2. case class DepthFirstParseNodeSuccessor(parse: PolytreeParse) extends ParseNodeSuccessor with Product with Serializable

  3. class GuidedCostFunctionForLabeler extends StateCostFunction

  4. case class ParseLabel(sym: Symbol) extends Product with Serializable

  5. case class ParseLabelerState(parse: PolytreeParse, labels: Map[Int, ParseLabel], nextNodeToParse: Option[Int]) extends State with Product with Serializable

  6. abstract class ParseLabelerStateFeature extends StateFeature

  7. trait ParseNodeSuccessor extends (Option[Int]) ⇒ Option[Int]

Value Members

  1. object BreadcrumbFeature extends ParseLabelerStateFeature with Product with Serializable

  2. object ChildrenFeature extends ParseLabelerStateFeature with Product with Serializable

  3. object GrandcrumbFeature extends ParseLabelerStateFeature with Product with Serializable

  4. object LastWordFeature extends ParseLabelerStateFeature with Product with Serializable

  5. object NextNodeFeature extends ParseLabelerStateFeature with Product with Serializable

  6. object ParseLabel extends Serializable

  7. object ParseLabelerTransitionSystem extends TransitionSystem with Product with Serializable

  8. object RelativeCposFeature extends ParseLabelerStateFeature with Product with Serializable

  9. object RootPathNodeFeature extends StateFeature with Product with Serializable

  10. object SiblingFeature extends ParseLabelerStateFeature with Product with Serializable

Ungrouped