mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-30 11:08:34 -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:
@@ -17,7 +17,8 @@ oper
|
||||
} ;
|
||||
|
||||
elision : (_,_,_ : Str) -> Str = \il, l', lo ->
|
||||
pre {il ; (l' ++ Predef.BIND) / vocale ; lo / sImpuro} ;
|
||||
let ll = case last l' of {"'" => l' ++ Predef.BIND ; _ => l'} in
|
||||
pre {il ; ll / vocale ; lo / sImpuro} ;
|
||||
--- pre {vocale => l' ; sImpuro => lo ; _ => il} ; --- doesn't work properly 15/4/2014
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user