|
|
(5 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | == Citation ==
| |
| | | |
− | Einat Minkov, Richard C. Wang & William W. Cohen, Extracting Personal Names from Emails:
| |
− | Applying Named Entity Recognition to Informal Text, in HLT/EMNLP 2005
| |
− |
| |
− | == Online version ==
| |
− |
| |
− | [http://www.cs.cmu.edu/~einat/email.pdf Extracting Personal Names from Emails]
| |
− |
| |
− | == Summary ==
| |
− | Task: extract person names from emails
| |
− |
| |
− | Techniques: treating NER as tagging. CRF model is used for this task.
| |
− |
| |
− | Contribution:
| |
− | * email-specific feature set
| |
− |
| |
− | repetitions within single document are more often in newwires while repetitions occurred in multiple files are more often in emails.
| |
− |
| |
− | == Related papers ==
| |
− |
| |
− | * '''Search-based Structured Prediction''': This is the journal version of the paper that introduces the [[UsesMethod::SEARN]] algorithm - [[RelatedPaper::Daume_et_al,_ML_2009]].
| |