1
0
forked from GitHub/gf-core

rename reflV to medialV as it is in the paper

This commit is contained in:
krasimir
2008-06-16 08:59:07 +00:00
parent 4be8e59c1c
commit a62bd0708a
2 changed files with 7 additions and 7 deletions

View File

@@ -45,8 +45,8 @@ oper
--2 Verbs
--
reflV : V -> Case -> V ;
reflV v c = {s = v.s; vtype = VMedial c; lock_V=<>} ;
medialV : V -> Case -> V ;
medialV v c = {s = v.s; vtype = VMedial c; lock_V=<>} ;
phrasalV : V -> Case -> V ;
phrasalV v c = {s = v.s; vtype = VPhrasal c; lock_V=<>} ;