mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 01:02:51 -06:00
genitive s in Nor possessives ; some Nor words in Phrasebook
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
concrete SentencesDan of Sentences = NumeralDan ** SentencesI with
|
||||
concrete SentencesDan of Sentences = NumeralDan ** SentencesI - [NameNN] with
|
||||
(Syntax = SyntaxDan),
|
||||
(Symbolic = SymbolicDan),
|
||||
(Lexicon = LexiconDan) ;
|
||||
(Lexicon = LexiconDan) ** open Prelude, SyntaxDan, (P = ParadigmsDan) in {
|
||||
|
||||
lin NameNN = mkNP (P.mkPN "NN") ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user