:py:mod:`maha.datasets.templates.dataset_templates` =================================================== .. py:module:: maha.datasets.templates.dataset_templates Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: maha.datasets.templates.dataset_templates.Name .. py:class:: Name(name, description, origin) Template for the names dataset. :param name: Name of person. :type name: str :param description: Description or meaning of the name. Can contain multiple descriptions separated by "||". :type description: str :param origin: Origin of the name. :type origin: str .. py:attribute:: name :annotation: :str .. py:attribute:: description :annotation: :List[str] .. py:attribute:: origin :annotation: :str .. py:method:: cleaned_name(self) :property: Cleaned name.