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
Is your enhancement related to a problem? Please describe.
We currently utilize Azure's Text Analytics for the Language Processing functionality, but you're forced to accept what the general Text Analytics model has learned to get feedback in the form of tags. A parallel option could be to utilize the Language Understanding service and further train that model to be site-specific. This would seem to provide a more precise set of language processing results unique to a specific site, though a downside could be pricing of Language Understanding compared to Text Analytics.
Describe the solution you'd like
setting to enable Language Understanding instead of Text Analytics
if user edits tags for a piece of content, send that data back to Language Understanding to further train the model
Designs
n/a
Describe alternatives you've considered
Keep ClassifAI as-is with Text Analytics and instead work to add additional functionality instead of more complex functionality as described here.
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Bah, I quickly created this after creating #147 and completely forgot that it's Watson NLU for the language processing. Still, the idea holds of allowing us to swap Watson NLU out for a custom modeling service that could learn from any edits that a site owner makes to tags. I'll update this issue to be more accurate to ClassifAI's currently service providers in a bit, mea culpa.
Is your enhancement related to a problem? Please describe.
We currently utilize Azure's Text Analytics for the Language Processing functionality, but you're forced to accept what the general Text Analytics model has learned to get feedback in the form of tags. A parallel option could be to utilize the Language Understanding service and further train that model to be site-specific. This would seem to provide a more precise set of language processing results unique to a specific site, though a downside could be pricing of Language Understanding compared to Text Analytics.
Describe the solution you'd like
Designs
n/a
Describe alternatives you've considered
Keep ClassifAI as-is with Text Analytics and instead work to add additional functionality instead of more complex functionality as described here.
Additional context
n/a
The text was updated successfully, but these errors were encountered: