mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 19:48:34 -06:00
=Made changes so that I can have one parameter for Position. Also modified Adjectives according to the unofficial notion of Degree i.e Postive, Comparative and Superative
This commit is contained in:
@@ -93,8 +93,8 @@ lin
|
||||
pres =v3.pres;
|
||||
perf = v3.perf;
|
||||
morphs = v3.morphs;
|
||||
comp = [];
|
||||
comp2 = np.s ! Acc;
|
||||
comp = np.s ! Acc;
|
||||
comp2 = np.s ! Acc; -- what is the meaning of this function?
|
||||
ap = [];
|
||||
isRegular = v3.isRegular;
|
||||
adv = [];
|
||||
|
||||
Reference in New Issue
Block a user