We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, i am trying out this application to achieve autocompletion. But it gives me weird results Here is my entry :
25 hey 21 how do you do? 15 how I met your mother 10 hello world 9 great Days ahead
and my query : http://localhost:6767/face/suggest/?q=h&n=3
and the result :
"[ { "phrase": "hey", "score": 25 }, { "phrase": "how do you do?", "score": 21 }, { "phrase": "hello world", "score": 10 }]
Why is it not, hey/ how do you do / how i met, which are the most frequent ones?? thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello, i am trying out this application to achieve autocompletion. But it gives me weird results
Here is my entry :
25 hey
21 how do you do?
15 how I met your mother
10 hello world
9 great Days ahead
and my query : http://localhost:6767/face/suggest/?q=h&n=3
and the result :
"[ { "phrase": "hey", "score": 25 },
{ "phrase": "how do you do?", "score": 21 },
{ "phrase": "hello world", "score": 10 }]
Why is it not, hey/ how do you do / how i met, which are the most frequent ones??
thank you
The text was updated successfully, but these errors were encountered: