convosense/email_signature_remover
Email Signature remover - Extracting email body out of the email text in order to get accurate sentiment results, using NLP tasks.
This tool helps anyone working with large volumes of emails to accurately understand their core message. It takes raw email text as input and intelligently removes common signature elements like 'Regards,' contact info, and company disclaimers, outputting only the main body of the email. This is essential for professionals like customer service managers, marketing analysts, or HR teams who need to categorize emails or gauge sender sentiment.
No commits in the last 6 months.
Use this if you need to process email content for sentiment analysis, categorization, or any other text-based analysis where signatures might skew your results.
Not ideal if your primary goal is to extract sender contact information from email signatures.
Stars
21
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/convosense/email_signature_remover"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xRahul/GroupingMessages
Auto categorization of your SMS into your own custom categories
IBM/sms-analysis-with-wks
Analyzing SMS offers for domain specific entities using Watson Knowledge Studio and Watson's...
Tejas-TA/Transformer-BERT-SMS-Spam-Detection
Spam SMS Detection Project implemented using NLP & Transformers. DistilBERT - a hugging face...
omaarelsherif/Email-Spam-Detection-Using-NLP
Classify email to spam or not using some nlp techniques and multinomial naive bayes classifier
RamseyTom/Spam-Email-Detection-based-on-word2vec-CNN
使用trec06c数据集,通过jieba分词,word2vec训练词向量,搭建CNN进行垃圾邮件检测