Skip to content

Commit

Permalink
fix: MorphLabel: rollback to previous names for backward comp
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLerner committed Feb 12, 2024
1 parent 60101e0 commit 2469e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neot/morph/labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@


class MorphLabel(enum.Enum):
Prefixed = 0
Suffixed = 1
Prefix = 0
Suffix = 1
Neoclassical = 2
Native = 3
Compound = 3
Syntagm = 4


Expand Down

0 comments on commit 2469e89

Please sign in to comment.