-
Notifications
You must be signed in to change notification settings - Fork 27
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
Indices are not compatible with prevent-feeding #280
Comments
The problem occurs whether the individual rule has prevent-feeding or the entire mapping has it. |
PS: I noticed this problem when I was trying to improve kwk BOAS->Umista for the casing PR #274. With rule I figured I might be able to fix this with indices, changing |
Given the mapping
converting
ab
correctly outputscd
unless prevent-feeding is true, in which case it outputsc{2}d{1}
To reproduce, make a single-rule mapping in g2p-studio with In=
a{1}b{2}
and Out=c{2}d{1}
and click on the prevent-mapping checkbox for that rule. Set the input toab
at the top.The text was updated successfully, but these errors were encountered: