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
I'm playing around with the ML example and been surprised how bad the results are. I've noticed it only seems to work if the name is included in the signature.
For example something like returns None signature:
message = """Thanks Sasha, I can't go any higher and is why I limited it to the
homepage.
Martin Blampied
Facebook | Twitter | LinkedIn
"""
text, signature = signature.extract(message, sender='[email protected]')
Is the "machine learning" just looking for the name or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I'm playing around with the ML example and been surprised how bad the results are. I've noticed it only seems to work if the name is included in the signature.
For example something like returns None signature:
Is the "machine learning" just looking for the name or am I doing something wrong?
The text was updated successfully, but these errors were encountered: