From 1c18abaedca69d5d549944839fd0640f4c7639e1 Mon Sep 17 00:00:00 2001 From: Christopher Cox Date: Tue, 7 Nov 2023 13:52:48 -0600 Subject: [PATCH] Update verb_inner_affixes.lexc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ruled out accidental second path (when a verb has both an indefinite object and a low-tone ì-). --- src/fst/affixes/verb_inner_affixes.lexc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fst/affixes/verb_inner_affixes.lexc b/src/fst/affixes/verb_inner_affixes.lexc index 7b713384..e526159b 100644 --- a/src/fst/affixes/verb_inner_affixes.lexc +++ b/src/fst/affixes/verb_inner_affixes.lexc @@ -120,7 +120,7 @@ LEXICON 0-IPFV-AFF-MiddlePrefix ! We use the OBJECTPERSON.INDEF and LOWTONE.ON flag diacritics to catch both ! of these cases. @R.OBJECTPERSON.INDEF@ 0-IPFV-AFF-MiddlePrefix-DOIndef; -@R.LOWTONE.ON@ 0-IPFV-AFF-MiddlePrefix-DOIndef; +@D.OBJECTPERSON.INDEF@@R.LOWTONE.ON@ 0-IPFV-AFF-MiddlePrefix-DOIndef; @D.OBJECTPERSON.INDEF@@D.LOWTONE@ 0-IPFV-AFF-InnerPrefix; LEXICON 0-IPFV-AFF-MiddlePrefix-DOIndef