ner#
- class besser.agent.nlp.ner.ner.NER(nlp_engine, agent)[source]#
Bases:
ABC
The NER (Named Entity Recognition) abstract class.
The NER component is in charge of identifying entities in a text, particularly in a user message.
- Parameters:
- _nlp_engine#
The NLPEngine that handles the NLP processes of the agent
- _agent#
The agent the NER belongs to
- _abc_impl = <_abc._abc_data object>#