1
0
forked from GitHub/gf-rgl

-val optimization

This commit is contained in:
aarne
2005-01-11 15:06:12 +00:00
parent 9f44597acb
commit bf88707c18
4 changed files with 4 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ lin
OtherwiseAdv = ss "altramente" ;
ThereforeAdv = ss "quindi" ;
EverybodyNP = mkNameNounPhrase ["tutti"] Masc ;
EverybodyNP = normalNounPhrase (\\c => prepCase c ++ "tutti") Masc Pl ;
SomebodyNP = mkNameNounPhrase ["qualcuno"] Masc ;
NobodyNP = mkNameNounPhrase ["nessuno"] Masc ; --- ne
EverythingNP = mkNameNounPhrase ["tutto"] Masc ;