SearchResultPosition

class lexnlp.extract.en.dict_entities.SearchResultPosition(entity: typing.Tuple[int, str, int, typing.List[typing.Tuple]], alias: typing.Tuple[str, str, bool, int], start: 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

alias_text
entities_dict
start

Attributes Documentation

alias_text
entities_dict
start