1
0
forked from GitHub/gf-core

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,8 +1,9 @@
concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [PYesToNo] with
concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [PYesToNo,NameNN] with
(Syntax = SyntaxSwe),
(Symbolic = SymbolicSwe),
(Lexicon = LexiconSwe) ** open Prelude in {
(Lexicon = LexiconSwe) ** open Prelude, SyntaxSwe, (P = ParadigmsSwe) in {
lin PYesToNo = mkPhrase (lin Utt (ss "jo")) ;
lin NameNN = mkNP (P.mkPN "NN") ;
}