Spelling Error Correction (SpellCorr) Task
(Redirected from Spell Checking)
Jump to navigation
Jump to search
A Spelling Error Correction (SpellCorr) Task is an orthographic error correction task that detects and corrects misspellings.
- Context:
- It can be solve by a Spell Checking System (that implements a spell checking algorithm).
- …
- Example(s):
- SpellCorr(“
i'm Goig, to store tomoro
”) ⇒ “i'm Going, to store tomorrow
". - …
- SpellCorr(“
- Counter-Example(s):
- a General Orthographic Error Correction Task, such as: “
i'm Goig, to the store tomoro
”) ⇒ “I'm going to the store tomorrow
". - a Punctuation Error Correction Task.
- a Capitalization Error Correction Task.
- a General Orthographic Error Correction Task, such as: “
- See: Grammar Error Correction, Language Translation, Search Query.
References
2018
- (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Spell_checker Retrieved:2018-3-23.
- In computing, a spell checker (or spell check) is an application 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 word processor, email client, electronic dictionary, or search engine.
2016
- (Schnober et al., 2016) ⇒ Carsten Schnober, Steffen Eger, Erik-Lan Do Dinh, and Iryna Gurevych. (2016). “Still Not There? Comparing Traditional Sequence-to-Sequence Models to Encoder-Decoder Neural Networks on Monotone String Translation Tasks.” In: Proceedings of {COLING} 2016, the 26th International Conference on Computational Linguistics: Technical Papers.