mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 10:48:54 -06:00
Sentence adverbials.
This commit is contained in:
@@ -889,6 +889,9 @@ oper
|
||||
subjunctVariants : Subjunction -> Str -> Str -> Str = \if,A,B ->
|
||||
variants {if.s ++ A ++ "," ++ B ; B ++ "," ++ if.s ++ A} ;
|
||||
|
||||
subjunctVerbPhrase : VerbPhrase -> Subjunction -> Sentence -> VerbPhrase =
|
||||
\V, if, A ->
|
||||
adVerbPhrase V (advPost (if.s ++ A.s)) ;
|
||||
|
||||
--2 One-word utterances
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user