diff options
| author | aarne <unknown> | 2003-10-03 13:11:23 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2003-10-03 13:11:23 +0000 |
| commit | 3aa5921fbc1182a03bbd1f4eab648b958acb9c64 (patch) | |
| tree | b471dbbc070e9919d6be5b903a961d5f3852a125 /grammars/resource/abstract | |
| parent | 719fcd09ea0501d864af3afacc843186d24f6c94 (diff) | |
Sentence adverbials.
Diffstat (limited to 'grammars/resource/abstract')
| -rw-r--r-- | grammars/resource/abstract/ResAbs.gf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grammars/resource/abstract/ResAbs.gf b/grammars/resource/abstract/ResAbs.gf index f31cf59a9..7bb4d8816 100644 --- a/grammars/resource/abstract/ResAbs.gf +++ b/grammars/resource/abstract/ResAbs.gf @@ -229,6 +229,7 @@ fun SubjS : Subj -> S -> S -> S ; -- "if 2 is odd, 3 is even" SubjImper : Subj -> S -> Imp -> Imp ; -- "if it is hot, use a glove!" SubjQu : Subj -> S -> Qu -> Qu ; -- "if you are new, who are you?" + SubjVP : VP -> Subj -> S -> VP ; -- "(a man who) sings when he runs" --2 One-word utterances -- |
