forked from GitHub/gf-core
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