1
0
forked from GitHub/gf-rgl

fix an example in a comment

This commit is contained in:
Inari Listenmaa
2018-01-15 15:29:47 +01:00
parent 1d29569008
commit 80c9f1f7ea

View File

@@ -432,7 +432,7 @@ param
-- Applying a preposition to a noun phrase
-- In order to decide whether to merge, have to check both NP and Prep:
-- e.g. deze + met -> hiermee , but zonder + met -> "met zonder"
-- e.g. deze + met -> hiermee , but zonder + deze -> "zonder deze"
appPrep : Preposition -> NPLite -> Str
= \prep,np ->
case <np.mergesWithPrep,prep.mergesWithPrep> of {