Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Lord-Nightmare
Copy link

Fix a 43-year old bug in reciter where the unvoiced affricate/non-palate prefix doesn't correctly handle the 2-letter cases.
In the original 6502 code, there is a missing DEX opcode and a missing LDA $8d00, X opcode to load the previous letter into the accumulator, so the 2-letter test case will always fail as it compares the same letter both to H, and then later to C, T, and S.
This means the rule @(UR)#=UH4R will not correctly trigger on segments with the two letter prefices CH TH and SH, which is incorrect according to the NRL Report 7948 that the reciter rule set is based on.
This fixes words like 'thurible', 'shuriken', and 'ashura' (and likely others) where without this fix they will be incorrectly pronounced as 'thyurible' 'shyuriken' and 'ashyura'.

…ate prefix doesn't correctly handle the 2-letter cases. This fixes words like 'thurible', 'shuriken', and 'ashura'.
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

Successfully merging this pull request may close these issues.

1 participant