Package

qasrl

labeling

Permalink

package labeling

Visibility
  1. Public
  2. All

Type Members

  1. case class AdvRole(label: nlpdata.util.LowerCaseStringCapsule.LowerCaseString) extends DiscreteLabel with Product with Serializable

    Permalink
  2. sealed trait DiscreteLabel extends AnyRef

    Permalink
  3. case class NounRole(label: nlpdata.util.LowerCaseStringCapsule.LowerCaseString, isAnimate: Boolean) extends DiscreteLabel with Product with Serializable

    Permalink
  4. case class QuestionLabelMapper[A, B](mapping: (Vector[String], InflectedForms, List[A]) ⇒ Map[A, B]) extends Product with Serializable

    Permalink

    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.

  5. case class SlotBasedLabel[A](wh: nlpdata.util.LowerCaseStringCapsule.LowerCaseString, aux: Option[nlpdata.util.LowerCaseStringCapsule.LowerCaseString], subj: Option[nlpdata.util.LowerCaseStringCapsule.LowerCaseString], verbPrefix: List[nlpdata.util.LowerCaseStringCapsule.LowerCaseString], verb: A, obj: Option[nlpdata.util.LowerCaseStringCapsule.LowerCaseString], prep: Option[nlpdata.util.LowerCaseStringCapsule.LowerCaseString], obj2: Option[nlpdata.util.LowerCaseStringCapsule.LowerCaseString]) extends Product with Serializable

    Permalink

Value Members

  1. object DiscreteLabel

    Permalink
  2. object QuestionLabelMapper extends Serializable

    Permalink
  3. object SlotBasedLabel extends Serializable

    Permalink

Ungrouped