snipsco / snips-nlu-rs

Snips NLU rust implementation
https://snips.ai
Other
340 stars 56 forks source link

Add new APIs in ffi and bindings #131

Closed adrienball closed 5 years ago

adrienball commented 5 years ago

Description This PR completes the existing ffi with the following missing APIs:

Additionally, the wrappers built on top of this FFI (python, kotlin, swift) are updated to integrate these changes.

klefevre commented 5 years ago

💎