Grammar checker

Grammar checker

In computing terms, a grammar checker is a program, or part of a program, that attempts to verify written text for grammatical correctness. Grammar checkers are most often implemented as a feature of a larger application, such as a word processor.

The implementation of a grammar checker makes use of natural language processing.

History

The earliest “grammar checkers” were really programs that checked for punctuation and style problems, rather than finding many actual grammatical errors. The first system was called "Writer’s Workbench", and was a set of writing tools included with Unix systems as far back as the 1970s. The whole "Writer’s Workbench" package included several separate tools to check for various writing problems. The ‘diction’ tool checked for wordy, trite, clichéd or misused phrases in a text. The tool would output a list of suspect phrases, and provide suggestions for improving the writing. The ‘style’ tool analyzed the writing style of a given text. It performed a number of readability tests on the text and output their results, and it gave some statistical information about the sentences of the text.

Aspen Software of Albuquerque, NM, released the earliest version of a diction and style checker for personal computers, "Grammatik", in 1981. "Grammatik" was first available for a Radio Shack TRS-80, and soon had versions for CP/M and the IBM PC. Reference Software of San Francisco, CA, acquired "Grammatik" in 1985. Development of "Grammatik" continued, and it became an actual grammar checker that could detect writing errors beyond simple style checking.

Other early diction and style checking programs included "Punctuation & Style", "Correct Grammar", and "RightWriter". While all the earliest programs started out as simple diction and style checkers, all eventually added various levels of language processing, and developed some level of true grammar checking capability.

Until 1992, grammar checkers were sold as add-on programs. There were still a large number of different word processing programs available at that time, with WordPerfect and Microsoft Word the top two in market share. In 1992, Microsoft decided to add grammar checking as a feature of Word. Microsoft licensed CorrecText, a grammar checker from Houghton Mifflin that had not yet been marketed as a standalone product. WordPerfect answered Microsoft’s move by acquiring Reference Software, and the direct descendant of "Grammatik" is still included with WordPerfect.

Microsoft’s decision to integrate grammar checking has proven disastrous for grammar checking software in general. From 1985 until 1992, several companies that had grammar checking software were making great improvements in grammar checking ability and accuracy from year to year. Microsoft’s move essentially put an end to further development. As late as 2006, the grammar checking capabilities of Microsoft Word and WordPerfect are not significantly different from what was available in 1992.

Because of Microsoft's dominating position, it has been unrealistic for any other company to put resources into further development of grammar checkers for the English language. There are, however, a couple of open-source software projects developing grammar checking technology, including Abiword and LanguageTool (associated with OpenOffice and LyX [ [http://wiki.lyx.org/Tools/LyX-GrammarChecker LyX wiki | Tools / LyX Grammar Checker ] ] ). There have been no published studies comparing these tools with other commercial grammar checkers.

Technical issues

The earliest writing style programs checked for wordy, , clichéd or misused phrases in a text. This process was based on simple pattern matching. The heart of the program was a list of many hundreds or thousands for phrases that are considered poor writing by many experts. The list of suspect phrases included alternate wording for each phrase. The checking program would simply break text into sentences, check for any matches in the phrase dictionary, and flag suspect phrases and show an alternative.

These programs could also perform some mechanical checks. For example, they would typically flag doubled words, doubled punctuation, some capitalization errors, and other simple mechanical mistakes.

True grammar checking is a much more difficult problem. While a computer programming language has a very specific syntax and grammar, this is not so for natural languages. Though it is possible to write a somewhat complete formal grammar for a natural language, there are usually so many exceptions in real usage that a formal grammar is of minimal help in writing a grammar checker.

One of the most important parts of a natural language grammar checker is a dictionary of all words in the language, along with the part of speech of each word. The fact that natural words can take many different parts of speech greatly increases the complexity of any grammar checker.

A grammar checker will find each sentence in a text, look up each word in the dictionary, and then attempt to parse the sentence into a form that matches a grammar. Using various rules, the program can then detect various errors, such as agreement in tense, number, word order, and so on.

It is also possible to detect some stylistic problems with the text. For example, heavy use of passive voice is not considered a good writing style. After a sentence is parsed, it is possible to detect passive voice, and rewrite the sentence in proper form.

The software elements required for grammar checking are closely related to some of the problems that need to be solved for voice recognition software. In voice recognition, parsing can be used to help predict which word is most likely correct based on part of speech and position in the sentence. In grammar checking, the parsing is used to detect words that fail to follow proper grammar usage.

ee also

* Spell checker
* Link grammar

References

External links

* [http://www.languagetool.org/ LanguageTool] - a free open-source software grammar checker for English, German, Polish, and others
** [http://community.languagetool.org/ Try LanguageTool online]
* [http://papyr.com/hypertextbooks/grammar/gramchek.htm Evaluating Grammar Checkers] An academic evaluation of grammar checkers
* [http://faculty.washington.edu/sandeep/check/ A Demonstration of the Futility of Using Microsoft Word’s Spelling and Grammar Check]

[ta:இலக்கணத் திருத்தி]


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • grammar checker — UK US noun [countable] [singular grammar checker plural grammar checkers] computing a piece of software that checks documents to make sure they have no grammar mistakes Thesaurus …   Useful english dictionary

  • Grammar Checker —   [engl.], Grammatikprüfung …   Universal-Lexikon

  • grammar checker — UK / US noun [countable] Word forms grammar checker : singular grammar checker plural grammar checkers computing a piece of software that checks documents to make sure they have no grammar mistakes …   English dictionary

  • grammar checker — gramatikos tikrintuvė statusas T sritis informatika apibrėžtis Programinės įrangos komponentas, tekste ieškantis klaidingų gramatinių konstrukcijų. Gramatikos tikrintuvės veikimas pagrįstas viena iš ↑dirbtinio intelekto šakų – ↑natūraliosios… …   Enciklopedinis kompiuterijos žodynas

  • grammar checker — /ˈgræmə tʃɛkə/ (say gramuh chekuh) noun a computer program which checks the grammar of wording in a text file for mistakes and suggests corrections …  

  • checker — check‧er [ˈtʆekə ǁ ər] noun [countable] 1. COMPUTING spell/​ spelling/​grammar checker a computer program that checks spelling or grammar: • an automatic grammar checker that searches for missing words, bad punctuation etc 2. JOBS MANU …   Financial and business terms

  • checker — check|er [ˈtʃekə US ər] n [Sense: 1 3; Date: 1800 1900; Origin: CHECK2] [Sense: 4; Date: 1700 1800; Origin: checker chessboard ; CHECK24] 1.) AmE someone who works at the ↑checkout in a ↑ …   Dictionary of contemporary English

  • checker — [[t]tʃe̱kə(r)[/t]] checkers 1) N UNCOUNT Checkers is a game for two people, played with 24 round pieces on a board. [AM] (in BRIT, use draughts) 2) N COUNT A checker is a person or machine that has the job of checking something. Modern word… …   English dictionary

  • Spell checker — In computing, a spell checker is an applications program that flags words in a document that may not be spelled correctly. Spell checkers may be stand alone capable of operating on a block of text, or as part of a larger application, such as a… …   Wikipedia

  • spell checker — noun A software application that attempts to verify spelling (and sometimes grammar, a grammar checker) in a document. I ran the spell checker on my work, but it couldnt tell between to and too …   Wiktionary

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”