Skip to content

Commit

Permalink
Switched the tag conversion for unspecified actor from X 'someone' to…
Browse files Browse the repository at this point in the history
… XPl 'people'.
  • Loading branch information
aarppe committed Jun 28, 2024
1 parent 59b887b commit 912d616
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CreeDictionary/phrase_translate/crk_tag_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
("+Px12Pl", COPY_TAG_NAME, 3), # Maybe needs to be recoded with 12 -> 21
("+Px3Pl", COPY_TAG_NAME, 3),
("+Px4Sg/Pl", COPY_TAG_NAME, 3),
("+PxX", COPY_TAG_NAME, 3),
("+PxX", "PxXPl+", 3),
)

# Normally having a preverb tag excludes a wordform from auto-translation; this
Expand Down Expand Up @@ -66,7 +66,7 @@
("+3Pl", COPY_TAG_NAME, 2),
("+4Sg/Pl", COPY_TAG_NAME, 2),
("+5Sg/Pl", COPY_TAG_NAME, 2),
("+X", COPY_TAG_NAME, 2),
("+X", "XPl+", 2),
# Person - Object
("+1SgO", COPY_TAG_NAME, 3),
("+2SgO", COPY_TAG_NAME, 3),
Expand All @@ -79,5 +79,5 @@
("+4Sg", COPY_TAG_NAME, 3),
("+4Sg/PlO", COPY_TAG_NAME, 3),
("+5Sg/PlO", COPY_TAG_NAME, 3),
("+XO", COPY_TAG_NAME, 3),
("+XO", "XPlO+", 3),
)

0 comments on commit 912d616

Please sign in to comment.