diff options
Diffstat (limited to 'deprecated/old-lib/resource/scandinavian/ExtEngAbs.gf')
| -rw-r--r-- | deprecated/old-lib/resource/scandinavian/ExtEngAbs.gf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/scandinavian/ExtEngAbs.gf b/deprecated/old-lib/resource/scandinavian/ExtEngAbs.gf new file mode 100644 index 000000000..85c117e47 --- /dev/null +++ b/deprecated/old-lib/resource/scandinavian/ExtEngAbs.gf @@ -0,0 +1,15 @@ +abstract ExtEngAbs = Cat ** { + + cat + Aux ; -- auxiliary verbs: "can", "must", etc + +-- Notice that $Aux$ cannot form $VP$ with infinitive, imperative, etc. + + fun + PredAux : NP -> Aux -> VP -> Cl ; + QuestAux : IP -> Aux -> VP -> QCl ; + + can_Aux : Aux ; + must_Aux : Aux ; + +} |
