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
Detecting a phone number for any country is no easy task. Some Python libs are doing a great job at it using mix of regex and Machine Learning. Current implementation in lemmeknow is creating lot of obvious false positives:
The text was updated successfully, but these errors were encountered:
Boundaryless mode is on by default for lemmeknow binary, that is why it identified the phone number, if you add -b flag to turn it off, you will see the results only if the whole text matched.
Detecting a phone number for any country is no easy task. Some Python libs are doing a great job at it using mix of regex and Machine Learning. Current implementation in lemmeknow is creating lot of obvious false positives:
The text was updated successfully, but these errors were encountered: