sister
sister copied to clipboard
Cache get_word_vector function.
Is your feature request related to a problem? Please describe.
When I extract word embedding many times in one process, it's better in its performance that get_word_vector
can cache.
Describe the solution you'd like
Using python lru_cache
decorator.