File size: 1,890 Bytes
e7902d6
 
c843cc0
 
 
 
 
e7902d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c843cc0
 
 
 
 
 
 
 
 
 
 
16108e0
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Persian / Farsi Wikipedia Corpus for Spell Checking Tasks


## Overview

The Wikipedia Corpus is an open source dataset specifically designed for use in spell checking tasks. It is available on huggingface and can be accessed and utilized by anyone interested in improving spell checking algorithms.

### Formula

| chance of being  | %     |
|------------------|-------|
| normal sentences | >=98% |
| manipulation     | <=2%  |

*Please consider 2/100 * 1/100  which is 0.0002%*

| chance of manipulation for each function | % |
|------------------------------------------|---|
| `delete_word` function  | 1% (0.0002% overall)  |
| `delete_characters` function  | 1% (0.0002% overall)  |
| `insert_characters` function  | 1% (0.0002% overall)  |
| `replace_characters` function  | 1% (0.0002% overall)  |
| `swap_characters_case` function  | 1% (0.0002% overall)  |


## Purpose

The primary objective of the Wikipedia Corpus is to serve as a comprehensive and reliable resource for training and evaluating spell checking models. By leveraging the vast amount of text data from Wikipedia, this dataset offers a diverse range of language patterns and real-world spelling errors. This allows researchers and developers to create more effective spell checking algorithms that can handle a wide variety of texts.

## Dataset Details

The Persian Wikipedia Corpus is a collection of text documents extracted from the Persian (Farsi) Wikipedia. It includes articles from various topics, covering a wide range of domains and genres. The dataset is carefully curated and preprocessed to ensure high quality and consistency.

To facilitate spell checking tasks, the corpus provides both the correct versions of words and their corresponding misspelled versions. This enables the training and evaluation of spell checkers to accurately detect and correct spelling errors.


---
license: pddl
---