1
0
forked from GitHub/gf-core

typo in imports of SentencesPes corrected

This commit is contained in:
aarne
2017-01-30 22:17:00 +00:00
parent 1b1ff298fc
commit a4b9782481

View File

@@ -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 ;
};;
};