davidberenstein1957/crosslingual-coreference
A multi-lingual approach to AllenNLP CoReference Resolution along with a wrapper for spaCy.
When analyzing documents, it's common for pronouns (like 'he', 'she', 'it', 'they') or descriptions ('that location', 'these noodles') to refer back to specific people, places, or things mentioned earlier. This tool helps automatically identify these connections, replacing pronouns and ambiguous terms with the clear names they represent. The output is a revised text where these references are resolved, making it much easier to understand who or what is being discussed, especially across multiple languages. Anyone working with text analysis, like researchers, journalists, or legal professionals, will find this valuable for clarifying meaning in their source materials.
111 stars. No commits in the last 6 months.
Use this if you need to automatically clarify references in text, such as resolving pronouns to their proper names, especially across different languages.
Not ideal if your primary goal is simple keyword extraction or if you only work with highly structured data that doesn't contain narrative text.
Stars
111
Forks
19
Language
Python
License
MIT
Category
Last pushed
Apr 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/davidberenstein1957/crosslingual-coreference"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mandarjoshi90/coref
BERT for Coreference Resolution
lxucs/coref-hoi
PyTorch implementation of the end-to-end coreference resolution model with different...
tugas-akhir-nlp/indonesian-coreference-resolution-cnn
Coreference resolution system for Indonesian text
huggingface/neuralcoref-viz
✨ Web interface for NeuralCoref coreference resolution
kayoyin/scr
Signed Coreference Resolution (EMNLP 2021)