diff options
| author | aarne <aarne@chalmers.se> | 2017-01-30 22:17:00 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2017-01-30 22:17:00 +0000 |
| commit | 65d1867fe3c6e8c336a8ea04fad7d5ec23dbf776 (patch) | |
| tree | 9ce1c281e543c9213f5d50571639962339a1e74a | |
| parent | 0e49c28e5bfcf438818aca731071fdf707a3e2ce (diff) | |
typo in imports of SentencesPes corrected
| -rw-r--r-- | examples/phrasebook/SentencesPes.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesPes.gf b/examples/phrasebook/SentencesPes.gf index e84a09015..32a181473 100644 --- a/examples/phrasebook/SentencesPes.gf +++ b/examples/phrasebook/SentencesPes.gf @@ -1,8 +1,8 @@ -concrete SentencesPes of Sentences = NumeralUrd ** SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with +concrete SentencesPes of Sentences = NumeralPes ** SentencesI - [sing,NNumeral,ObjPlural,MCan,MKnow,MMust,V2Wait,VWait] with (Syntax = SyntaxPes), (Symbolic = SymbolicPes), (Lexicon = LexiconPes) ** { lin ObjPlural k = mkNP k ; - };; + }; |
