started embedding Predication in the big translation grammar

This commit is contained in:
aarne
2014-02-04 16:12:22 +00:00
parent 3953ac3371
commit 9e8be757d8
6 changed files with 838 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
abstract RGLBase =
-- modules in Grammar, excluding Structural, Verb, Sentence, Question
---- Tense,
Noun - [PPartNP], -- to be generalized
Adjective,
Numeral,
Conjunction,
Adverb,
Phrase - [UttS],
---- Sentence,
---- Question,
Relative,
---- Idiom [NP, VP, Cl, Tense, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ---- why only these?
Symbol [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP] ; ---- why only these?
---- Construction,
---- Extensions,
---- Documentation ;