forked from kristjan/cjvt-valency
bring up your old project... you need the api structure!
This commit is contained in:
@@ -28,7 +28,7 @@ def frames_from_db_entry(dbent):
|
||||
tids=[_full_tid(srl["to"])]
|
||||
) for srl in srlarr
|
||||
],
|
||||
sentences=[dbent["tokens"]],
|
||||
sentences=[(dbent["sid"], dbent["tokens"])], # [(ssj_id, {word: _, lemma: _, msd: _}), ...]
|
||||
)]
|
||||
return frames
|
||||
|
||||
|
||||
Reference in New Issue
Block a user