added RGL-functorial concepts to Phrasebook

This commit is contained in:
aarne
2011-11-30 10:54:05 +00:00
parent cac8f22129
commit d2b99a0607
9 changed files with 133 additions and 17 deletions

View File

@@ -1,4 +1,9 @@
concrete SentencesTha of Sentences = NumeralTha ** SentencesI with
concrete SentencesTha of Sentences = NumeralTha ** SentencesI - [ACitizen] with
(Syntax = SyntaxTha),
(Symbolic = SymbolicTha),
(Lexicon = LexiconTha) ;
(Lexicon = LexiconTha) ** open SyntaxTha, (P = ParadigmsTha), (R = ResTha) in {
lin
ACitizen p n = mkCl p.name (mkVP (mkCN n (P.personN R.khon_s))) ;
}