-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
AnalyzedSentence Design #55
Comments
Considering to add
And let
|
In this formulation will it be usable in Pyo3? Even with wrappers. |
For python side I considered to create a variant with no generic parameter:
|
It would be nice if the Rust version of For the Python that may be impossible (and Python FFI requires making copies for basically everything). |
Prereq of #52
We want a ponter-generic version of return container for the result of analysis.
Rust API wants references/mut references; Python binding wants Arc.
The text was updated successfully, but these errors were encountered: