-
Notifications
You must be signed in to change notification settings - Fork 538
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
enhancement: direct access to word embeddings #59
Comments
The C++ API for doing this is already straightforward. But if you wanted
to contribute a Python API for it that would be cool. :)
|
Cool - I'm currently making a Python API for the text_categorizer. Will submit a PR soon and we can test it out. |
Sweet.
|
Hi, I have added a Python API for the Total Word Feature Extractor and submitted a pull request, let me know if it's ok! |
Cool, yeah, I just added some comments. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to build a simple sentence classifier using the spectral embeddings a simple average-of- bag-of-words approach.
Thinking about forking this and creating a model using dlib, but it might make sense anyway to write some functions which just return the embeddings for a list of tokens which can then be wrapped in python and other bindings. Let me know what you think
The text was updated successfully, but these errors were encountered: