mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
nounAdjVerbNumerals
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
Reference in New Issue
Block a user