You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: