IBM / Grapher

Code that implements efficient knowledge graph extraction from the textual descriptions
Apache License 2.0
135 stars 30 forks source link

bug(edge feature generation batch collation) #13

Closed zachares closed 1 year ago

zachares commented 1 year ago

I think this line in your code assumes that there is one token required to describe each edge feature which I don't think is a fair assumption given that the edge features are a combination of two words without a space between and not a word by themselves. Please let me know what you think.