shlesha 0.5.7

High-performance extensible transliteration library with hub-and-spoke architecture
Documentation
name: "my_custom_encoding"
version: "1.0.0"
script_type: "romanized"
description: "Example custom encoding scheme for testing"
author: "Shlesha Team"

metadata:
  has_implicit_a: false
  direction: "ltr"
  case_sensitive: true

mappings:
  consonants:
    "k": ""
    "g": ""
    "c": ""
    "j": ""
    "t": ""
    "d": ""
    "n": ""
    "p": ""
    "b": ""
    "m": ""
    "y": ""
    "r": ""
    "l": ""
    "v": ""
    "s": ""
    "h": ""
  
  vowels:
    "a": ""
    "i": ""
    "u": ""
    "e": ""
    "o": ""

validation:
  patterns: {}