(Hun) Remove PlAcc from stems, turns out it wasn't needed

According to https://www.researchgate.net/publication/268175865_Does_Hungarian_have_a_case_system p. 45, the allomorph for plural accusative is predictable.
This commit is contained in:
Inari Listenmaa
2020-04-28 14:41:47 +02:00
parent 84985b91c0
commit 0f19b70b86
5 changed files with 18 additions and 30 deletions
+1 -2
View File
@@ -71,7 +71,7 @@ param
NumCaseStem =
SgNom | SgAccStem | SgSup -- These may use 2-3 different stems
| PlAcc -- May have irregular vowel in suffix
-- May have irregular vowel in suffix
| SgAll -- May have irregular vowel in suffix
| SgInsStem -- Instrumental and translative: -v after vowels
| SgStem -- Rest of the cases in Sg
@@ -152,7 +152,6 @@ oper
SgAccStem => "SgAccStem" ;
SgSup => "SgSup" ;
SgAll => "SgAll" ;
PlAcc => "PlAcc" ;
SgInsStem => "SgInsStem" ;
SgStem => "SgStem" ;
PlStem => "PlStem" ;