(Extend) Rename WhatSSC to EmbedSSlash and change type to SSlash -> SC

This commit is contained in:
Inari Listenmaa
2019-04-20 10:27:59 +02:00
parent dc819e2320
commit 40c8c5f923
9 changed files with 32 additions and 12 deletions
+4 -2
View File
@@ -148,9 +148,11 @@ abstract Extend = Cat ** {
PredIAdvVP : IAdv -> VP -> QCl ; -- how to walk?
-- alternative SC, with "what"
-- alternative to EmbedQS. For English, EmbedQS happens to work,
-- because "what" introduces question and relative. The default linearization
-- could be e.g. "the thing we did (was fun)".
WhatSSC : S -> SC ; -- what we did (was fun)
EmbedSSlash : SSlash -> SC ; -- what we did (was fun)
-- reflexive noun phrases: a generalization of Verb.ReflVP, which covers just reflexive pronouns
-- This is necessary in languages like Swedish, which have special reflexive possessives.