summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesNor.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-05-28 12:25:26 +0000
committeraarne <aarne@chalmers.se>2010-05-28 12:25:26 +0000
commitb23640c769367c1cc288afc8a867f49f023b1a3f (patch)
tree0e9dfb3514faff8ae026561264ef9dd5c667f409 /examples/phrasebook/SentencesNor.gf
parentf9f2491fccd45ed83c0c360af24e2caf982e3dab (diff)
genitive s in Nor possessives ; some Nor words in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesNor.gf')
-rw-r--r--examples/phrasebook/SentencesNor.gf10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesNor.gf b/examples/phrasebook/SentencesNor.gf
index 62f0d6c90..cd8b068c1 100644
--- a/examples/phrasebook/SentencesNor.gf
+++ b/examples/phrasebook/SentencesNor.gf
@@ -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") ;
+
+}