This is the code that find most related text unit from entities,Method name is _find_most_related_text_unit_from_entities.
If it is the total number of times a text unit is referenced by neighboring nodes, why use continue, see lines 580,581.
Can someone explain this part of the code?
Thank you for your help.
This is the code that find most related text unit from entities,Method name is
_find_most_related_text_unit_from_entities
. If it is the total number of times a text unit is referenced by neighboring nodes, why usecontinue
, see lines 580,581. Can someone explain this part of the code? Thank you for your help.