Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Students open the bot and search topics by keyword #18

Open
ricCap opened this issue Oct 21, 2017 · 0 comments
Open

Students open the bot and search topics by keyword #18

ricCap opened this issue Oct 21, 2017 · 0 comments

Comments

@ricCap
Copy link
Collaborator

ricCap commented Oct 21, 2017

Implement the bot capability that lets a student search topics using a single keyword.

HTD: the user opens the bot and writes a keyword; the user is than shown a list of topics whose abstract/description match the keyword (define the policy); the user can then open the preview and follow a link to the thorough description. At the end the user has viewed the list of topics matching a given keyword and has downloaded/viewed the complete description of the topic.

A good way may be to use Elasticsearch indexes on top of a MongoDB and use a keyword policy that takes only the most confident results (a double index on Abstract and Description; the result would be a weighted sum with _score_abstract = _score(abstract) * k and _score_description = _score(description) * h, with k > h)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant