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: Head, modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), features: Features = Map(), cfeatures: Features = Map()) extends Phrase with HasPreModifiers with HasModifiers with HasPostModifiers with HasFeatures with Product with Serializable
- case class AdverbPhrase(head: Head, modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), features: Features = Map(), cfeatures: 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, features: Features = Map(), cfeatures: Features = Map()) extends Phrase with HasModifiers with HasFrontModifiers with HasPreModifiers with HasPostModifiers with HasFeatures with HasComplements with Product with Serializable
- case class CoordinatedPhrase(head: Head, coordinates: Seq[Option[Phrase]] = Seq(), conjunction: String, post_modifiers: Seq[Phrase] = Seq(), features: Features = Map()) extends Phrase with NounForm with VerbForm with HasPostModifiers with HasFeatures with Product with Serializable
- Annotations
- @JsonIgnoreProperties()
- case class EnumeratedList(items: Seq[Phrase], properties: Map[String, String]) extends Phrase with Product with Serializable
- type Features = Map[String, String]
- trait HasComplements extends AnyRef
- trait HasFeatures extends AnyRef
- trait HasFrontModifiers extends AnyRef
- trait HasModifiers extends AnyRef
- trait HasPostModifiers extends AnyRef
- trait HasPreModifiers extends AnyRef
- trait HasSpecifier extends AnyRef
- type Head = String
- trait NounForm extends AnyRef
- Annotations
- @JsonTypeInfo() @JsonSubTypes()
- case class NounPhrase(determiner: String, head: Head, modifiers: Seq[Phrase] = Seq(), pre_modifiers: Seq[Phrase] = Seq(), post_modifiers: Seq[Phrase] = Seq(), specifier: Option[NounPhrase] = None, complements: Seq[Phrase] = Seq(), comments: String = null, features: Features = Map(), cfeatures: 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
- trait Phrase extends Constants with ExportableToBlockly
- Annotations
- @JsonTypeInfo() @JsonSubTypes() @JsonInclude()
- case class PrepositionPhrase(preposition: String, noun: Option[NounForm], complements: Seq[Phrase] = Seq(), specifier: Option[NounPhrase] = None, features: Features = Map(), cfeatures: 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 Product with Serializable
- case class Template(select: AnyRef, query: Array[String], sentence: Phrase) extends Product with Serializable
- trait VerbForm extends AnyRef
- Annotations
- @JsonTypeInfo() @JsonSubTypes()
- 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(), cfeatures: 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: StringPhrase): Option[StringPhrase]
- implicit def T2OptionT(x: VerbPhrase): Option[VerbPhrase]
- implicit def T2OptionT(x: NounPhrase): Option[NounPhrase]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- val exporter: BlocklyExport
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val knownHeadMarkupFeatures: Map[String, String]
- val knownMarkupFeatures: Set[String]
- val lexicon: NIHDBLexicon
- val lexiconLocation: String
- val liFeature: Map[String, String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nlgFactory: NLGFactory
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val olFeature: Map[String, String]
- def realise(sentence: NLGElement, realiser: Realiser = theRealiser): String
- def realise(sentence: Phrase): String
- val spanFeature: Map[String, String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val theRealiser: Realiser
- def toString(): String
- Definition Classes
- AnyRef → Any
- val ulFeature: Map[String, String]
- 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])
- def withHTMLFormatter(): Realiser
- def withMarkupFormatter(): Realiser
- val xplainlexicon: String
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)