mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
lexical corrections in PhrasebookNor
This commit is contained in:
@@ -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" ;
|
||||
|
||||
Reference in New Issue
Block a user