malllabiisc / RESIDE

EMNLP 2018: RESIDE: Improving Distantly-Supervised Neural Relation Extraction using Side Information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with ddict in make_bags.py

786country opened this issue · comments

train_data = ddict(lambda: {'rels': ddict(list)})

is ddict the python package:

https://pypi.org/project/ddict/

or is it some module in the reside repo?

currently cannot find anything to reference it.

Hi,
It is default dictionary from collections. See helper.py for more info.

Hi,
It is default dictionary from collections. See helper.py for more info.