nounAdjVerbNumerals

This commit is contained in:
e1560697
2010-03-22 08:44:21 +00:00
parent 699e84d26e
commit 01d0bcdb12
13 changed files with 48408 additions and 260 deletions
+17
View File
@@ -0,0 +1,17 @@
--# -path=.:../abstract:../common:../../prelude
-- (c) 2009 Server Çimen under LGPL
abstract IrregTurAbs = Cat ** {
fun
eat_V : V ;
fear_V : V ;
fight_V : V ;
find_V : V ;
hate_V : V ;
hit_V : V ;
know_V : V ;
leave_V : V ;
like_V : V ;
see_V : V ;
}