diff options
| author | aarne <aarne@chalmers.se> | 2011-11-30 10:54:05 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-11-30 10:54:05 +0000 |
| commit | d2b99a0607e99e4a2e031d34b9b59126ef4b1149 (patch) | |
| tree | 06f176b2fe0bc4bed8102ca048448f092dfa1550 /examples/phrasebook/SentencesTha.gf | |
| parent | cac8f22129e37e307eb0633bb4556780196e67bf (diff) | |
added RGL-functorial concepts to Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesTha.gf')
| -rw-r--r-- | examples/phrasebook/SentencesTha.gf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesTha.gf b/examples/phrasebook/SentencesTha.gf index f2cd5a8a5..acb0cac81 100644 --- a/examples/phrasebook/SentencesTha.gf +++ b/examples/phrasebook/SentencesTha.gf @@ -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))) ; + +} |
