p

qasrl

package qasrl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Adv(wh: LowerCaseString) extends ArgumentSlot with Product with Serializable
  2. case class ArgStructure(args: DependentMap[Aux, Id], isPassive: Boolean) extends Product with Serializable
  3. sealed trait Argument extends AnyRef
  4. sealed trait ArgumentSlot extends AnyRef
  5. class Autocomplete extends AnyRef
  6. case class Frame(verbInflectedForms: InflectedForms, structure: ArgStructure, tense: Tense, isPerfect: Boolean, isProgressive: Boolean, isNegated: Boolean) extends Product with Serializable
  7. case class Noun(isAnimate: Boolean) extends Argument with Product with Serializable
  8. case class Prep(preposition: LowerCaseString, objOpt: Option[Noun]) extends Argument with Product with Serializable
  9. class QuestionProcessor extends AnyRef
  10. class TemplateStateMachine extends AnyRef
  11. sealed trait Tense extends AnyRef

Value Members

  1. object ArgStructure extends Serializable
  2. object Argument
  3. object ArgumentSlot
  4. object Autocomplete
  5. object Frame extends Serializable
  6. object Locative extends Argument with Product with Serializable
  7. object Noun extends Serializable
  8. object Obj extends ArgumentSlot with Product with Serializable
  9. object Obj2 extends ArgumentSlot with Product with Serializable
  10. object Prep extends Serializable
  11. object QuestionProcessor
  12. object Subj extends ArgumentSlot with Product with Serializable
  13. object TemplateStateMachine
  14. object Tense

Ungrouped