Skip to content

Commit

Permalink
Updated English Phrase FOMA FSTs
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 25, 2024
1 parent 5d51fb5 commit 38b8bfe
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/CreeDictionary/phrase_translate/crk_translate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(
((), "atâhk", ("+N", "+A", "+Der/Dim", "+N", "+A", "+Obv")),
"star",
"little star over there",
"an/other little star(s)",
),
(
(
Expand Down Expand Up @@ -60,7 +60,7 @@
(
(("PV/wi+",), "wâpamêw", ("+V", "+TA", "+Ind", "+4Sg/Pl", "+3PlO")),
WAPAMEW_DEFINITION,
"s/he/they are going to see them",
"another/others are going to see them",
),
(
(("PV/e+", "PV/wi+"), "wâpamêw", ("+V", "+TA", "+Cnj", "+1Sg", "+3PlO")),
Expand All @@ -70,7 +70,7 @@
(
(("PV/ka+",), "wâpamêw", ("+V", "+TA", "+Ind", "+4Sg/Pl", "+3SgO")),
WAPAMEW_DEFINITION,
"s/he/they will see him/her",
"another/others will see him/her",
),
(
(("PV/ka+",), "wâpamêw", ("+V", "+TA", "+Cnj", "+1Sg", "+2PlO")),
Expand Down
2 changes: 1 addition & 1 deletion src/CreeDictionary/phrase_translate/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def eng_noun_entry_to_inflected_phrase_fst():
def eng_verb_entry_to_inflected_phrase_fst():
return foma.FST.load(
shared_fst_dir
/ "transcriptor-cw-eng-verb-entry2inflected-phrase-w-flags.fomabin"
/ "transcriptor-cw-eng-verb-entry2inflected-phrase-w-flags-and-templates.fomabin"
)


Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 38b8bfe

Please sign in to comment.