correct treatment of spaces in NP's in DictEngChi

This commit is contained in:
aarne
2013-09-13 18:57:52 +00:00
parent e27812f402
commit 30274a9fd6
3 changed files with 18 additions and 13 deletions

View File

@@ -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 ;