You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried several Dockerfile setups(including writing my own) and end up with written above, but all of them have this issue with empty doc.to_bag_of_terms
Any ideas how to run textacy inside docker?
The text was updated successfully, but these errors were encountered:
Hi, I have function
which works normally and returns ngrams on my machine
spacy
version: 2.0spacy
models: en_core_web_lgtextacy
version: latestI use this function behind flask REST API
But when I run it inside Docker image and use it via REST endpoint I've got
dict_items([('', 520)])
which I consider empty.This is my docker looks like
I've tried several Dockerfile setups(including writing my own) and end up with written above, but all of them have this issue with empty
doc.to_bag_of_terms
Any ideas how to run textacy inside docker?
The text was updated successfully, but these errors were encountered: