mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
correct treatment of spaces in NP's in DictEngChi
This commit is contained in:
@@ -229,7 +229,7 @@ oper
|
||||
|
||||
-- added by AR
|
||||
|
||||
mkNP : Str -> NP = ss ;
|
||||
mkNP : Str -> NP = ss ; -- not to be used in lexicon building
|
||||
|
||||
appPrep : Preposition -> Str -> Str = \prep,s ->
|
||||
prep.prepPre ++ s ++ prep.prepMain ;
|
||||
|
||||
Reference in New Issue
Block a user