juntaoy / aracoref

Code for Neural Coreference Resolution for Arabic
Apache License 2.0
10 stars 1 forks source link

how to predict coreferences using a text as input file #4

Open moufida-gh opened 2 years ago

moufida-gh commented 2 years ago

First of all, thank you for sharing this pretrained model, i've always searched for coreference resolution in arabic, but it's really rare to find something open source ,so good work !

I've cloned your project but i can't find how to test it, can you provide a demo to try predictions on some text ?

best regards,

Moufida

juntaoy commented 2 years ago

We haven't done demos but the code is based on the original Lee et al (2018) system, they do have the demo code, I assume you could adapt it easily:

https://github.com/kentonl/e2e-coref

moufida-gh commented 2 years ago

thank you for your response, so can you please provide some samples to see how the output result will be on some arabic texts ?

AyaRabea commented 2 years ago

Hi, I have the same problem can you help me