Problem
Regex-on-surface accent corrections cannot express grammar-based rules (for example "any verb in ます form gets a fall on ま") without enumerating every stem, because the pipeline carries no POS metadata. We need POS and conjugation info threaded into the word result, plus a rule/patch layer that can match on it, to fix suffix-level accents (動詞ます型, 形容詞たい型) and disambiguate homographs (升 as 名詞 vs ます as 助動詞).
Problem
Regex-on-surface accent corrections cannot express grammar-based rules (for example "any verb in ます form gets a fall on ま") without enumerating every stem, because the pipeline carries no POS metadata. We need POS and conjugation info threaded into the word result, plus a rule/patch layer that can match on it, to fix suffix-level accents (動詞ます型, 形容詞たい型) and disambiguate homographs (升 as 名詞 vs ます as 助動詞).