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. sealed trait Argument extends AnyRef
  3. sealed trait ArgumentSlot extends AnyRef
  4. class Autocomplete extends AnyRef
  5. case class Frame(verbInflectedForms: InflectedForms, args: DependentMap[Aux, Id], tense: Tense, isPerfect: Boolean, isProgressive: Boolean, isPassive: Boolean, isNegated: Boolean) extends Product with Serializable
  6. case class Modal(modalVerb: LowerCaseString) extends Tense with 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 Argument
  2. object ArgumentSlot
  3. object Autocomplete
  4. object Frame extends Serializable
  5. object Locative extends Argument with Product with Serializable
  6. object Noun extends Serializable
  7. object Obj extends ArgumentSlot with Product with Serializable
  8. object Obj2 extends ArgumentSlot with Product with Serializable
  9. object PastTense extends Tense with Product with Serializable
  10. object Prep extends Serializable
  11. object PresentTense extends Tense with Product with Serializable
  12. object QuestionProcessor
  13. object Subj extends ArgumentSlot with Product with Serializable
  14. object TemplateStateMachine
  15. object Tense

Ungrouped