diff options
| author | aarne <aarne@chalmers.se> | 2009-05-15 16:45:16 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-05-15 16:45:16 +0000 |
| commit | 29c0ea9f761647710e7988cb80c3717c3fc6bc43 (patch) | |
| tree | 9821d266decd82e833729570583c96de29b9400c /next-lib/src/italian | |
| parent | 110d436e85cea3d482487731646fd6cb82aeca6d (diff) | |
new pre syntax (as alternative): pre {"o" | "i" => "an" ; _ => "a"}
Diffstat (limited to 'next-lib/src/italian')
| -rw-r--r-- | next-lib/src/italian/PhonoIta.gf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/next-lib/src/italian/PhonoIta.gf b/next-lib/src/italian/PhonoIta.gf index f725aef68..9959d1550 100644 --- a/next-lib/src/italian/PhonoIta.gf +++ b/next-lib/src/italian/PhonoIta.gf @@ -16,5 +16,6 @@ oper elision : (_,_,_ : Str) -> Str = \il, l', lo -> pre {il ; l' / vocale ; lo / sImpuro} ; +--- pre {vocale => l' ; sImpuro => lo ; _ => il} ; } |
