diff options
| author | aarne <aarne@chalmers.se> | 2010-05-28 13:29:35 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-05-28 13:29:35 +0000 |
| commit | b3d6f01f403dbf86207079b214b75c2445ad55b7 (patch) | |
| tree | 7afa2deea04ac41d367e76430dc4f7b93a011b1c /examples/phrasebook/WordsSwe.gf | |
| parent | 8f9eb4f7f32560803d690be2b75e9dcc6cb08502 (diff) | |
lexical corrections in PhrasebookNor
Diffstat (limited to 'examples/phrasebook/WordsSwe.gf')
| -rw-r--r-- | examples/phrasebook/WordsSwe.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsSwe.gf b/examples/phrasebook/WordsSwe.gf index 747a5e55d..c235be5b9 100644 --- a/examples/phrasebook/WordsSwe.gf +++ b/examples/phrasebook/WordsSwe.gf @@ -226,7 +226,7 @@ concrete WordsSwe of Words = SentencesSwe ** mkNPDay day (SyntaxSwe.mkAdv on_Prep day) (SyntaxSwe.mkAdv on_Prep (mkNP a_Quant plNum (mkCN (mkN d)))) ; - mkPlace : N -> Str -> {name : CN ; at : Prep ; to : Prep} = \p,i -> + mkPlace : N -> Str -> {name : CN ; at : Prep ; to : Prep ; isPl : Bool} = \p,i -> mkCNPlace (mkCN p) (mkPrep i) to_Prep ; open_A = mkA "öppen" "öppet" ; |
