trait MidOrthography extends AnyRef
An orthographic system
- Alphabetic
- By Inheritance
- MidOrthography
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
exemplarId: String
Value for exemplar ID in tokenzied editions.
-
abstract
def
orthography: String
Label for this orthographic system.
-
abstract
def
tokenCategories: Vector[MidTokenCategory]
Token categories recognizable from the semantics of this orthography.
-
abstract
def
tokenizeNode(n: CitableNode): Vector[MidToken]
Tokenize a String in this othography.
Tokenize a String in this othography.
- n
CitableNode to tokenize.
-
abstract
def
validCP(cp: Int): Boolean
True if code point is valid
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
asteriskCp: Int
Unicode code point for asterisk character.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hiliteBadCps(cps: Vector[Int]): String
-
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.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val spaceCp: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
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()
-
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()
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.