corefconversion icon indicating copy to clipboard operation
corefconversion copied to clipboard

Conversion scripts for coreference

Results 5 corefconversion issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for this repo, really awesome. I saw that some doc keys in the repo README file using `.xml` extension. I wonder if there is some support for `.xml`...

Hi, Thank you for creating these conversion tools. I'm new to CoNLL, and I'm confused about the `write_chains` method in `conll_transform.py`. Could you please explain a little bit about the...

Hi, I'm trying to run `conll2jsonlines.py` with a supposedly CoNLL12 formatted file (output from the IMS HotCoref DE tool) Here's an excerpt from my file: ``` #begin document (./.././output/testinput.txt); part...

Hey, great work! I am trying to train AllenNLP coreference model on a custom dataset. I need to convert my text data into CoNLL format. My text data has a...

Hey, thanks for this useful tool! I'm just curious if you will do some work to include the universal anaphora format in your project. If so, I'd like to contribute...