mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
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