Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow symbol removal from VST in VST Maker #23

Open
subins2000 opened this issue Feb 6, 2022 · 0 comments
Open

Allow symbol removal from VST in VST Maker #23

subins2000 opened this issue Feb 6, 2022 · 0 comments

Comments

@subins2000
Copy link
Member

VST Maker should allow to remove a symbol from VST using a matching condition. In Malayalam scheme:

anusvara [["m"]] => ["ം","ം","മ"]
anusvara "m_" =>  ["ം","ം","മ"]
anusvara({:accept_if => :ends_with}, "m" => ["ം","ം","മ"])
anusvara({:accept_if => :in_between}, "m" => ["ം","ം","മ"])

consonants ["ma"] => "മ"

generate_cv

The CV generation makes m => മ് but there is no use of മ് at the end of a string, anusvara will be used instead. So, need to remove the generated m => മ് and then custom add it:

anusvara({:accept_if => :starts_with}, "m" => ["മ്"])
anusvara({:accept_if => :in_between}, "m" => ["മ്])
@subins2000 subins2000 changed the title Allow entry removal from VST in VST Maker Allow symbol removal from VST in VST Maker Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant