mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
fixed a bug in PhonoIta.elision, which caused gluing of articles with nouns beginning with a vowel also when there was no apostrophe
This commit is contained in:
@@ -81,7 +81,7 @@ lin
|
||||
mkPronoun
|
||||
"lei" "la" "le" "glie" "lei" "suo" "sua" "suoi" "sue"
|
||||
Fem Sg P3 ;
|
||||
so_AdA = ss "così" ;
|
||||
so_AdA = ss "così" ;
|
||||
somebody_NP = pn2np (mkPN ["qualcuno"] Masc) ;
|
||||
somePl_Det = {s,sp = \\_,c => prepCase c ++ "qualche" ; n = Pl ; s2 = [] ; isNeg = False} ;
|
||||
someSg_Det = {s,sp = \\_,c => prepCase c ++ "qualche" ; n = Sg ; s2 = [] ; isNeg = False} ;
|
||||
|
||||
Reference in New Issue
Block a user