You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, _process_text is computed each time it is called in a detection function. Instead, it should be computed once prior to detection and stored for further use.
(port this issue to forked version)
currently,
_process_textis computed each time it is called in a detection function. Instead, it should be computed once prior to detection and stored for further use.