beta new verb engine
This commit is contained in:
parent
3b6d013402
commit
5edf0d1e02
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB |
|
@ -81,7 +81,11 @@ export function renderVP(VP: T.VPSelectionComplete): T.VPRendered {
|
|||
kids: getVPKids(hasBa, VP.blocks, VP.form, king),
|
||||
englishBase: renderEnglishVPBase({
|
||||
subjectPerson,
|
||||
object: VP.verb.isCompound === "dynamic" ? "none" : object,
|
||||
object:
|
||||
VP.verb.isCompound === "dynamic" ||
|
||||
VP.verb.isCompound === "generative stative"
|
||||
? "none"
|
||||
: object,
|
||||
vs: VP.verb,
|
||||
}),
|
||||
form: VP.form,
|
||||
|
|
Loading…
Reference in New Issue