diff options
| author | aarne <aarne@chalmers.se> | 2010-05-28 12:25:26 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-05-28 12:25:26 +0000 |
| commit | b23640c769367c1cc288afc8a867f49f023b1a3f (patch) | |
| tree | 0e9dfb3514faff8ae026561264ef9dd5c667f409 /examples/phrasebook/SentencesSwe.gf | |
| parent | f9f2491fccd45ed83c0c360af24e2caf982e3dab (diff) | |
genitive s in Nor possessives ; some Nor words in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesSwe.gf')
| -rw-r--r-- | examples/phrasebook/SentencesSwe.gf | 5 |
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") ; } |
