Packages

trait MidOrthography extends AnyRef

An orthographic system

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

Abstract Value Members

  1. abstract def exemplarId: String

    Value for exemplar ID in tokenzied editions.

  2. abstract def orthography: String

    Label for this orthographic system.

  3. abstract def tokenCategories: Vector[MidTokenCategory]

    Token categories recognizable from the semantics of this orthography.

  4. abstract def tokenizeNode(n: CitableNode): Vector[MidToken]

    Tokenize a String in this othography.

    Tokenize a String in this othography.

    n

    CitableNode to tokenize.

  5. abstract def validCP(cp: Int): Boolean

    True if code point is valid

Concrete 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 asteriskCp: Int

    Unicode code point for asterisk character.

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hiliteBadCps(cps: Vector[Int]): String
  12. def hiliteBadCps(s: String): String

    Format a markdown string hilighting bad code points, if any, in a given string.

    Format a markdown string hilighting bad code points, if any, in a given string.

    s

    String to check.

  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val spaceCp: Int
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def tokenizeCorpus(c: Corpus): Vector[MidToken]

    Tokenize a Corpus into a Vector of [MidToken]s.

    Tokenize a Corpus into a Vector of [MidToken]s.

    c

    Corpus to tokenize.

    Annotations
    @JSExport()
  21. def tokenizedCorpus(c: Corpus): Corpus

    Create a new corpus citable at the level of the token.

    Create a new corpus citable at the level of the token.

    c

    Source corpus to analyze.

    Annotations
    @JSExport()
  22. def validString(s: String): Boolean

    True if all code points in s are valid.

    True if all code points in s are valid.

    s

    String to test.

    Annotations
    @JSExport()
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped