A Rule-Based Grammar and Spell Checking
SAMRIDDHI Volume 14, Issue 1, 2022
7 Pages Posted: 28 Jul 2022
Date Written: March 25, 2022
Abstract
Rule-Based Grammar and spell checking is the task of checking the content of any specific language using a particular set of rules for their grammar and a set of spellings for spell checking. In this work, libraries and functions of Python useful for Natural Language Processing are used to perform grammar and Spell checking. Python Libraries NLTK (for Sentence Boundary Detection and POS tagging), pyEnchant (for Spell checking by comparing with a standard dictionary), and Inflect (for indefinite article). The article includes information about these libraries, techniques, and steps used for Grammar and Spell Check.
Keywords: Grammar and Spell Checking, POS tagging, Sentence Boundary Detection, Spell Check
Suggested Citation: Suggested Citation