Skip to content

event coreference resolution using mention-pair model and correlation clustering

Notifications You must be signed in to change notification settings

alisafaya/event-coreference

Repository files navigation

event-coreference

Coreference-model

sents = [ 
    {"id": 1, "text" : "Another killing incident today in NYC"},
    {"id": 3, "text" : "one man killed in New York City "}, 
    {"id": 4, "text" : "all of the protesters condemned the irresponsible availability of guns"}
]

print("Input sentences :\n", sents)
print("Output clusters:\n", "\n".join(str(c) for c in predict(sents)))

About

event coreference resolution using mention-pair model and correlation clustering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages