Packages

p

qasrl

labeling

package labeling

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AdvRole(label: LowerCaseString) extends DiscreteLabel with Product with Serializable
  2. case class ClausalQuestion(frame: Frame, slot: ArgumentSlot) extends Product with Serializable
  3. sealed trait DiscreteLabel extends AnyRef
  4. case class NounRole(label: LowerCaseString, isAnimate: Boolean) extends DiscreteLabel with Product with Serializable
  5. case class QuestionLabelMapper[A, B](mapping: (Vector[String], InflectedForms, List[A]) ⇒ Map[A, B]) extends Product with Serializable

    Class for mapping QA-SRL questions to other forms (and back).

    Class for mapping QA-SRL questions to other forms (and back). Works on a set of labels for a verb all at a time, to allow for reconstructing full questions from argument lists.

  6. case class QuestionTemplate(wh: LowerCaseString, hasSubj: Boolean, isPassive: Boolean, hasObj: Boolean, prep: Option[LowerCaseString], obj2: Option[LowerCaseString]) extends Product with Serializable
  7. case class SlotBasedLabel[A](wh: LowerCaseString, aux: Option[LowerCaseString], subj: Option[LowerCaseString], verbPrefix: List[LowerCaseString], verb: A, obj: Option[LowerCaseString], prep: Option[LowerCaseString], obj2: Option[LowerCaseString]) extends Product with Serializable

Value Members

  1. object ClausalQuestion extends Serializable
  2. object ClauseResolution
  3. object DiscreteLabel
  4. object QuestionLabelMapper extends Serializable
  5. object QuestionTemplate extends Serializable
  6. object SlotBasedLabel extends Serializable

Ungrouped