Skip to content

Scripts for Cross-document event ordering and cross-document event coreference resolution based on semantic information. More info: Navarro-Colorado and Saquete (2016) "Cross-document event ordering through temporal, lexical and distributional knowledge" Knowledge-Based Systems, Volume 110, 15 October 2016, Pages 244–254 http://www.sciencedirect…

License

Notifications You must be signed in to change notification settings

bncolorado/Cross-document-event-ordering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Cross document event ordering (lexical baseline)

Scripts for Cross-document event ordering and cross-document event coreference resolution based on semantic information.

A baseline that groups together two event mentions if their heads (usually verbs, but not always) are the same word or synonyms. It needs NLTK and Wordnet to find semantic relations.

Updated to Python3. NLTK must be previously installed:

https://www.nltk.org/install.html

To install WordNet from NLTK data:

	import nltk
	nltk.download('wordnet')

More info: Navarro-Colorado and Saquete (2016) "Cross-document event ordering through temporal, lexical and distributional knowledge" Knowledge-Based Systems, Volume 110, 15 October 2016, Pages 244–254 http://www.sciencedirect.com/science/article/pii/S0950705116302477

About

Scripts for Cross-document event ordering and cross-document event coreference resolution based on semantic information. More info: Navarro-Colorado and Saquete (2016) "Cross-document event ordering through temporal, lexical and distributional knowledge" Knowledge-Based Systems, Volume 110, 15 October 2016, Pages 244–254 http://www.sciencedirect…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages