SearchResultPosition

class lexnlp.extract.en.dict_entities.SearchResultPosition(entity: lexnlp.extract.en.dict_entities.DictionaryEntry, alias: lexnlp.extract.en.dict_entities.DictionaryEntryAlias, start: int, end: int, source_text: str = '')

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