:py:mod:`ontolearn.verbalizer` ============================== .. py:module:: ontolearn.verbalizer Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: ontolearn.verbalizer.LLMVerbalizer .. py:class:: LLMVerbalizer(model: str = 'mixtral:8x7b', url: str = 'http://tentris-ml.cs.upb.de:8000/api/generate') .. py:method:: __call__(text: str) :param text: String representation of an OWL Class Expression