diff options
| author | aarne <aarne@chalmers.se> | 2009-06-22 15:39:08 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-06-22 15:39:08 +0000 |
| commit | e89fdae2fa1626348d8025824a7469252fa85e42 (patch) | |
| tree | c7d46bbd0494043b4bd6f917a25a7687517d0547 /next-lib/src/parse/ParseEngAbs.gf | |
| parent | 3049b59b35b25381a7c6787444165c200d66e08b (diff) | |
next-lib renamed to lib, lib to old-lib
Diffstat (limited to 'next-lib/src/parse/ParseEngAbs.gf')
| -rw-r--r-- | next-lib/src/parse/ParseEngAbs.gf | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/next-lib/src/parse/ParseEngAbs.gf b/next-lib/src/parse/ParseEngAbs.gf deleted file mode 100644 index ef6c9f556..000000000 --- a/next-lib/src/parse/ParseEngAbs.gf +++ /dev/null @@ -1,48 +0,0 @@ -abstract ParseEngAbs = - Parse, - ExtraEngAbs - [ - UncNegCl, UncNegQCl, UncNegRCl, UncNegImpSg, UncNegImpPl, - StrandRelSlash, - that_RP - ], - - Lexicon [N3, distance_N3, - A2, married_A2, - VQ, wonder_VQ, - V2A, paint_V2A, - V2Q, ask_V2Q, - V2V, beg_V2V, - V2S, answer_V2S, - VA, become_VA], - Oald - [everywhere_Adv, here_Adv, quite_Adv, somewhere_Adv, there_Adv] - - ** { - --- Syntactic additions - -fun VerbCN : V -> CN -> CN ; -- running man - -fun NumOfNP : Num -> NP -> NP ; -- ten of the dogs - -fun CAdvNP : CAdv -> CN -> NP -> NP ; -- more wine than the professor -fun CAdvSSlash : CAdv -> CN -> SSlash -> NP ; -- more wine than the professor drank - -fun CompCN : CN -> Comp ; -- "(every man is) a dog", "(all men are) dogs" - --- Lexical additions - -fun a8few_Det : Det ; -fun another_Predet : Predet ; -fun any_Predet : Predet ; -fun anybody_NP : NP ; -fun anything_NP : NP ; -fun both_Det : Det ; -fun either_Det : Det ; -fun exactly_AdN : AdN ; -fun most_Det : Det ; -fun neither_Det : Det ; -fun only_AdV : AdV ; -fun should_VV : VV ; -fun several_Det : Det ; - -}
\ No newline at end of file |
