mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
added inherent number to places, fixed places in French
This commit is contained in:
@@ -238,7 +238,7 @@ concrete WordsNor of Words = SentencesNor **
|
||||
mkNPDay day (SyntaxNor.mkAdv on_Prep day)
|
||||
(SyntaxNor.mkAdv on_Prep (mkNP a_Quant plNum (mkCN (mkN d)))) ;
|
||||
|
||||
mkPlace : N -> Str -> Str -> {name : CN ; at : Prep ; to : Prep} = \p,i,t ->
|
||||
mkPlace : N -> Str -> Str -> {name : CN ; at : Prep ; to : Prep; isPl : Bool} = \p,i,t ->
|
||||
mkCNPlace (mkCN p) (mkPrep i) (mkPrep t) ;
|
||||
|
||||
open_A = mkA "åpen" "åpent";
|
||||
|
||||
Reference in New Issue
Block a user