summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesSwe.gf')
-rw-r--r--examples/phrasebook/SentencesSwe.gf5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesSwe.gf b/examples/phrasebook/SentencesSwe.gf
index 98b4eb4bf..7a95e439f 100644
--- a/examples/phrasebook/SentencesSwe.gf
+++ b/examples/phrasebook/SentencesSwe.gf
@@ -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") ;
}