talon
talon copied to clipboard
Poor results
trafficstars
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?
Having the same problem
Sender email needs to be similar to name I think