drop the copular sufix for P3 Pl

This commit is contained in:
krangelov
2020-03-30 12:34:44 +02:00
parent e685d5038e
commit 4a50152e17
3 changed files with 7 additions and 8 deletions
+3 -3
View File
@@ -143,10 +143,10 @@ resource ParadigmsTur = open
regN : Str -> N ;
-- Paradigm for proper noun
regPN : Str -> Noun ;
regPN : Str -> PN ;
-- Worst case function for proper nouns
makePN : Str -> Str -> Noun ;
makePN : Str -> Str -> PN ;
-- digits can be seen as proper noun, but we need an additional harmony argument
-- since harmony information can not be extracted from digit string.
@@ -611,7 +611,7 @@ resource ParadigmsTur = open
ablat_Case : Prep = mkPrep [] Ablat;
dat_Case : Prep = mkPrep [] Dat;
acc_Case : Prep = mkPrep [] Dat;
acc_Case : Prep = mkPrep [] Acc;
mkQuant : Str -> Quant = \s -> lin Quant {s=s; useGen = NoGen} ;