
Context-Relevant Term Search
- 1 min Summary
This was a research project done during the course of CS4501, Information Retrieval in Fall of 2017 with Eric McCord Snook. The purpose of this research was to develop a system for retrieving context-relavant definitions of a term given the context.
Research
The developed system was able to perform significnatly, in that the proper definition was listed within the first two in average. The Jelinek-Mercer smoothed language model was used as the main system, and others like Apache OpenNPL library’s Part of Speech tagging to increase the accuracy of the system. The detailed research paper can be found on the bottom of the page.
Research Paper
The Downloadable pdf contains more detail on the research