-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Word Probability #236
Comments
Is anyone working on this? I think it's a good idea and would like to pick this up |
Yes, it does.
It is currently limited to 5. Do you see a need to allow the developer to change this? Thanks 👍 |
Great 🎉 My use-case is around filtering out words which have a low probability, to make my application more reliable. @TalAter I agree that the schema should be consistent. I can imagine two possible implementations:
Thoughts? |
Any update on this? Still want to implement this whether through an API or just through a new major version |
You could return "possiblePhrases" array just as usual, but add index zero
[0] with the dictionary with probabilities. There would be no conflicts
with the words in the array, because they are always strings, even "0" is
the string.
And in the major 3.0.0 you could break the current behavior, just as
everyone else's library does.
On Mon, 16 Jan 2017 at 23:48, Daniel Epstein <[email protected]> wrote:
Any update on this? Still want to implement this whether through an API or
just through a new major version
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#236 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB0iiNAB8vdmOA7lSJ-d0UJL5q_gJKNRks5rS9e6gaJpZM4Kv0kK>
.
|
Current Behavior
Possible Solution
Output changed to:
Questions
The text was updated successfully, but these errors were encountered: