mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
added RGL-functorial concepts to Phrasebook
This commit is contained in:
@@ -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))) ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user