diff options
| author | aarne <aarne@chalmers.se> | 2009-12-09 09:47:16 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-12-09 09:47:16 +0000 |
| commit | c8ceed08efcc0bdc1fcbd89bce643d9f52f0991b (patch) | |
| tree | 5f0b314341c129eba1bc67b8b887fb8a4486fad8 /old-lib/resource/abstract/Extra.gf | |
| parent | 101df06f6c8380328d4266adadac3ab6d1bac0b3 (diff) | |
moving a few things to deprecated
Diffstat (limited to 'old-lib/resource/abstract/Extra.gf')
| -rw-r--r-- | old-lib/resource/abstract/Extra.gf | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/old-lib/resource/abstract/Extra.gf b/old-lib/resource/abstract/Extra.gf deleted file mode 100644 index b0601019f..000000000 --- a/old-lib/resource/abstract/Extra.gf +++ /dev/null @@ -1,30 +0,0 @@ ---1 More syntax rules - --- This module defines syntax rules that are not implemented in all --- languages, but in more than one, so that it makes sense to offer a --- common API. - -abstract Extra = Cat ** { - - fun - GenNP : NP -> Quant ; -- this man's - ComplBareVS : VS -> S -> VP ; -- know you go - - StrandRelSlash : RP -> ClSlash -> RCl ; -- that he lives in - EmptyRelSlash : RP -> ClSlash -> RCl ; -- he lives in - StrandQuestSlash : IP -> ClSlash -> QCl ; -- whom does John live with - --- $VP$ conjunction, which has different fragments implemented in --- different languages - never a full $VP$, though. - - cat - VPI ; - [VPI] {2} ; - - fun - MkVPI : VP -> VPI ; - ConjVPI : Conj -> [VPI] -> VPI ; - ComplVPIVV : VV -> VPI -> VP ; - - -} |
