rth / vtext

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

MAINT Replace fasthash dependency with seahash #27

Closed rth closed 5 years ago

rth commented 5 years ago

fasthash (used in HashingVectorizer) is not portable and in particular, does not seem to support Windows (cf #7).

This replaces it with the seahash crate.