wyona / katie-backend

Katie Backend
https://katie.qa
Apache License 2.0
26 stars 1 forks source link

Classify text into pre-defined categories #16

Closed michaelwechner closed 2 months ago

michaelwechner commented 4 months ago

See for example https://opennlp.apache.org/docs/2.3.2/manual/opennlp.html#tools.doccat

michaelwechner commented 4 months ago

Using embeddings might also promising https://medium.com/@juanc.olamendy/unlocking-the-power-of-text-classification-with-embeddings-7bcbb5912790

michaelwechner commented 4 months ago

First version implemented, whereas training of classifications moved to

com.wyona.katie.services.ContextService#addQuestionAnswer()

which we need to improve generally

michaelwechner commented 2 months ago

Implementation finished, whereas see various classifiers src/main/java/com/wyona/katie/handlers/mcc/