Abstract:
Grammar checking is one of the most widely used tools within natural language processing. Many word processing systems today include grammar checker which can be used to point out various grammatical problem in a text. This paper proposed a grammar checking system by using shallow parser. This proposed system consists of five main parts. Firstly, it can enter any sentence and then this sentence is split into words such as tokens in second step. Each token is identified into Part-of-Speech (POS) tag in third step. In step four, the system can analyze sentence by using shallow parser. Finally, it can display correct grammatical sentence by grammar checker. This system provides description about the grammar checking software developed for detecting the grammatical error on English texts and provides suggestions wherever appropriate to rectify those errors. A sentence does not have completed to be checked, instead the software can check the text while it is being typed and give immediate feedback.