genitive s in Nor possessives ; some Nor words in Phrasebook

This commit is contained in:
aarne
2010-05-28 12:25:26 +00:00
parent f9f2491fcc
commit b23640c769
6 changed files with 24 additions and 13 deletions

View File

@@ -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") ;
}