object defs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- defs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class AdjectivePhrase(head: Option[HeadForm], modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), features: Features = Map()) extends Phrase with HasPreModifiers with HasModifiers with HasPostModifiers with HasFeatures with Product with Serializable
- case class AdverbPhrase(head: Option[HeadForm], modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), features: Features = Map()) extends Phrase with HasPreModifiers with HasModifiers with HasPostModifiers with HasFeatures with Product with Serializable
- case class Clause(subject: Option[NounForm], verb: Option[VerbForm], direct_object: Option[Phrase], indirect_object: Option[Phrase], complements: Seq[Phrase] = Seq(), modifiers: Seq[Phrase] = Seq(), front_modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), complementiser: String = null, comments: String = null, features: Features = Map()) extends Phrase with HasModifiers with HasPreModifiers with HasPostModifiers with HasFrontModifiers with HasFeatures with HasComplements with Product with Serializable
- case class CoordinatedPhrase(head: Head, coordinates: Seq[Phrase] = Seq(), iterator: Option[PhraseIterator], conjunction: String, post_modifiers: Seq[Phrase] = Seq(), features: Features = Map()) extends Phrase with NounForm with VerbForm with HasPostModifiers with HasFeatures with Product with Serializable
- case class Dictionary(help: String, snippets: Map[String, Phrase], dictionary: Map[String, Phrase], context: Map[String, String]) extends Product with Serializable
- case class Funcall(post_modifiers: Seq[Phrase] = Seq(), args: Seq[Phrase], features: Features = Map()) extends Phrase with HeadForm with NounForm with VerbForm with HasFeatures with HasPostModifiers with Product with Serializable
- case class NounPhrase(determiner: String, head: Option[HeadForm], modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), specifier: Option[NounForm] = None, complements: Seq[Phrase] = Seq(), comments: String = null, features: Features = Map()) extends Phrase with NounForm with HasPreModifiers with HasModifiers with HasPostModifiers with HasFeatures with HasComplements with HasSpecifier with Product with Serializable
- case class Paragraph(items: Seq[Phrase], properties: Map[String, String]) extends Phrase with Product with Serializable
- case class PhraseIterator(variable: String, until_string: String, from_string: String, flatten: String, clause: String, property: String, element: Phrase, iterator: PhraseIterator) extends Phrase with Product with Serializable
- case class Plan(name: String, select: Map[String, Map[String, String]], query: AnyRef, sentence: Phrase, context: Map[String, String], where: AnyRef) extends Product with Serializable
- case class PrepositionPhrase(preposition: String, noun: Option[NounForm], complements: Seq[Phrase] = Seq(), specifier: Option[NounPhrase] = None, features: Features = Map()) extends Phrase with HasComplements with HasSpecifier with HasFeatures with Product with Serializable
- case class StringPhrase(value: String) extends Phrase with NounForm with VerbForm with HeadForm with Product with Serializable
- case class VerbPhrase(head: Head, direct_object: Option[Phrase] = None, indirect_object: Option[Phrase] = None, modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), complements: Seq[Phrase] = Seq(), features: Features = Map()) extends Phrase with VerbForm with HasPreModifiers with HasModifiers with HasPostModifiers with HasFeatures with HasComplements with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def T2OptionT(x: String): Option[HeadForm]
- implicit def T2OptionT(x: StringPhrase): Option[StringPhrase]
- implicit def T2OptionT(x: VerbPhrase): Option[VerbPhrase]
- implicit def T2OptionT(x: NounPhrase): Option[NounPhrase]
- def addFeaturesToPhrase(newfeatures: Features, p: Phrase): Phrase
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def callSimplenlgLibrary(p: Phrase, option: Int): (String, String, () => String)
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getComputedFeatures(m: Map[String, AnyRef], e: TransformEnvironment): Features
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map2phrase(m: Map[String, AnyRef], post_modifiers: Seq[Phrase], features2: Features, e: TransformEnvironment): Option[Phrase]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def nullFeatures(features: Features): Features
- def nullOpt[T](v: Option[T]): Option[T]
- def nullSeq[T](v: Seq[T]): Seq[T]
- def realise(sentence: NLGElement): String
- def realise(sentence: Phrase): String
- val realiser: Realiser
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transform_snippets(s: String, environment: Environment): Option[AnyRef]
- def updateFuncallIndex[F <: Phrase](element: Phrase, index: Int): Funcall
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)