ClusterFeature
Extends
Properties
FEATURE
FEATURE:
"cluster"
Additional orthographic feature.
"cluster"
is any combination of a single character and optionally a dagesh and vowel."syllable"
is any combination of a multiple characters and a single vowel and optionally a dagesh"word"
covers everything else
Defined in
HEBREW
HEBREW:
string
|RegExp
The Hebrew text — use consonants and vowels; do not use taamim
Remarks
The text is parsed as a Regex so special characters like ?
and |
can be used
Inherited from
Defined in
PASS_THROUGH?
optional
PASS_THROUGH:boolean
If true
passes the characters of the result of the TRANSLITERATION
callback to the be mapped to the schema.
If TRANSLITERATION
is a string, this does nothing.
Default
Examples
Remarks
This is generally most useful when the callback does not transliterate the entire FEATURE
Inherited from
Defined in
TRANSLITERATION
TRANSLITERATION:
string
|ClusterCallback
A string or callback to customize the output
Examples
Using a string
Using a callback