diff options
| author | aarne <aarne@chalmers.se> | 2010-04-06 12:24:41 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-06 12:24:41 +0000 |
| commit | dc35b0a82baba97f71149f477c558e6b3f92d6fc (patch) | |
| tree | ba52d37e80c902e6bdec0956cbeb23632740e614 /examples/phrasebook/WordsFin.gf | |
| parent | ba13052d3117c3931a5477a0bbf2d3c38ed749c6 (diff) | |
fixed Finnish youPol complement number to Sg ; some encoding things in French
Diffstat (limited to 'examples/phrasebook/WordsFin.gf')
| -rw-r--r-- | examples/phrasebook/WordsFin.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsFin.gf b/examples/phrasebook/WordsFin.gf index fa80d0a78..c5789a924 100644 --- a/examples/phrasebook/WordsFin.gf +++ b/examples/phrasebook/WordsFin.gf @@ -108,7 +108,7 @@ concrete WordsFin of Words = SentencesFin ** mkPlace : N -> Bool -> {name : CN ; at : Prep ; to : Prep} = \p,e -> { name = mkCN p ; at = casePrep (if_then_else Case e adessive inessive) ; -- True: external - to = casePrep (if_then_else Case e allative elative) ; + to = casePrep (if_then_else Case e allative illative) ; } ; open_Adv = ParadigmsFin.mkAdv "avoinna" ; |
