get_entity_name

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

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