HazyResearch / mindbender

Tools for iterative knowledge base development with DeepDive
116 stars 32 forks source link

recall mode: tsv export fails to separate mention spans #80

Open xiaoling opened 8 years ago

xiaoling commented 8 years ago

For example, I labeled a few mentions image

and then chose to export the labels in tsv. The resulted file looks like the following:

id label id1 325,326,327,329,330,331,12,329 ...

I also tried json format, which works fine ({..., "label": "[[325,326,327], [329,330,331], [12], [329]]"}).