graphtransliterator-ts


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?

optional nextClasses?: TokenClasses

Defined in: Rules.ts:37


nextTokens?

optional nextTokens?: Tokens

Defined in: Rules.ts:36


prevClasses?

optional prevClasses?: TokenClasses

Defined in: Rules.ts:33


prevTokens?

optional prevTokens?: Tokens

Defined in: Rules.ts:34


production

production: string

Defined in: Rules.ts:32


tokens

tokens: Tokens

Defined in: Rules.ts:35