首页--工业技术论文--自动化技术、计算机技术论文--计算技术、计算机技术论文--计算机的应用论文--信息处理(信息加工)论文--检索机论文

Design and Implementation of an English Spell and Grammar Checking System

Abstract第4-5页
摘要第6-7页
Contents第7-10页
Chapter 1 Introduction第10-31页
    1.1. Introduction第10页
    1.2. Concept of Natural Language Processing第10-11页
    1.3. Text Errors第11-13页
        1.3.1. Spelling errors第11页
        1.3.2. Grammar errors第11-12页
        1.3.3. Style errors第12页
        1.3.4. Semantic errors第12-13页
    1.4. Spell Checking第13-16页
        1.4.1. Design第13-14页
        1.4.2. History第14-15页
        1.4.3. Functionality第15页
        1.4.4. Context-sensitive spell checkers第15页
        1.4.5. Criticism第15-16页
    1.5. Part of Speech第16-22页
        1.5.1. Definition第16-18页
        1.5.2. Grammatical tagging第18-19页
        1.5.3. Part-of-Speech Tagging第19-22页
    1.6. Phrase chunking第22页
    1.7. Grammar Checker第22-27页
        1.7.1. History第23页
        1.7.2. Technical issues第23-24页
        1.7.3. Criticism第24-25页
        1.7.4. Grammar checking第25-27页
    1.8. Evaluation with Corpora第27-28页
    1.9. Motivation第28-29页
    1.10. Structure of the Thesis第29-31页
Chapter 2 Design and Implementation of Spell Checker第31-45页
    2.1. Introduction第31页
    2.2. Spelling Checkers and Correctors第31-35页
        2.2.1. Dictionary第32-33页
        2.2.2. Analyses of spell error第33-35页
    2.3. Design and Implementation of the Spell Checker第35-43页
        2.3.1. Programming language第35页
        2.3.2. Preparation of the dictionary第35页
        2.3.3. Spell errors detection第35-36页
        2.3.4. Spell errors suggestions第36-43页
            2.3.4.1. “Add letter” method第37页
            2.3.4.2. “Swap letters” method第37-40页
            2.3.4.3. “Delete letter” method第40-41页
            2.3.4.4. “Replace letter” method第41-43页
    2.4. Summary第43-45页
Chapter 3 Design and Implementation of a Rule-based Grammar Checker第45-73页
    3.1. Introduction第45-46页
    3.2. Design of Grammar Checker第46-49页
        3.2.1. Interaction of the components第47页
        3.2.2. Performance of SENNA tagger第47-48页
        3.2.3. Grammar checking rules’ database第48页
        3.2.4. Correction proposal第48-49页
        3.2.5. Design algorithm第49页
    3.3. Implementation of Grammar Checker第49-54页
        3.3.1. Programming language第50页
        3.3.2. Database sets第50页
        3.3.3. Programmed variables第50-52页
        3.3.4. Programmed functions第52-54页
    3.4. Rule Development第54-71页
        3.4.1. The articles group第54-56页
        3.4.2. The agreement group第56-61页
        3.4.3. The commonly confused words group第61-65页
        3.4.4. Tenses group第65-66页
        3.4.5. The Conditional Clauses group第66-68页
        3.4.6. Non – separated words group第68-69页
        3.4.7. Grammar checking for passive voice speech第69-71页
    3.5. Summary第71-73页
Chapter 4 Evaluation of Spell and Rule-based Grammar Checking System第73-84页
    4.1. Introduction第73页
    4.2. Evaluation of Spell Checker Programming第73-79页
        4.2.1. A random sentences test第74-75页
        4.2.2. Check the order第75-77页
        4.2.3. A comparative test and possible developments第77-79页
    4.3. Evaluation of Grammar Checker第79-82页
        4.3.1. Self-made error corpus with simple sentences第79-80页
        4.3.2. Self-made grammar error in technical writing第80页
        4.3.3. Comparison with the most popular tools第80-82页
    4.4. Summary第82-84页
Chapter 5 Grammar Checker Based on Statistical Data第84-98页
    5.1. Introduction第84-85页
    5.2. Design of Statistical-based Grammar Checker第85-90页
        5.2.1. Interaction of the components第85-86页
        5.2.2. Definition: n-grams第86页
        5.2.3. Detecting errors algorithm第86-88页
        5.2.4. Correction proposal algorithm第88-90页
    5.3. Implementation of the Statistical-based Grammar Checker第90-93页
        5.3.1. Database lists第90页
        5.3.2. Storing of database lists第90-93页
    5.4. Evaluation第93-95页
        5.4.1. Test 1第93-94页
        5.4.2. Test 2第94-95页
    5.5. Summary第95-98页
Conclusion第98-100页
References第100-103页
Appendix第103-124页
Acknowledgements第124页

论文共124页,点击 下载论文
上一篇:计算广告中冷启动问题的研究
下一篇:物联网环境下基于椭圆曲线的安全认证机制研究