graphtransliterator-ts / TransliterationRule
Interface: TransliterationRule
Defined in: Rules.ts:31
A transliteration rule containing the specific match conditions and string output to be produced, as well as the rule’s cost.
Properties
cost
cost:
number
Defined in: Rules.ts:38
nextClasses?
optionalnextClasses?:TokenClasses
Defined in: Rules.ts:37
nextTokens?
optionalnextTokens?:Tokens
Defined in: Rules.ts:36
prevClasses?
optionalprevClasses?:TokenClasses
Defined in: Rules.ts:33
prevTokens?
optionalprevTokens?:Tokens
Defined in: Rules.ts:34
production
production:
string
Defined in: Rules.ts:32
tokens
tokens:
Tokens
Defined in: Rules.ts:35