mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
genitive s in Nor possessives ; some Nor words in Phrasebook
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
concrete SentencesNor of Sentences = NumeralNor ** SentencesI with
|
||||
concrete SentencesNor of Sentences = NumeralNor ** SentencesI - [NameNN] with
|
||||
(Syntax = SyntaxNor),
|
||||
(Symbolic = SymbolicNor),
|
||||
(Lexicon = LexiconNor) ;
|
||||
(Lexicon = LexiconNor) ** open SyntaxNor, (P = ParadigmsNor) in
|
||||
|
||||
{
|
||||
|
||||
lin NameNN = mkNP (P.mkPN "NN") ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user