mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 20:36:29 -06:00
generalize infinitive_form
This commit is contained in:
@@ -88,7 +88,7 @@ lin
|
||||
-- EmbedVP : VP -> SC ; -- to go
|
||||
EmbedVP vp = {
|
||||
s = vp.prefix ++
|
||||
(infinitive_form vp.verb vp.imienne Pos) ++
|
||||
(infinitive_form vp.verb vp.imienne Pos MascPersSg) ++
|
||||
vp.sufix !Pos !MascPersSg
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user