8hk / AEK

SWE 574 Group 2 Fall 2020
1 stars 0 forks source link

Search and Annotation Refinement #56

Closed heobu closed 3 years ago

heobu commented 3 years ago

Improvements on the search and annotation methodology.

Search terms, the words within each search term, main query, all of them might need to be searched in a way that will allow for some suffixes, different combination of words and so on for better search results.

But at the same time, it is important not to worsen the search results. For example, splitting search terms unnecessarily as in the case of "left amygdala" might be an issue since we are not just looking for any occurrence of the word "left" either.

NLTK could be used for tokenization of the article content and search terms.

System Requirement 1.3.

heobu commented 3 years ago
heobu commented 3 years ago

"left amygdala"

The expectation is that since the word "left" is not supposed to be in annotations, only some other amygdala related results will be found with this method.

8hk commented 3 years ago

related with #103

8hk commented 3 years ago

closing since #103 closed