mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
fix an example in a comment
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user