forked from GitHub/gf-rgl
fix an example in a comment
This commit is contained in:
@@ -432,7 +432,7 @@ param
|
|||||||
|
|
||||||
-- Applying a preposition to a noun phrase
|
-- Applying a preposition to a noun phrase
|
||||||
-- In order to decide whether to merge, have to check both NP and Prep:
|
-- 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
|
appPrep : Preposition -> NPLite -> Str
|
||||||
= \prep,np ->
|
= \prep,np ->
|
||||||
case <np.mergesWithPrep,prep.mergesWithPrep> of {
|
case <np.mergesWithPrep,prep.mergesWithPrep> of {
|
||||||
|
|||||||
Reference in New Issue
Block a user