diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-06 09:55:36 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-06 09:55:36 +0000 |
| commit | d907e644cd7289607f04937a8a65f1ccb55da5ca (patch) | |
| tree | 1d894c998fcbcde0f19a629708d3ccf357dd69e5 /next-lib/src | |
| parent | 53e84610f17eb014badbd3977735f570aba26909 (diff) | |
German Bronzeage ; two fixes in Italian
Diffstat (limited to 'next-lib/src')
| -rw-r--r-- | next-lib/src/italian/LexiconIta.gf | 2 | ||||
| -rw-r--r-- | next-lib/src/romance/NounRomance.gf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/next-lib/src/italian/LexiconIta.gf b/next-lib/src/italian/LexiconIta.gf index 573c436e6..20cf35fbd 100644 --- a/next-lib/src/italian/LexiconIta.gf +++ b/next-lib/src/italian/LexiconIta.gf @@ -73,7 +73,7 @@ lin father_N2 = diN2 (regN "padre") ; fear_VS = mkVS (verboV (temere_20 "temere")) ; find_V2 = dirV2 (regV "trovare") ; - fish_N = regN "pesca" ; + fish_N = regN "pesce" ; floor_N = regN "pavimento" ; forget_V2 = dirV2 (regV "dimenticare") ; fridge_N = regN "frigorifero" ; diff --git a/next-lib/src/romance/NounRomance.gf b/next-lib/src/romance/NounRomance.gf index 8bf8651ab..3bc39aba8 100644 --- a/next-lib/src/romance/NounRomance.gf +++ b/next-lib/src/romance/NounRomance.gf @@ -97,7 +97,7 @@ incomplete concrete NounRomance of Noun = } ; IndefArt = { - s = \\b,n,g,c => if_then_Str b [] (artIndef g n c) ; + s = \\b,n,g,c => if_then_Str b (prepCase c) (artIndef g n c) ; sp = \\n,g,c => artIndef g n c ; ---- not for Fre s2 = [] } ; |
