How might we handle cases where the ner_model.dat cannot be found? #61
Closed
stevepolitodesign
started this conversation in
Ideas
Replies: 2 comments
-
One solution could be to disable it? TopSecret.configure do |config|
config.model_path = nil
end |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was addressed in #65 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This relates to #60.
If it's challenging to configure the ner_model.dat in production-like environments, the Gem won't work, since it currently requires this file to exist.
Beta Was this translation helpful? Give feedback.
All reactions