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
The phrase matching is super naive. For example, may (from one of the lists) matches "May 10" vs "may have". We likely need to do more advanced NLP so we pick up part of speech to enable better tagging OR write some sort of preprocessor to pick up more common "mis-hits" before doing the comparison.
The text was updated successfully, but these errors were encountered:
The phrase matching is super naive. For example,
may
(from one of the lists) matches "May 10" vs "may have". We likely need to do more advanced NLP so we pick up part of speech to enable better tagging OR write some sort of preprocessor to pick up more common "mis-hits" before doing the comparison.The text was updated successfully, but these errors were encountered: