SearchResultPosition

class lexnlp.extract.en.dict_entities.SearchResultPosition(entity: Tuple[int, str, int, List[Tuple]], alias: Tuple[str, str, bool, int], start: int, end: int)

Bases: object

Represents a position in the normalized source text at which one or more entities have been detected. One or more entities having equal aliases can be detected on a position in the text.

Attributes Summary

Attributes Documentation

alias_text
entities_dict
start