extending proto resource API

This commit is contained in:
aarne
2005-11-23 21:38:11 +00:00
parent f0e40a923d
commit b29877c590
22 changed files with 362 additions and 102 deletions

View File

@@ -1 +1,8 @@
concrete TestEng of Test = FunEng, LexEng ** {} ;
concrete TestEng of Test =
NounEng,
VerbEng,
SentenceEng,
UntensedEng,
-- TensedEng,
LexEng
** {} ;