Packages

c

ch.usi.inf.reveal.parsing.units

NaturalLanguageTaggedUnit

case class NaturalLanguageTaggedUnit(id: String, astNode: HASTNodeSequence, rawText: String, source: SourceInfo, metaInformation: Seq[MetaInformation[_]] = Seq()) extends InformationUnit with Product with Serializable

An information unit representing a paragraph mainly containing natural language.

astNode

a sequence of HAST nodes representing the HAST of the unit.

Linear Supertypes
Serializable, Serializable, Product, Equals, InformationUnit, JsonSerializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NaturalLanguageTaggedUnit
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. InformationUnit
  7. JsonSerializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NaturalLanguageTaggedUnit(id: String, astNode: HASTNodeSequence, rawText: String, source: SourceInfo, metaInformation: Seq[MetaInformation[_]] = Seq())

    astNode

    a sequence of HAST nodes representing the HAST of the unit.

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val astNode: HASTNodeSequence
  6. def bindMetaInformation(otherMetaInformation: Seq[MetaInformation[_]]): NaturalLanguageTaggedUnit

    Binds the meta informations for this unit.

    Binds the meta informations for this unit.

    Definition Classes
    NaturalLanguageTaggedUnitInformationUnit
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    InformationUnit → AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int
    Definition Classes
    InformationUnit → AnyRef → Any
  13. val id: String
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val metaInformation: Seq[MetaInformation[_]]
  16. lazy val metaInformationTypes: Seq[scala.reflect.api.JavaUniverse.TypeTag[_]]

    The sequence of meta information types available for the unit.

    The sequence of meta information types available for the unit.

    Definition Classes
    InformationUnit
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. val rawText: String
  21. val source: SourceInfo
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    InformationUnit → AnyRef → Any
  24. def type2metaInformation[T <: MetaInformation[T]](implicit tag: scala.reflect.api.JavaUniverse.TypeTag[T]): Option[T]

    Given a type of a meta information, returns the corresponding meta information object, if it exists.

    Given a type of a meta information, returns the corresponding meta information object, if it exists.

    T

    the type of the meta information to retrieve.

    returns

    an optional meta information object of the given type.

    Definition Classes
    InformationUnit
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from InformationUnit

Inherited from JsonSerializable

Inherited from AnyRef

Inherited from Any

Ungrouped