Shallow WikiText Error Correction (WikiErrCorr) Task
(Redirected from WikiText error correction)
Jump to navigation
Jump to search
A Shallow WikiText Error Correction (WikiErrCorr) Task is a WikiText error correction task that is required to repair shallow wikitext errors (in WikiText documents).
- Context:
- It can (typically) include:
- Orthographic Error Correction, such as misspelling correction;
- Grammatical Error Correction, such as verb tense correction;
- WikiText Format Error Correction, such as mismatched WikiText Hyperlinking.
- It can be solved by a WikiText Error Correction System (that implements a WikiErrCorr algorithm).
- It can be supported by a WikiText Error Detection Task.
- …
- It can (typically) include:
- Example(s):
- a Shallow GM-RKB Error Correction Task, such as:
- WikiErrCorr(“
the [[error] was
”) ⇒ “the [[error]] was
". - WikiErrCorr(“
the <B>Bold text<b> was
”) ⇒ “the <B>Bold text</B> was
".
- WikiErrCorr(“
- …
- a Shallow GM-RKB Error Correction Task, such as:
- Counter-Example(s):
- See: Character-Level TEC, Text Sentence, Transcription Error.