mandarjoshi90 / coref

BERT for Coreference Resolution
Apache License 2.0
441 stars 92 forks source link

Is jsonlines_to_json.py available? #24

Closed fairy-of-9 closed 4 years ago

fairy-of-9 commented 4 years ago

I need results of a coreference resolution consisting of an original index (not bert token index).

kentonl's jsonlines_to_json.py don't work, because of indices change by bert tokenizer.

Do you have a jsonlines_to_json.py for bert coreference? or Do you have an idea about this problem?

Thanks!

mandarjoshi90 commented 4 years ago

Could you please link the file you're referring to?

fairy-of-9 commented 4 years ago

sorry, It's not kenlonl's code but my custom code.

Thanks