forked from GitHub/gf-core
genitive s in Nor possessives ; some Nor words in Phrasebook
This commit is contained in:
@@ -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") ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user