domhudson | 7 years ago | on: Fast word vectors with little memory usage in Python
domhudson's comments
domhudson | 7 years ago | on: Fast word vectors with little memory usage in Python
I have tried plasticity (even submitted a PR*) before putting together this repo but found it horrendously slow in comparison. It really does depend though; as plasticity utilise an in-mem cache if you're querying on many similar words repeatedly, that is likely to be faster.
EDIT: sorry it wasn't a PR but an issue
page 1
Thanks