G2P Mapping Configuration
2.2Schema URL
Type:
object
This is the format used by g2p for configuring mappings.
Properties
Definitions
MAPPING_TYPE
string
Mapping
object
Class for lookup tables
processed
boolean
parent_dir
string | null
id
string | null
in_lang
string
out_lang
string
language_name
string | null
display_name
string | null
as_is
boolean | null
case_sensitive
boolean
case_equivalencies
object
{}
preserve_case
boolean
escape_special
boolean
norm_form
NORM_FORM_ENUM string
out_delimiter
string
reverse
boolean
rule_ordering
RULE_ORDERING_ENUM string
prevent_feeding
boolean
type
MAPPING_TYPE | null
alignments
string[]
[]
alignments_path
string | null
authors
string[] | null
abbreviations
Record<string, string[]>
{}
abbreviations_path
string | null
rules
Rule[]
[]
rules_path
string | null
NORM_FORM_ENUM
string
RULE_ORDERING_ENUM
string
Rule
object
in
string
required
out
string
required
context_before
string
context_after
string
prevent_feeding
boolean
match_pattern
string | null
intermediate_form
string | null
comment
string | null