rth / vtext

Simple NLP in Rust with Python bindings
Apache License 2.0
146 stars 11 forks source link

Preliminary Python wrapper for HashingVectorizer #1

Closed rth closed 5 years ago

rth commented 5 years ago

This is the initial implementation of the Python wrapper for HashingVectorizer.

Partially addresses #6

I'm not fully sure what should be the optimal solution yet, but it looks like it might be necessary write a wrapper/class for each struct we want to expose in Python https://github.com/PyO3/pyo3/issues/287