removed vocative case from Slovak

This commit is contained in:
aarneranta
2020-04-27 14:19:07 +02:00
parent 0f0bc4e346
commit 8e0a3095c0
4 changed files with 25 additions and 37 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ lin
PConjConj conj = {s = conj.s2} ;
NoVoc = {s = []} ;
VocNP np = {s = np.s ! Voc} ;
VocNP np = {s = np.s ! Nom} ;
}