-
Notifications
You must be signed in to change notification settings - Fork 4
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
Combine multiple parameters #11
Comments
For this particular example, the Datamuse API returns the same list for both queries: So, |
Sorry, guess I wasn't clear. The results ARE the same. |
This library is just a wrapper for the Datamuse API, so its purpose is to provide a Python interface for using that API. I don't have any control over how the Datamuse service responds, and changing those results is outside the scope of this library. You can contact the Datamuse developers here (according to the "contact us" link on Datamuse's website). This way, the Java library, Node.js module, and any other programs that use the service can receive the same new features. |
Is it possible to combine the ml & lc parameters. For eg.
words(ml='destroy', lc='relationship', max=5)
Right now this gives the same result as words(ml='destroy', max=5)
It ignores the lc portion.
The text was updated successfully, but these errors were encountered: