Skip to content

PyaeSoneAungRgn/vscode-myanmar-text-normalization

Repository files navigation

Myanmar Text Normalization for VS Code

Myanmar Text Normalization extension for VS Code. This extension uses the normalize function from the MMStringNormalizer project.

VS Code: https://marketplace.visualstudio.com/items?itemName=PyaeSoneAung.myanmar-text-normalization

Web: https://myanmar-text-normalization.pyaesoneaung.dev

Usage

  • Open Command Palette
  • Search Normalize Myanmar Text

Example Text

ကုိ (က +  ု +  ိ) => ကို (က +  ိ +  ု)
စက်် (စ +​ က +​  ် +  ်) => စက် (စ +​ က +​  ်)
ဖံွ့ (ဖ +  ံ +  ွ +  ့) => (ဖွံ့)
more...

Keybinding

You will have to create your own keybinding.

  • Open Command Palette
  • Search Open Keyboard Shortcuts (JSON)
[
    {
        "key": "cmd+m",
        "command": "myanmarTextNormalization.normalize"
    }
]

Credit

ayehninnkhine/MMStringNormalizer

About

Myanmar Text Normalization extension for vscode

Resources

License

Stars

Watchers

Forks

Packages

No packages published