When an email is received, people will typically include a number of "standard template" items:
Hello labAI! ( <- Greeting)
This is a message sent to you about context parsing. ( <- Body)
Have a good afternoon, ( <- Signature)
Conrad
Some research should be done to determine how to tell what parts of these email are each section (greeting, body, sig, etc).
Some additional things to worry about
1) What is a greeting is not included?
2) What if they are not using newlines anywhere in the email?
3) What counts as a signature?
Feel free to write some code to prototype any ideas.
When an email is received, people will typically include a number of "standard template" items:
Hello labAI! ( <- Greeting)
This is a message sent to you about context parsing. ( <- Body)
Have a good afternoon, ( <- Signature) Conrad
Some research should be done to determine how to tell what parts of these email are each section (greeting, body, sig, etc).
Some additional things to worry about 1) What is a greeting is not included? 2) What if they are not using newlines anywhere in the email? 3) What counts as a signature?
Feel free to write some code to prototype any ideas.