machinalis / iepy

Information Extraction in Python
BSD 3-Clause "New" or "Revised" License
906 stars 186 forks source link

rules runner does not take a relation parameter #52

Open j0hn opened 9 years ago

j0hn commented 9 years ago

Every other script on the instances takes a parameter for the relation used, but the rules runner takes it from the rules.py file.

For uniformity purposes we should think how can we change that, having in mind that a set of rules is specific to a relation.

I open this to discussion