Packages

class TemplateStateMachine extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemplateStateMachine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemplateStateMachine(tokens: Vector[String], verbInflectedForms: InflectedForms, overridePrepositions: Option[Set[LowerCaseString]] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allChosenPrepositions: Set[LowerCaseString]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def beAux(subjRequired: Boolean): TemplateProgress
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def doAux(subjRequired: Boolean): TemplateProgress
  9. val doPrep: TemplateProgress
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def haveAux(subjRequired: Boolean): TemplateProgress
  15. def infNegContraction(subjRequired: Boolean): TemplateProgress
  16. val infinitiveVerb: TemplateProgress
  17. val initialFrameState: FrameState
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPreposition(lcs: LowerCaseString): Boolean
  20. val lowerTokens: Vector[LowerCaseString]
  21. def makeNounForWh(wh: LowerCaseString): StateT[Option, FrameState, Noun]
  22. def makeObj2ForWh(wh: LowerCaseString): StateT[Option, FrameState, Argument]
  23. def makePrepForWhObject(preposition: LowerCaseString)(wh: LowerCaseString): StateT[Option, FrameState, Argument]
  24. def modalAux(subjRequired: Boolean): TemplateProgress
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def negContraction(subjRequired: Boolean, targetVerbState: TemplateState): TemplateProgress
  27. val newPrepositions: Vector[LowerCaseString]
  28. val noPrepObj: TemplateProgress
  29. val nonToEndingPrepositions: NonEmptyList[LowerCaseString]
  30. val nonToPrep: TemplateProgress
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. val obj: TemplateProgress
  34. def optionalSubj(targetVerbState: TemplateState, alreadyNegated: Boolean): TemplateProgress
  35. val pastParticipleVerb: TemplateProgress
  36. val postDoObj: TemplateProgress
  37. def postSubjectNegation(targetVerbState: TemplateState): TemplateProgress
  38. val postToObj: TemplateProgress
  39. def preAux(subjRequired: Boolean): TemplateProgress
  40. val prep: TemplateProgress
  41. val prepObjOpt: TemplateProgress
  42. val prepositionBigrams: Iterator[LowerCaseString]
  43. val presentParticipleOrPassiveVerb: TemplateProgress
  44. val qMark: TemplateProgress
  45. def start: TemplateProgress
  46. val stemVerb: TemplateProgress
  47. def subj(targetVerbState: TemplateState, alreadyNegated: Boolean): TemplateProgress
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. val tensedVerb: TemplateProgress
  50. val to: TemplateProgress
  51. val toEndingPrepositions: NonEmptyList[LowerCaseString]
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. val wh: TemplateProgress

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped