Skip to content

fydlzr/coreference-resolution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

coreference_resolution

  • Used the python natural language processing library NLTK to write a basic coreference resolution program.
  • Coreference resolution in NLP is the task to determine which of the noun phrases refer to the same entity.
  • Used nltk to do noun phrase extraction, named entity recognition and pos tagging. The results of these tasks were used to write intuitive rules to do coreference resolution.

About

Coreference resolution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%