Closed MateusCichelero closed 5 months ago
Hello @MateusCichelero ,
Thanks for your suggestion. We will evaluate the possibilities of adding NER in the future.
Will that of Topic modelling be added too?
@daniau23 maybe, but hard to say at the moment
You could use https://github.com/plncmm/llmner
Resolved by #103
Could we add support for named entity recognition tasks to the library? I see that the user interface would not change much from what was applied in the multi-label classification method, with the difference that instead of the entire text input being classified as one or multiple labels, we would have distinct entities from the text being recognized and labeled (the user could also give a semantic list of possible entities to be recognized as input).