Should NER filters be disabled by default? #67
stevepolitodesign
started this conversation in
Polls
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
As mentioned in #60, the
ner_model.datfile is large, and it's not advisable to store it in version control. This isn't a problem for local development, but is a problem for production environments that are built from source.Because of this, it may not be possible to easily use the gem in a deployed environment. In #65, we allow the gem to be configured such that we can disable NER filters. But, should that be the default?
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions