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)))
-
Notifications
You must be signed in to change notification settings - Fork 2
alisafaya/event-coreference
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
event coreference resolution using mention-pair model and correlation clustering
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published