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/SentencesDan.gf | |
| parent | f9f2491fccd45ed83c0c360af24e2caf982e3dab (diff) | |
genitive s in Nor possessives ; some Nor words in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesDan.gf')
| -rw-r--r-- | examples/phrasebook/SentencesDan.gf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesDan.gf b/examples/phrasebook/SentencesDan.gf index 6ddb444c3..8b8804e09 100644 --- a/examples/phrasebook/SentencesDan.gf +++ b/examples/phrasebook/SentencesDan.gf @@ -1,4 +1,8 @@ -concrete SentencesDan of Sentences = NumeralDan ** SentencesI with +concrete SentencesDan of Sentences = NumeralDan ** SentencesI - [NameNN] with (Syntax = SyntaxDan), (Symbolic = SymbolicDan), - (Lexicon = LexiconDan) ; + (Lexicon = LexiconDan) ** open Prelude, SyntaxDan, (P = ParadigmsDan) in { + + lin NameNN = mkNP (P.mkPN "NN") ; + +} |
