get_entity_aliases

lexnlp.extract.en.dict_entities.get_entity_aliases(entity: typing.Tuple[int, str, int, typing.List[typing.Tuple]]) → typing.List[typing.Tuple]

Get aliases of the entity. This method is just for more comfortable development - to avoid accessing properties of entities by their indexes. :param entity: :return: