Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entities resolving algorithm #25

Open
celian-garcia opened this issue Mar 28, 2021 · 0 comments
Open

Entities resolving algorithm #25

celian-garcia opened this issue Mar 28, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@celian-garcia
Copy link
Member

celian-garcia commented Mar 28, 2021

Several cases :

User explicits the location (like "What time is it in Paris ?")

In this case Cerebro is responsible to give all the nominal info regarding the city
e.g {'text': 'Paris', 'type': 'location', 'code': 'Paris, France', 'city': 'Paris', 'country': 'France'}

User doesn't give the location information (like "What time is it ?")

Then it uses historically saved location from last queries.
-> Naive approach : Take the latest
-> Smarter approach : Take the most used in the the last period of time or else the naive approach.

@celian-garcia celian-garcia changed the title Resolve location paramater Resolve location parameter Mar 28, 2021
@celian-garcia celian-garcia changed the title Resolve location parameter Entities' resolving algorithm Mar 28, 2021
@celian-garcia celian-garcia changed the title Entities' resolving algorithm Entities resolving algorithm Mar 28, 2021
@celian-garcia celian-garcia added this to the backlog milestone Mar 28, 2021
@celian-garcia celian-garcia added the enhancement New feature or request label Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant