xu-song commited on
Commit
0bba168
1 Parent(s): 83a2e6b

add more tokenizer

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +0 -1
  2. compression_app.py +10 -4
  3. stats/compression_rate.json +48 -0
  4. stats/compression_rate/Qwen.Qwen2-72B @ cc100.ar.diff.json +117 -0
  5. stats/compression_rate/Qwen.Qwen2-72B @ cc100.de.diff.json +109 -0
  6. stats/compression_rate/Qwen.Qwen2-72B @ cc100.fa.diff.json +145 -0
  7. stats/compression_rate/Qwen.Qwen2-72B @ cc100.fr.diff.json +105 -0
  8. stats/compression_rate/Qwen.Qwen2-72B @ cc100.ja.diff.json +142 -0
  9. stats/compression_rate/Qwen.Qwen2-72B @ cc100.ko.diff.json +105 -0
  10. stats/compression_rate/apple.DCLM-7B @ cc100.ar.diff.json +104 -0
  11. stats/compression_rate/apple.DCLM-7B @ cc100.de.diff.json +103 -0
  12. stats/compression_rate/apple.DCLM-7B @ cc100.en.diff.json +103 -0
  13. stats/compression_rate/apple.DCLM-7B @ cc100.es.diff.json +104 -0
  14. stats/compression_rate/apple.DCLM-7B @ cc100.fa.diff.json +104 -0
  15. stats/compression_rate/apple.DCLM-7B @ cc100.fr.diff.json +102 -0
  16. stats/compression_rate/apple.DCLM-7B @ cc100.ja.diff.json +113 -0
  17. stats/compression_rate/apple.DCLM-7B @ cc100.ko.diff.json +106 -0
  18. stats/compression_rate/apple.DCLM-7B @ cc100.zh-Hans.diff.json +102 -0
  19. stats/compression_rate/deepseek-ai.deepseek-llm-7b-base @ cc100.ar.diff.json +12 -0
  20. stats/compression_rate/deepseek-ai.deepseek-llm-7b-base @ cc100.de.diff.json +121 -0
  21. stats/compression_rate/eson.kplug-base-encoder @ cc100.ar.diff.json +232 -0
  22. stats/compression_rate/eson.kplug-base-encoder @ cc100.de.diff.json +213 -0
  23. stats/compression_rate/eson.kplug-base-encoder @ cc100.fa.diff.json +171 -0
  24. stats/compression_rate/eson.kplug-base-encoder @ cc100.ja.diff.json +209 -0
  25. stats/compression_rate/eson.kplug-base-encoder @ cc100.ko.diff.json +259 -0
  26. stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.ar.diff.json +103 -0
  27. stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.de.diff.json +103 -0
  28. stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.fa.diff.json +104 -0
  29. stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.ja.diff.json +82 -0
  30. stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.ko.diff.json +106 -0
  31. stats/compression_rate/google-bert.bert-base-cased @ cc100.ar.diff.json +122 -0
  32. stats/compression_rate/google-bert.bert-base-cased @ cc100.de.diff.json +133 -0
  33. stats/compression_rate/google-bert.bert-base-cased @ cc100.fa.diff.json +120 -0
  34. stats/compression_rate/google-bert.bert-base-cased @ cc100.ja.diff.json +171 -0
  35. stats/compression_rate/google-bert.bert-base-cased @ cc100.ko.diff.json +249 -0
  36. stats/compression_rate/google-bert.bert-base-chinese @ cc100.ar.diff.json +211 -0
  37. stats/compression_rate/google-bert.bert-base-chinese @ cc100.de.diff.json +197 -0
  38. stats/compression_rate/google-bert.bert-base-chinese @ cc100.fa.diff.json +153 -0
  39. stats/compression_rate/google-bert.bert-base-chinese @ cc100.ja.diff.json +274 -0
  40. stats/compression_rate/google-bert.bert-base-chinese @ cc100.ko.diff.json +258 -0
  41. stats/compression_rate/google-bert.bert-base-german-cased @ cc100.ar.diff.json +232 -0
  42. stats/compression_rate/google-bert.bert-base-german-cased @ cc100.de.diff.json +133 -0
  43. stats/compression_rate/google-bert.bert-base-german-cased @ cc100.fa.diff.json +170 -0
  44. stats/compression_rate/google-bert.bert-base-german-cased @ cc100.ja.diff.json +103 -0
  45. stats/compression_rate/google-bert.bert-base-german-cased @ cc100.ko.diff.json +253 -0
  46. stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.ar.diff.json +109 -0
  47. stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.de.diff.json +133 -0
  48. stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.fa.diff.json +120 -0
  49. stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.ja.diff.json +305 -0
  50. stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.ko.diff.json +136 -0
.gitignore CHANGED
@@ -15,7 +15,6 @@ eggs/
15
  .eggs/
16
  .idea/
17
  gradio_cached_examples
18
- stats/
19
  test/
20
  wip/
21
  tools/
 
15
  .eggs/
16
  .idea/
17
  gradio_cached_examples
 
18
  test/
19
  wip/
20
  tools/
compression_app.py CHANGED
@@ -38,9 +38,15 @@ The encoding and decoding process can be formulated as
38
  - **Lossless** <br>
39
  Lossless tokenization preserves the exact original text, i.e. `decoded_text = input_text`.
40
 
41
- - Most lossy tokenizers get many out-of-vocabulary tokens. 👉 Check the [oov of bert-base-uncased](https://huggingface.co/spaces/eson/tokenizer-arena/blob/main/stats/compression_rate/google-bert.bert-base-cased%20%40%20cc100.zh-Hans.diff.json).
42
- - Some other tokenizers have no oov, but still be lossy due to text normalization. For example qwen performs [unicode normalization](https://github.com/huggingface/transformers/blob/v4.42.3/src/transformers/models/qwen2/tokenization_qwen2.py#L338),
43
- which may bring some [slight differences](https://huggingface.co/spaces/eson/tokenizer-arena/raw/main/stats/compression_rate/Qwen.Qwen1.5-1.8B%20@%20cc100.ja.diff.json) to the reconstructed text.
 
 
 
 
 
 
44
 
45
  - **Compression Rate** <br>
46
  There are mainly two types of metric to represent the `input_text`:
@@ -50,7 +56,7 @@ There are mainly two types of metric to represent the `input_text`:
50
  To evaluate compression rate, simple metrics can be "how many chars per token" or "how many bytes per token". <br>
51
  In this leaderboard, we adopt more frequently used metric: "how many chars per token" and
52
  "how many billion tokens per gigabytes corpus", i.e. `char/token` and `b_tokens/g_bytes`.
53
- 💬 [Discussions is Welcome](https://huggingface.co/spaces/eson/tokenizer-arena/discussions)
54
  """
55
 
56
 
 
38
  - **Lossless** <br>
39
  Lossless tokenization preserves the exact original text, i.e. `decoded_text = input_text`.
40
 
41
+ - Most lossy tokenizers get many out-of-vocabulary tokens. 👉 Check the
42
+ oov of [bert](https://huggingface.co/spaces/eson/tokenizer-arena/blob/main/stats/compression_rate/google-bert.bert-base-cased%20%40%20cc100.zh-Hans.diff.json) and
43
+ [t5](https://huggingface.co/spaces/eson/tokenizer-arena/blob/main/stats/compression_rate/google-t5.t5-large%20%40%20cc100.es.diff.json).
44
+ - Some other tokenizers have no oov, but still be lossy due to text normalization. For example, qwen performs [unicode normalization](https://github.com/huggingface/transformers/blob/v4.42.3/src/transformers/models/qwen2/tokenization_qwen2.py#L338) in encoding process,
45
+ llama performs [clean_up_tokenization_spaces](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B/blob/main/tokenizer_config.json#L2053) in decoding process,
46
+ which may bring some slight differences to the reconstructed text. 👉 Check the diff of
47
+ [qwen](https://huggingface.co/spaces/eson/tokenizer-arena/raw/main/stats/compression_rate/Qwen.Qwen1.5-1.8B%20@%20cc100.ja.diff.json) and
48
+ [llama](https://huggingface.co/spaces/eson/tokenizer-arena/raw/main/stats/compression_rate/meta-llama.Meta-Llama-3.1-405B%20@%20cc100.en.diff.json).
49
+
50
 
51
  - **Compression Rate** <br>
52
  There are mainly two types of metric to represent the `input_text`:
 
56
  To evaluate compression rate, simple metrics can be "how many chars per token" or "how many bytes per token". <br>
57
  In this leaderboard, we adopt more frequently used metric: "how many chars per token" and
58
  "how many billion tokens per gigabytes corpus", i.e. `char/token` and `b_tokens/g_bytes`.
59
+ 💬 [Discussion is Welcome](https://huggingface.co/spaces/eson/tokenizer-arena/discussions)
60
  """
61
 
62
 
stats/compression_rate.json CHANGED
@@ -10258,5 +10258,53 @@
10258
  "oov_ratio": 0.0,
10259
  "_oov_charset": "[]",
10260
  "lossless": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10261
  }
10262
  }
 
10258
  "oov_ratio": 0.0,
10259
  "_oov_charset": "[]",
10260
  "lossless": true
10261
+ },
10262
+ "mistralai/Mistral-Nemo-Instruct-2407 @ cc100/en": {
10263
+ "tokenizer": "<a target=\"_blank\" href=\"https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407\" style=\"color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;\">Mistral-Nemo-Instruct-2407</a>",
10264
+ "organization": "Mistral",
10265
+ "vocab_size": 131072,
10266
+ "_n_bytes": 1124813,
10267
+ "_n_tokens": 261607,
10268
+ "_n_chars": 1121360,
10269
+ "_n_oov_chars": 0,
10270
+ "oov_ratio": 0.0,
10271
+ "_oov_charset": "[]",
10272
+ "lossless": true
10273
+ },
10274
+ "mistralai/Mistral-Nemo-Instruct-2407 @ cc100/zh-Hans": {
10275
+ "tokenizer": "<a target=\"_blank\" href=\"https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407\" style=\"color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;\">Mistral-Nemo-Instruct-2407</a>",
10276
+ "organization": "Mistral",
10277
+ "vocab_size": 131072,
10278
+ "_n_bytes": 2633047,
10279
+ "_n_tokens": 855499,
10280
+ "_n_chars": 927311,
10281
+ "_n_oov_chars": 0,
10282
+ "oov_ratio": 0.0,
10283
+ "_oov_charset": "[]",
10284
+ "lossless": true
10285
+ },
10286
+ "mistralai/Mistral-Nemo-Instruct-2407 @ cc100/fr": {
10287
+ "tokenizer": "<a target=\"_blank\" href=\"https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407\" style=\"color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;\">Mistral-Nemo-Instruct-2407</a>",
10288
+ "organization": "Mistral",
10289
+ "vocab_size": 131072,
10290
+ "_n_bytes": 1540504,
10291
+ "_n_tokens": 361958,
10292
+ "_n_chars": 1484970,
10293
+ "_n_oov_chars": 0,
10294
+ "oov_ratio": 0.0,
10295
+ "_oov_charset": "[]",
10296
+ "lossless": true
10297
+ },
10298
+ "mistralai/Mistral-Nemo-Instruct-2407 @ cc100/es": {
10299
+ "tokenizer": "<a target=\"_blank\" href=\"https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407\" style=\"color: var(--link-text-color); text-decoration: underline;text-decoration-style: dotted;\">Mistral-Nemo-Instruct-2407</a>",
10300
+ "organization": "Mistral",
10301
+ "vocab_size": 131072,
10302
+ "_n_bytes": 1664455,
10303
+ "_n_tokens": 392597,
10304
+ "_n_chars": 1630297,
10305
+ "_n_oov_chars": 0,
10306
+ "oov_ratio": 0.0,
10307
+ "_oov_charset": "[]",
10308
+ "lossless": true
10309
  }
10310
  }
stats/compression_rate/Qwen.Qwen2-72B @ cc100.ar.diff.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن- وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
4
+ "decoded_text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن- وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
5
+ "diff": [
6
+ "insert text[97:97] --> decoded_text[97:98] '' --> 'َ'",
7
+ "delete text[98:99] --> decoded_text[99:99] 'َ' --> ''"
8
+ ],
9
+ "n_oov_chars": 0,
10
+ "oov_ratio": 0.0,
11
+ "oov_charset": "[]"
12
+ },
13
+ {
14
+ "text": "أَننا -حالياً- جزءٌ من العالمِ الحديثِ والذي يقوده \"الغربُ\" - وإن كانت الثقافةُ الذائعة والشائعة باسم \"الثقافةِ الغربيةِ\" هي ثقافة ذات بُعدٍ غربيٍّ (لا ينكر) إلاِّ أنها أيضاً ثقافةٌ ذات بعدٍ \"إنساني\"، بمعنى أَن الكثير من \"المحصولِ الثقافي الغربي\" ليس غربياً وإنما وفَد من ثقافاتٍ أُخرى سابقة.....",
15
+ "decoded_text": "أَننا -حالياً- جزءٌ من العالمِ الحديثِ والذي يقوده \"الغربُ\" - وإن كانت الثقافةُ الذائعة والشائعة باسم \"الثقافةِ الغربيةِ\" هي ثقافة ذات بُعدٍ غربيٍّ (لا ينكر) إلاِّ أنها أيضاً ثقافةٌ ذات بعدٍ \"إنساني\"، بمعنى أَن الكثير من \"المحصولِ الثقافي الغربي\" ليس غربياً وإنما وفَد من ثقافاتٍ أُخرى سابقة.....",
16
+ "diff": [
17
+ "insert text[145:145] --> decoded_text[145:146] '' --> 'ٍ'",
18
+ "delete text[146:147] --> decoded_text[147:147] 'ٍ' --> ''",
19
+ "insert text[161:161] --> decoded_text[161:162] '' --> 'ِ'",
20
+ "delete text[162:163] --> decoded_text[163:163] 'ِ' --> ''"
21
+ ],
22
+ "n_oov_chars": 0,
23
+ "oov_ratio": 0.0,
24
+ "oov_charset": "[]"
25
+ },
26
+ {
27
+ "text": "رغم أَن إِتقان اللغة العربية هو العمودُ الفقري للتعاملِ مع دنيا الثقافةِ العربيةِ والإسلاميةِ، فإن أعداداً كبيرة من مُثقفينا والشَخصيات المُهتمة بالشؤونِ العامةِ في واقعنا تملك محصولاً هزيلاً من اللغة العربية، بل وأكاد أجزم أن بعضهم لا يملك أن يتكلم بلغةٍ عربيةٍ سليمة لمدةٍ وجيزةٍ لا تَتَعدى الدقائق القليلة. ومن المؤكد أن أيَّ مُراقبٍ مُنصفٍ لحياتنا العامة سيلاحظ بوضوحٍ أن قدرةَ الشخصياتِ العامةِ على الحديثِ والكتابةِ بلغةٍ عربيةٍ سليمةٍ قد واصلت الانهيار والانحدار خلال السنوات الأربعين الأخيرة حتى بلغت اليوم ما هي عليه من وضعٍ مؤسفٍ (بل وأراه كثيراً كوضعٍ \"مهين\" لكبريائنا الوطني والقومي) (والإرتباك اللغوي – كما يقول المفكر المصري الكبير مراد وهبه إنعكاس للإرتباك الفكري) .",
28
+ "decoded_text": "رغم أَن إِتقان اللغة العربية هو العمودُ الفقري للتعاملِ مع دنيا الثقافةِ العربيةِ والإسلاميةِ، فإن أعداداً كبيرة من مُثقفينا والشَخصيات المُهتمة بالشؤونِ العامةِ في واقعنا تملك محصولاً هزيلاً من اللغة العربية، بل وأكاد أجزم أن بعضهم لا يملك أن يتكلم بلغةٍ عربيةٍ سليمة لمدةٍ وجيزةٍ لا تَتَعدى الدقائق القليلة. ومن المؤكد أن أيَّ مُراقبٍ مُنصفٍ لحياتنا العامة سيلاحظ بوضوحٍ أن قدرةَ الشخصياتِ العامةِ على الحديثِ والكتابةِ بلغةٍ عربيةٍ سليمةٍ قد واصلت الانهيار والانحدار خلال السنوات الأربعين الأخيرة حتى بلغت اليوم ما هي عليه من وضعٍ مؤسفٍ (بل وأراه كثيراً كوضعٍ \"مهين\" لكبريائنا الوطني والقومي) (والإرتباك اللغوي – كما يقول المفكر المصري الكبير مراد وهبه إنعكاس للإرتباك الفكري) .",
29
+ "diff": [
30
+ "insert text[326:326] --> decoded_text[326:327] '' --> 'َ'",
31
+ "delete text[327:328] --> decoded_text[328:328] 'َ' --> ''"
32
+ ],
33
+ "n_oov_chars": 0,
34
+ "oov_ratio": 0.0,
35
+ "oov_charset": "[]"
36
+ },
37
+ {
38
+ "text": "وكما ذكرت، فقد حيرتني هذه المجموعات الأربعة وأذهلني موقفُ كلٍ منها وأذهلني موقفُ أفرادها كما أضناني الحواُر معها لأنه حوار يشبه ما يسميه العربُ بحوار الطرشان، لأنك تتكلم مع أي فردٍ من أي مجموعةٍ من هذه المجموعات فيردُ عليكَ رداً ينبئ بأنه يتكلم كلاماً ما هو إلا صحيفة اتهام كانت جاهزة لديه من البداية وهى صحيفةُ اتهام تقومُ على التعصبِ والتشددِ والتحيز الوجداني والعاطفي، ولا تقوم على فهمٍ ودرايةٍ واسعة وثقافةٍ عميقةٍ أو عريضة. ولا شك عندي اليوم بعد سنواتٍ طويلة من الاهتمامِ بهذا الموضوع أن معظمَِ الأفرادِ في مجتمعنا المصري والعربي يندرجون تحت واحدة من هذه الفئات الأربعة.",
39
+ "decoded_text": "وكما ذكرت، فقد حيرتني هذه المجموعات الأربعة وأذهلني موقفُ كلٍ منها وأذهلني موقفُ أفرادها كما أضناني الحواُر معها لأنه حوار يشبه ما يسميه العربُ بحوار الطرشان، لأنك تتكلم مع أي فردٍ من أي مجموعةٍ من هذه المجموعات فيردُ عليكَ رداً ينبئ بأنه يتكلم كلاماً ما هو إلا صحيفة اتهام كانت جاهزة لديه من البداية وهى صحيفةُ اتهام تقومُ على التعصبِ والتشددِ والتحيز الوجداني والعاطفي، ولا تقوم على فهمٍ ودرايةٍ واسعة وثقافةٍ عميقةٍ أو عريضة. ولا شك عندي اليوم بعد سنواتٍ طويلة من الاهتمامِ بهذا الموضوع أن معظمَِ الأفرادِ في مجتمعنا المصري والعربي يندرجون تحت واحدة من هذه الفئات الأربعة.",
40
+ "diff": [
41
+ "insert text[497:497] --> decoded_text[497:498] '' --> 'َ'",
42
+ "delete text[498:499] --> decoded_text[499:499] 'َ' --> ''"
43
+ ],
44
+ "n_oov_chars": 0,
45
+ "oov_ratio": 0.0,
46
+ "oov_charset": "[]"
47
+ },
48
+ {
49
+ "text": "إن أفراد هذه المجموعة الخامسة يعرفون أيضاً عن الثقافةِ الغربية الكثير ، فهم غطوا مساحاتٍ واسعة من مناطقِ الثقافة الغربية بل ومن منابعها القديمة مثل الثقافة اليونانية والرومانية وثقافة عصر النهضة أو الرينيسانس. أما ثقافات الحضارة الغربية الحديثة فقد أحاطوا بها إحاطةً جيدةً وخاضوا في معظم فروعها كالأدبِ والفنون والتاريخ وعلوم السياسةِ والإجتماع والاقتصاد وعلوم الفلسفة وعلم النفس كما توسعوا في الاطلاع على موجات العلوم الحديثة المتصلة بحركة الاقتصاد المعاصر. وأفرادُ هذه المجموعة وإن كانوا يعجبون بالكثيرِ من إنجازاتِ الحضارة الغربية إلا أنهم لا يصلون إلى حد الافتتان والتقديس لأنهم يعلمون أن الحضارة الغربية حضارة إنسانية لها ما لها وعليها ما عليها، وإن كانت صاحبة إنجازات عظمى مثل خلقِ نظامِ عملٍ مُنتج وفعال، ومثل تطوير علاقة الحاكم بالمحكوم أو المحكوم بالحاكم في ظل منظومةٍ راقية تسمى الديموقراطية ومثل حقوقِ الإنسان، إلاَّ أن الحضارة الغربية تبقى \"عملاً إنسانياً\" لا يخلو من العيوب والنقائص – شأنه شأن كل شئ بشري.",
50
+ "decoded_text": "إن أفراد هذه المجموعة الخامسة يعرفون أيضاً عن الثقافةِ الغربية الكثير ، فهم غطوا مساحاتٍ واسعة من مناطقِ الثقافة الغربية بل ومن منابعها القديمة مثل الثقافة اليونانية والرومانية وثقافة عصر النهضة أو الرينيسانس. أما ثقافات الحضارة الغربية الحديثة فقد أحاطوا بها إحاطةً جيدةً وخاضوا في معظم فروعها كالأدبِ والفنون والتاريخ وعلوم السياسةِ والإجتماع والاقتصاد وعلوم الفلسفة وعلم النفس كما توسعوا في الاطلاع على موجات العلوم الحديثة المتصلة بحركة الاقتصاد المعاصر. وأفرادُ هذه المجموعة وإن كانوا يعجبون بالكثيرِ من إنجازاتِ الحضارة الغربية إلا أنهم لا يصلون إلى حد الافتتان والتقديس لأنهم يعلمون أن الحضارة الغربية حضارة إنسانية لها ما لها وعليها ما عليها، وإن كانت صاحبة إنجازات عظمى مثل خلقِ نظامِ عملٍ مُنتج وفعال، ومثل تطوير علاقة الحاكم بالمحكوم أو المحكوم بالحاكم في ظل منظومةٍ راقية تسمى الديموقراطية ومثل حقوقِ الإنسان، إلاَّ أن الحضارة الغربية تبقى \"عملاً إنسانياً\" لا يخلو من العيوب والنقائص – شأنه شأن كل شئ بشري.",
51
+ "diff": [
52
+ "insert text[825:825] --> decoded_text[825:826] '' --> 'َ'",
53
+ "delete text[826:827] --> decoded_text[827:827] 'َ' --> ''"
54
+ ],
55
+ "n_oov_chars": 0,
56
+ "oov_ratio": 0.0,
57
+ "oov_charset": "[]"
58
+ },
59
+ {
60
+ "text": "بالفيديو اسيوط فيس توك ترصد الحلقة السادسة عشر من قصص الحيوان فى القران الكريم والجزء الاول من اصحاب السبت وحكمة اليوم :: الله يمتحن عباده بالخير والشر انه امتحان الصبر ويجب ان نكون شاكرين فى كل الاحوال وانتهاز الفرصة لفعل ما يغضب الله هو اسلوب غير شريف لقوله تعالى ( ( يُخَادِعُونَ اللَّهَ وَالَّذِينَ آمَنُوا وَمَا يَخْدَعُونَ إِلاَّ أَنفُسَهُم وَمَا يَشْعُرُونَ ) )",
61
+ "decoded_text": "بالفيديو اسيوط فيس توك ترصد الحلقة السادسة عشر من قصص الحيوان فى القران الكريم والجزء الاول من اصحاب السبت وحكمة اليوم :: الله يمتحن عباده بالخير والشر انه امتحان الصبر ويجب ان نكون شاكرين فى كل الاحوال وانتهاز الفرصة لفعل ما يغضب الله هو اسلوب غير شريف لقوله تعالى ( ( يُخَادِعُونَ اللَّهَ وَالَّذِينَ آمَنُوا وَمَا يَخْدَعُونَ إِلاَّ أَنفُسَهُم وَمَا يَشْعُرُونَ ) )",
62
+ "diff": [
63
+ "insert text[286:286] --> decoded_text[286:287] '' --> 'َ'",
64
+ "replace text[287:295] --> decoded_text[288:296] 'َهَ وَال' --> 'هَ وَالَ'",
65
+ "delete text[296:297] --> decoded_text[297:297] 'َ' --> ''",
66
+ "insert text[333:333] --> decoded_text[333:334] '' --> 'َ'",
67
+ "delete text[334:335] --> decoded_text[335:335] 'َ' --> ''"
68
+ ],
69
+ "n_oov_chars": 0,
70
+ "oov_ratio": 0.0,
71
+ "oov_charset": "[]"
72
+ },
73
+ {
74
+ "text": "إنَّ الحمد لله نحمده ونستعينه ونستغفره ونستهديه ونعوذ بالله من شرور أنفسنا",
75
+ "decoded_text": "إنَّ الحمد لله نحمده ونستعينه ونستغفره ونستهديه ونعوذ بالله من شرور أنفسنا",
76
+ "diff": [
77
+ "insert text[2:2] --> decoded_text[2:3] '' --> 'َ'",
78
+ "delete text[3:4] --> decoded_text[4:4] 'َ' --> ''"
79
+ ],
80
+ "n_oov_chars": 0,
81
+ "oov_ratio": 0.0,
82
+ "oov_charset": "[]"
83
+ },
84
+ {
85
+ "text": "يبقى أحدٌ منكم إلاّ لُدَّ ) (14).",
86
+ "decoded_text": "يبقى أحدٌ منكم إلاّ لُدَّ ) (14).",
87
+ "diff": [
88
+ "insert text[23:23] --> decoded_text[23:24] '' --> 'َ'",
89
+ "delete text[24:25] --> decoded_text[25:25] 'َ' --> ''"
90
+ ],
91
+ "n_oov_chars": 0,
92
+ "oov_ratio": 0.0,
93
+ "oov_charset": "[]"
94
+ },
95
+ {
96
+ "text": "- معناها : إنَّ الشيء المتيقّن ثبوته لا يرتفع إلا بدليل قاطع، ولا يحكم",
97
+ "decoded_text": "- معناها : إنَّ الشيء المتيقّن ثبوته لا يرتفع إلا بدليل قاطع، ولا يحكم",
98
+ "diff": [
99
+ "insert text[13:13] --> decoded_text[13:14] '' --> 'َ'",
100
+ "delete text[14:15] --> decoded_text[15:15] 'َ' --> ''"
101
+ ],
102
+ "n_oov_chars": 0,
103
+ "oov_ratio": 0.0,
104
+ "oov_charset": "[]"
105
+ },
106
+ {
107
+ "text": "(14) صحيح البخاري (5712) ؛ صحيح مسلم (2213) . واللَّدود: دواء يُصَبّ في أحد",
108
+ "decoded_text": "(14) صحيح البخاري (5712) ؛ صحيح مسلم (2213) . واللَّدود: دواء يُصَبّ في أحد",
109
+ "diff": [
110
+ "insert text[50:50] --> decoded_text[50:51] '' --> 'َ'",
111
+ "delete text[51:52] --> decoded_text[52:52] 'َ' --> ''"
112
+ ],
113
+ "n_oov_chars": 0,
114
+ "oov_ratio": 0.0,
115
+ "oov_charset": "[]"
116
+ }
117
+ ]
stats/compression_rate/Qwen.Qwen2-72B @ cc100.de.diff.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Erstmals erreichte eine Raumsonde die Ceres. Mit den beiden Kameras an Bord erkunden die Wissenschaftler aus dem Max-Planck-Institut für Sonnensystemforschung in Göttingen die dunkle Oberfläche des Zwergplaneten. Wassereis haben sie schon entdeckt. Aber ruht tief unter den Kratern auch noch ein Ozean?",
4
+ "decoded_text": "Erstmals erreichte eine Raumsonde die Ceres. Mit den beiden Kameras an Bord erkunden die Wissenschaftler aus dem Max-Planck-Institut für Sonnensystemforschung in Göttingen die dunkle Oberfläche des Zwergplaneten. Wassereis haben sie schon entdeckt. Aber ruht tief unter den Kratern auch noch ein Ozean?",
5
+ "diff": [
6
+ "replace text[134:136] --> decoded_text[134:135] 'ü' --> 'ü'"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "Der Vergleich mit der bemannten Mondlandung mag ein wenig übertrieben erscheinen, doch zweifellos gehört Rosetta zu den kühnsten Unternehmen der Raumfahrt: Zum ersten Mal in der Geschichte begleitet eine Sonde einen Kometen auf seiner Bahn um die Sonne und soll Mitte November den Lander Philae auf dessen Oberfläche absetzen. Bei der Auswertung der Bilder und Daten von 67P/Churyumov-Gerasimenko, so der Name des Schweifsterns, sitzen Wissenschaftler des Göttinger Max-Planck-Instituts für Sonnensystemforschung in der ersten Reihe.",
14
+ "decoded_text": "Der Vergleich mit der bemannten Mondlandung mag ein wenig übertrieben erscheinen, doch zweifellos gehört Rosetta zu den kühnsten Unternehmen der Raumfahrt: Zum ersten Mal in der Geschichte begleitet eine Sonde einen Kometen auf seiner Bahn um die Sonne und soll Mitte November den Lander Philae auf dessen Oberfläche absetzen. Bei der Auswertung der Bilder und Daten von 67P/Churyumov-Gerasimenko, so der Name des Schweifsterns, sitzen Wissenschaftler des Göttinger Max-Planck-Instituts für Sonnensystemforschung in der ersten Reihe.",
15
+ "diff": [
16
+ "replace text[488:490] --> decoded_text[488:489] 'ü' --> 'ü'"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "Die Sonne ist der wichtigste Energiespender der Erde und Motor des Klimas. Doch sie schickt mal mehr, mal weniger Licht zur Erde. Astronomen um Natalie Krivova erfassen am Max-Planck-Institut für Sonnensystemforschung in Göttingen diese Schwankungen der Sonnenstrahlung in Modellen, um herauszufinden, ob die Veränderungen zur Erderwärmung beitragen oder ob sie ihr entgegenwirken.",
24
+ "decoded_text": "Die Sonne ist der wichtigste Energiespender der Erde und Motor des Klimas. Doch sie schickt mal mehr, mal weniger Licht zur Erde. Astronomen um Natalie Krivova erfassen am Max-Planck-Institut für Sonnensystemforschung in Göttingen diese Schwankungen der Sonnenstrahlung in Modellen, um herauszufinden, ob die Veränderungen zur Erderwärmung beitragen oder ob sie ihr entgegenwirken.",
25
+ "diff": [
26
+ "replace text[193:195] --> decoded_text[193:194] 'ü' --> 'ü'"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "Zum Glückwunsch haben Sie in den nächsten Wochen eine doppelte Gelegenheit:",
34
+ "decoded_text": "Zum Glückwunsch haben Sie in den nächsten Wochen eine doppelte Gelegenheit:",
35
+ "diff": [
36
+ "replace text[6:8] --> decoded_text[6:7] 'ü' --> 'ü'",
37
+ "replace text[35:37] --> decoded_text[34:35] 'ä' --> 'ä'"
38
+ ],
39
+ "n_oov_chars": 0,
40
+ "oov_ratio": 0.0,
41
+ "oov_charset": "[]"
42
+ },
43
+ {
44
+ "text": "Zum einen haben wir im März einen neuen Kir­chenvorstand gewählt: Jüngere und Ältere, Erfahrene und Neue mischen sich zu einer Gruppe, die die Verantwortung für die Ge­meinde übernimmt. Ich bitte Sie und Euch alle, allen Kandidat*nnen zu danken, sie auf der Straße anzusprechen und zu beglück­wünschen: Denn es ist nicht selbstverständ­lich, für ein Amt von sechs Jahren Dauer zu kandidieren.",
45
+ "decoded_text": "Zum einen haben wir im März einen neuen Kir­chenvorstand gewählt: Jüngere und Ältere, Erfahrene und Neue mischen sich zu einer Gruppe, die die Verantwortung für die Ge­meinde übernimmt. Ich bitte Sie und Euch alle, allen Kandidat*nnen zu danken, sie auf der Straße anzusprechen und zu beglück­wünschen: Denn es ist nicht selbstverständ­lich, für ein Amt von sechs Jahren Dauer zu kandidieren.",
46
+ "diff": [
47
+ "replace text[24:26] --> decoded_text[24:25] 'ä' --> 'ä'",
48
+ "replace text[61:63] --> decoded_text[60:61] 'ä' --> 'ä'",
49
+ "replace text[69:71] --> decoded_text[67:68] 'ü' --> 'ü'",
50
+ "replace text[81:83] --> decoded_text[78:79] 'Ä' --> 'Ä'",
51
+ "replace text[162:164] --> decoded_text[158:159] 'ü' --> 'ü'",
52
+ "replace text[180:182] --> decoded_text[175:176] 'ü' --> 'ü'",
53
+ "replace text[295:297] --> decoded_text[289:290] 'ü' --> 'ü'",
54
+ "replace text[301:303] --> decoded_text[294:295] 'ü' --> 'ü'",
55
+ "replace text[340:342] --> decoded_text[332:333] 'ä' --> 'ä'",
56
+ "replace text[352:354] --> decoded_text[343:344] 'ü' --> 'ü'"
57
+ ],
58
+ "n_oov_chars": 0,
59
+ "oov_ratio": 0.0,
60
+ "oov_charset": "[]"
61
+ },
62
+ {
63
+ "text": "Darüber freuen wir uns. Und wenn Sie je­ manden von denen kennen, freuen die sich, wenn Sie sie ansprechen und darin bestär­ken.",
64
+ "decoded_text": "Darüber freuen wir uns. Und wenn Sie je­ manden von denen kennen, freuen die sich, wenn Sie sie ansprechen und darin bestär­ken.",
65
+ "diff": [
66
+ "replace text[3:5] --> decoded_text[3:4] 'ü' --> 'ü'",
67
+ "replace text[122:124] --> decoded_text[121:122] 'ä' --> 'ä'"
68
+ ],
69
+ "n_oov_chars": 0,
70
+ "oov_ratio": 0.0,
71
+ "oov_charset": "[]"
72
+ },
73
+ {
74
+ "text": "Unsere Kirchengemeinde lebt davon, dass manche eine Aufgabe haben oder eine be­sondere Zeit erleben – wie den Konfirman­denunterricht. Die anderen aber daran teil­haben und sie unterstützen und ihnen Glück wünschen. Und Sie werden merken, dass es Sie selbst beglücken kann, anderen Glück zu wünschen!",
75
+ "decoded_text": "Unsere Kirchengemeinde lebt davon, dass manche eine Aufgabe haben oder eine be­sondere Zeit erleben – wie den Konfirman­denunterricht. Die anderen aber daran teil­haben und sie unterstützen und ihnen Glück wünschen. Und Sie werden merken, dass es Sie selbst beglücken kann, anderen Glück zu wünschen!",
76
+ "diff": [
77
+ "replace text[184:186] --> decoded_text[184:185] 'ü' --> 'ü'",
78
+ "replace text[203:205] --> decoded_text[202:203] 'ü' --> 'ü'",
79
+ "replace text[209:211] --> decoded_text[207:208] 'ü' --> 'ü'",
80
+ "replace text[265:267] --> decoded_text[262:263] 'ü' --> 'ü'",
81
+ "replace text[288:290] --> decoded_text[284:285] 'ü' --> 'ü'",
82
+ "replace text[297:299] --> decoded_text[292:293] 'ü' --> 'ü'"
83
+ ],
84
+ "n_oov_chars": 0,
85
+ "oov_ratio": 0.0,
86
+ "oov_charset": "[]"
87
+ },
88
+ {
89
+ "text": "‹ Herzlichen Dank für all Ihre Spenden!",
90
+ "decoded_text": "‹ Herzlichen Dank für all Ihre Spenden!",
91
+ "diff": [
92
+ "replace text[19:21] --> decoded_text[19:20] 'ü' --> 'ü'"
93
+ ],
94
+ "n_oov_chars": 0,
95
+ "oov_ratio": 0.0,
96
+ "oov_charset": "[]"
97
+ },
98
+ {
99
+ "text": "Bitte beachte: Du kannst die an uns erteile Einwilligung auch jederzeit widerrufen. Nutze dazu einfach unsere Kontaktmöglichkeiten. Durch den Widerruf wird die Rechtmäßigkeit der bis dahin erfolgten Verarbeitung nicht berührt.",
100
+ "decoded_text": "Bitte beachte: Du kannst die an uns erteile Einwilligung auch jederzeit widerrufen. Nutze dazu einfach unsere Kontaktmöglichkeiten. Durch den Widerruf wird die Rechtmäßigkeit der bis dahin erfolgten Verarbeitung nicht berührt.",
101
+ "diff": [
102
+ "replace text[166:168] --> decoded_text[166:167] 'ä' --> 'ä'",
103
+ "replace text[222:224] --> decoded_text[221:222] 'ü' --> 'ü'"
104
+ ],
105
+ "n_oov_chars": 0,
106
+ "oov_ratio": 0.0,
107
+ "oov_charset": "[]"
108
+ }
109
+ ]
stats/compression_rate/Qwen.Qwen2-72B @ cc100.fa.diff.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "رئيس حوزه علميه اصفهان گفت: دليل نزول اکثر مصائب رفتار خودِ انسان هاست؛ فقر، بيماري هاي لاعلاج و ناامني هاي اجتماعي، همه و همه نتيجه گناهاني است که اکثر افراد جامعه مرتکب مي شوند. به گزارش رسا، حضرت آيت الله حسين مظاهري در جلسه تفسير قرآن صبح ديروز که در مسجد اميرالمؤمنين(ع) خيابان جي برگزار شد، گفت: هميشه خير و صلاح افراد در بهره برداري بيشتر از دنيا نيست. وي در ادامه تفسير آيه صد و پنجاه و پنجم سوره بقره که مي فرمايد«وَلَنَبْلُوَنَّکُمْ بِشَيْءٍ مِنَ الْخَوْفِ وَالْجُوعِ وَنَقْصٍ مِنَ الأمْوَالِ وَالأنْفُسِ وَالثَّمَرَاتِ وَبَشِّرِ الصَّابِرِينَ» افزود: بلاها و مصائب با اين دنيا عجين شده است و اين بلاها در همه زمينه هاي فردي و اجتماعي جريان دارد و رفتار مردم در برابر اين بلاها و مصائب به دو بخش تقسيم مي شود، عده اي در برابر مصائب جزع و فزع مي کنند و گاهي منکر همه اعتقادات و باورهايشان مي شوند و عده اي در برابر همين بلاها صبر پيشه مي کنند و همه مصائب را از سوي خداوند مي بينند و به فعل خداوند راضي هستند. حضرت آيت الله مظاهري برخي از مصائب را از الطاف خفيه الهي دانست و خاطرنشان کرد: خداوند بر افرادي که در برابر مصائب صبر پيشه",
4
+ "decoded_text": "رئيس حوزه علميه اصفهان گفت: دليل نزول اکثر مصائب رفتار خودِ انسان هاست؛ فقر، بيماري هاي لاعلاج و ناامني هاي اجتماعي، همه و همه نتيجه گناهاني است که اکثر افراد جامعه مرتکب مي شوند. به گزارش رسا، حضرت آيت الله حسين مظاهري در جلسه تفسير قرآن صبح ديروز که در مسجد اميرالمؤمنين(ع) خيابان جي برگزار شد، گفت: هميشه خير و صلاح افراد در بهره برداري بيشتر از دنيا نيست. وي در ادامه تفسير آيه صد و پنجاه و پنجم سوره بقره که مي فرمايد«وَلَنَبْلُوَنَّکُمْ بِشَيْءٍ مِنَ الْخَوْفِ وَالْجُوعِ وَنَقْصٍ مِنَ الأمْوَالِ وَالأنْفُسِ وَالثَّمَرَاتِ وَبَشِّرِ الصَّابِرِينَ» افزود: بلاها و مصائب با اين دنيا عجين شده است و اين بلاها در همه زمينه هاي فردي و اجتماعي جريان دارد و رفتار مردم در برابر اين بلاها و مصائب به دو بخش تقسيم مي شود، عده اي در برابر مصائب جزع و فزع مي کنند و گاهي منکر همه اعتقادات و باورهايشان مي شوند و عده اي در برابر همين بلاها صبر پيشه مي کنند و همه مصائب را از سوي خداوند مي بينند و به فعل خداوند راضي هستند. حضرت آيت الله مظاهري برخي از مصائب را از الطاف خفيه الهي دانست و خاطرنشان کرد: خداوند بر افرادي که در برابر مصائب صبر پيشه",
5
+ "diff": [
6
+ "insert text[436:436] --> decoded_text[436:437] '' --> 'َ'",
7
+ "delete text[437:438] --> decoded_text[438:438] 'َ' --> ''",
8
+ "insert text[520:520] --> decoded_text[520:521] '' --> 'َ'",
9
+ "delete text[521:522] --> decoded_text[522:522] 'َ' --> ''",
10
+ "insert text[543:543] --> decoded_text[543:544] '' --> 'َ'",
11
+ "delete text[544:545] --> decoded_text[545:545] 'َ' --> ''"
12
+ ],
13
+ "n_oov_chars": 0,
14
+ "oov_ratio": 0.0,
15
+ "oov_charset": "[]"
16
+ },
17
+ {
18
+ "text": "«رِجَالٌ لا تُلْهِیهِمْ تجَارَةٌ وَ لا بَیْعٌ عَن ذِکْرِ اللهِ وَ إِقَامِ الصَّلَوةِ وَ إِیتَاءِ الزَّکَوةِ ـ مردانی که نه تجارت و نه معامله‏ای آنان را از یاد خدا و برپاداشتن نماز و ادای زکات غافل نمی‏کند.»[1]",
19
+ "decoded_text": "«رِجَالٌ لا تُلْهِیهِمْ تجَارَةٌ وَ لا بَیْعٌ عَن ذِکْرِ اللهِ وَ إِقَامِ الصَّلَوةِ وَ إِیتَاءِ الزَّکَوةِ ـ مردانی که نه تجارت و نه معامله‏ای آنان را از یاد خدا و برپاداشتن نماز و ادای زکات غافل نمی‏کند.»[1]",
20
+ "diff": [
21
+ "insert text[77:77] --> decoded_text[77:78] '' --> 'َ'",
22
+ "delete text[78:79] --> decoded_text[79:79] 'َ' --> ''",
23
+ "insert text[100:100] --> decoded_text[100:101] '' --> 'َ'",
24
+ "delete text[101:102] --> decoded_text[102:102] 'َ' --> ''"
25
+ ],
26
+ "n_oov_chars": 0,
27
+ "oov_ratio": 0.0,
28
+ "oov_charset": "[]"
29
+ },
30
+ {
31
+ "text": "«وَ إِمَّا یَنْزَغَنَّکَ مِنَ الشَّیْطانِ نَزْغٌ فَاسْتَعِذْ بِاللهِ إِنَّهُ سَمِیعٌ عَلِیمٌ ـ و هر گاه وسوسه‌ای از شیطان به تو رسد، به خدا پناه ببر که او شنوای داناست.»[19]",
32
+ "decoded_text": "«وَ إِمَّا یَنْزَغَنَّکَ مِنَ الشَّیْطانِ نَزْغٌ فَاسْتَعِذْ بِاللهِ إِنَّهُ سَمِیعٌ عَلِیمٌ ـ و هر گاه وسوسه‌ای از شیطان به تو رسد، به خدا پناه ببر که او شنوای داناست.»[19]",
33
+ "diff": [
34
+ "insert text[7:7] --> decoded_text[7:8] '' --> 'َ'",
35
+ "delete text[8:9] --> decoded_text[9:9] 'َ' --> ''",
36
+ "insert text[20:20] --> decoded_text[20:21] '' --> 'َ'",
37
+ "delete text[21:22] --> decoded_text[22:22] 'َ' --> ''",
38
+ "insert text[33:33] --> decoded_text[33:34] '' --> 'َ'",
39
+ "delete text[34:35] --> decoded_text[35:35] 'َ' --> ''",
40
+ "insert text[72:72] --> decoded_text[72:73] '' --> 'َ'",
41
+ "delete text[73:74] --> decoded_text[74:74] 'َ' --> ''"
42
+ ],
43
+ "n_oov_chars": 0,
44
+ "oov_ratio": 0.0,
45
+ "oov_charset": "[]"
46
+ },
47
+ {
48
+ "text": "«وَ قُلْ رَبِّ أَعُوذُ بِکَ مِنْ هَمَزاتِ الشَّیَاطِینِ* وَ أَعُوذُ بِکَ رَبِّ أَنْ یَحْضُرُونِ ـ بگو ای پروردگار من؛ پناه می‌برم به تو از وسوسه‌های شیاطین* و پناه می‌برم به تو ای پروردگار من؛ از این‌که حاضر شوند.»([20]",
49
+ "decoded_text": "«وَ قُلْ رَبِّ أَعُوذُ بِکَ مِنْ هَمَزاتِ الشَّیَاطِینِ* وَ أَعُوذُ بِکَ رَبِّ أَنْ یَحْضُرُونِ ـ بگو ای پروردگار من؛ پناه می‌برم به تو از وسوسه‌های شیاطین* و پناه می‌برم به تو ای پروردگار من؛ از این‌که حاضر شوند.»([20]",
50
+ "diff": [
51
+ "insert text[12:12] --> decoded_text[12:13] '' --> 'ِ'",
52
+ "delete text[13:14] --> decoded_text[14:14] 'ِ' --> ''",
53
+ "insert text[45:45] --> decoded_text[45:46] '' --> 'َ'",
54
+ "delete text[46:47] --> decoded_text[47:47] 'َ' --> ''",
55
+ "insert text[76:76] --> decoded_text[76:77] '' --> 'ِ'",
56
+ "delete text[77:78] --> decoded_text[78:78] 'ِ' --> ''"
57
+ ],
58
+ "n_oov_chars": 0,
59
+ "oov_ratio": 0.0,
60
+ "oov_charset": "[]"
61
+ },
62
+ {
63
+ "text": "امیرالمؤمنین علیه‌السلام فرموده‏ا‏ند: «هنگامی که شیطان یکی از شما را وسوسه نمود، باید به خدا پناه ببرد و بگوید: آمَنْتُ بِاللهِ وَ بِرَسُولِهِ مُخْلِصاً لَهُ الدِّینَ»[23]",
64
+ "decoded_text": "امیرالمؤمنین علیه‌السلام فرموده‏ا‏ند: «هنگامی که شیطان یکی از شما را وسوسه نمود، باید به خدا پناه ببرد و بگوید: آمَنْتُ بِاللهِ وَ بِرَسُولِهِ مُخْلِصاً لَهُ الدِّینَ»[23]",
65
+ "diff": [
66
+ "insert text[161:161] --> decoded_text[161:162] '' --> 'ِ'",
67
+ "delete text[162:163] --> decoded_text[163:163] 'ِ' --> ''"
68
+ ],
69
+ "n_oov_chars": 0,
70
+ "oov_ratio": 0.0,
71
+ "oov_charset": "[]"
72
+ },
73
+ {
74
+ "text": "حضرت صادق علیه‌السلام فرمود: مردی خدمت رسول خدا آمد و گفت: یا رسول الله؛ از وسوسه‌ای که در نماز به من القا می‌شود شکایت دارم. حتی این‌که نمی‏دانم چه‌قدر نماز کردم از زیاده یا کم. حضرت فرمودند: «وقتی داخل نماز شدی، انگشت سبّابه‌ی دست راستت را به ران پای چپت بزن و سپس بگو: بِسْمِ اللهِ وَ بِاللهِ تَوَکَّلْتُ عَلَی اللهِ أَعُوذُ بِاللهِ السَّمِیعِ الْعَلِیمِ مِنَ الشَّیْطَانِ الرَّجِیمِ ـ پس همانا او را دور و از خود منع و طرد کنی.»[24]",
75
+ "decoded_text": "حضرت صادق علیه‌السلام فرمود: مردی خدمت رسول خدا آمد و گفت: یا رسول الله؛ از وسوسه‌ای که در نماز به من القا می‌شود شکایت دارم. حتی این‌که نمی‏دانم چه‌قدر نماز کردم از زیاده یا کم. حضرت فرمودند: «وقتی داخل نماز شدی، انگشت سبّابه‌ی دست راستت را به ران پای چپت بزن و سپس بگو: بِسْمِ اللهِ وَ بِاللهِ تَوَکَّلْتُ عَلَی اللهِ أَعُوذُ بِاللهِ السَّمِیعِ الْعَلِیمِ مِنَ الشَّیْطَانِ الرَّجِیمِ ـ پس همانا او را دور و از خود منع و طرد کنی.»[24]",
76
+ "diff": [
77
+ "insert text[301:301] --> decoded_text[301:302] '' --> 'َ'",
78
+ "delete text[302:303] --> decoded_text[303:303] 'َ' --> ''",
79
+ "insert text[339:339] --> decoded_text[339:340] '' --> 'َ'",
80
+ "delete text[340:341] --> decoded_text[341:341] 'َ' --> ''",
81
+ "insert text[366:366] --> decoded_text[366:367] '' --> 'َ'",
82
+ "delete text[367:368] --> decoded_text[368:368] 'َ' --> ''",
83
+ "insert text[379:379] --> decoded_text[379:380] '' --> 'َ'",
84
+ "delete text[380:381] --> decoded_text[381:381] 'َ' --> ''"
85
+ ],
86
+ "n_oov_chars": 0,
87
+ "oov_ratio": 0.0,
88
+ "oov_charset": "[]"
89
+ },
90
+ {
91
+ "text": "آموزگاران بهترین مردم اند . هرگاه یاد [خدا] کهنه مى شود، تجدیدش مى کنند . به آنان عطا کنید ولى آنها را به مزدورى نگیرید که بر آنان سخت مى آید. کد خبر: ۷۴۸۰۲. تاریخ: ۱۸ اردیبهشت ۱۳۹۴ - ۰۹:۲۱. رسول خدا صلى الله علیه و آله :. المُعَلِّمونَ خَیرُ النّاسِ کُلَّما أخلَقَ الذِّکرُ جَدَّدوهُ، أعطوهُم ولا تَستَأجِروهُم فَتُحرِجوهُم؛. آموزگاران بهترین مردم اند . هرگاه یاد [خدا] کهنه مى شود، تجدیدش. مى کنند . به آنان عطا کنید ولى آنها را به مزدورى نگیرید که بر آنان سخت. مى آید. الفردوس : ۴ / ۱۹۳ / ۶۵۹۷ . علم و حکمت ج 2، ص 626. امام هادی علیه السلام:.",
92
+ "decoded_text": "آموزگاران بهترین مردم اند . هرگاه یاد [خدا] کهنه مى شود، تجدیدش مى کنند . به آنان عطا کنید ولى آنها را به مزدورى نگیرید که بر آنان سخت مى آید. کد خبر: ۷۴۸۰۲. تاریخ: ۱۸ اردیبهشت ۱۳۹۴ - ۰۹:۲۱. رسول خدا صلى الله علیه و آله :. المُعَلِّمونَ خَیرُ النّاسِ کُلَّما أخلَقَ الذِّکرُ جَدَّدوهُ، أعطوهُم ولا تَستَأجِروهُم فَتُحرِجوهُم؛. آموزگاران بهترین مردم اند . هرگاه یاد [خدا] کهنه مى شود، تجدیدش. مى کنند . به آنان عطا کنید ولى آنها را به مزدورى نگیرید که بر آنان سخت. مى آید. الفردوس : ۴ / ۱۹۳ / ۶۵۹۷ . علم و حکمت ج 2، ص 626. امام هادی علیه السلام:.",
93
+ "diff": [
94
+ "insert text[230:230] --> decoded_text[230:231] '' --> 'ِ'",
95
+ "insert text[231:231] --> decoded_text[232:249] '' --> 'مونَ خَیرُ النّاس'",
96
+ "replace text[232:246] --> decoded_text[250:255] 'مونَ خَیرُ الن' --> ' کُلَ'",
97
+ "replace text[247:249] --> decoded_text[256:269] 'اس' --> 'ما أخلَقَ الذ'",
98
+ "delete text[250:254] --> decoded_text[270:270] ' کُل' --> ''",
99
+ "replace text[255:269] --> decoded_text[271:279] 'َما أخلَقَ الذ' --> 'کرُ جَدَ'",
100
+ "delete text[270:280] --> decoded_text[280:280] 'ِکرُ جَدَّ' --> ''"
101
+ ],
102
+ "n_oov_chars": 0,
103
+ "oov_ratio": 0.0,
104
+ "oov_charset": "[]"
105
+ },
106
+ {
107
+ "text": "آن گاه که در روز قیامت برانگیخته شوم، گناهکاران امّت پیامبر اسلام را شفاعت خواهم کرد. کد خبر: ۷۲۳۰۷. تاریخ: ۲۱ فروردین ۱۳۹۴ - ۰۶:۰۰. حضرت فاطمه ‏علیها السلام :. إذا حُشِرتُ یَومَ القِیامَةِ أشفَعُ عُصاةَ اُمَّةِ النَّبِیِّ صلی الله علیه و آله؛. آن گاه که در روز قیامت برانگیخته شوم، گناهکاران امّت پیامبر اسلام را شفاعت خواهم کرد. إحقاق الحقّ، ج 19، ص 129 ؛ آینه یادها ص 172. امام على علیه السلام:. ضادُّوا التَّوانِیَ بِالعَزمِ؛. از راه تصمیم راسخ گرفتن، با سستى نبرد کنید. عیون الحکم والمواعظ: ص ۳۱۰ ح ۵۴۵۴ / میزان الحکمه: ج10 ص134.",
108
+ "decoded_text": "آن گاه که در روز قیامت برانگیخته شوم، گن��هکاران امّت پیامبر اسلام را شفاعت خواهم کرد. کد خبر: ۷۲۳۰۷. تاریخ: ۲۱ فروردین ۱۳۹۴ - ۰۶:۰۰. حضرت فاطمه ‏علیها السلام :. إذا حُشِرتُ یَومَ القِیامَةِ أشفَعُ عُصاةَ اُمَّةِ النَّبِیِّ صلی الله علیه و آله؛. آن گاه که در روز قیامت برانگیخته شوم، گناهکاران امّت پیامبر اسلام را شفاعت خواهم کرد. إحقاق الحقّ، ج 19، ص 129 ؛ آینه یادها ص 172. امام على علیه السلام:. ضادُّوا التَّوانِیَ بِالعَزمِ؛. از راه تصمیم راسخ گرفتن، با سستى نبرد کنید. عیون الحکم والمواعظ: ص ۳۱۰ ح ۵۴۵۴ / میزان الحکمه: ج10 ص134.",
109
+ "diff": [
110
+ "replace text[207:209] --> decoded_text[207:209] 'َّ' --> 'َّ'",
111
+ "replace text[215:222] --> decoded_text[215:222] 'َّبِیِّ' --> 'َّبِیِّ'",
112
+ "delete text[402:403] --> decoded_text[402:402] 'ّ' --> ''",
113
+ "replace text[404:412] --> decoded_text[403:412] 'وا التَّ' --> 'ّوا التَّ'"
114
+ ],
115
+ "n_oov_chars": 0,
116
+ "oov_ratio": 0.0,
117
+ "oov_charset": "[]"
118
+ },
119
+ {
120
+ "text": "آن گاه که وقت خروج قائم مى‏‌شود، منادى‏‌اى از آسمان ندا مى‌‏دهد: «اى مردم ! مدّت حکومت جبّاران بر شما، به پایان رسید و بهترین فرد امّت محمّد، حکومت را به دست گرفته است، پس به مکّه بروید». کد خبر: ۷۱۵۹۷. تاریخ: ۱۲ فروردین ۱۳۹۴ - ۰۶:۰۰. پیامبر صلى‏ الله ‏علیه ‏و‏آله:. إذا. کانَ عِندَ خُروجِ القائِمِ یُنادی مُنادٍ مِنَ السَّماءِ: أیُّهَا. النّاسُ! قَطَعَ عَنکُم مُدَّةُ الجَبّارینَ ووَلِیَ الأَمرَ خَیرُ اُمَّةِ. مُحَمَّدٍ فَالحَقوا بِمَکَّةَ؛. آن گاه که وقت خروج قائم مى‏‌شود، منادى‏‌اى از آسمان ندا مى‌‏دهد:. «اى مردم ! مدّت حکومت جبّاران بر شما، به",
121
+ "decoded_text": "آن گاه که وقت خروج قائم مى‏‌شود، منادى‏‌اى از آسمان ندا مى‌‏دهد: «اى مردم ! مدّت حکومت جبّاران بر شما، به پایان رسید و بهترین فرد امّت محمّد، حکومت را به دست گرفته است، پس به مکّه بروید». کد خبر: ۷۱۵۹۷. تاریخ: ۱۲ فروردین ۱۳۹۴ - ۰۶:۰۰. پیامبر صلى‏ الله ‏علیه ‏و‏آله:. إذا. کانَ عِندَ خُروجِ القائِمِ یُنادی مُنادٍ مِنَ السَّماءِ: أیُّهَا. النّاسُ! قَطَعَ عَنکُم مُدَّةُ الجَبّارینَ ووَلِیَ الأَمرَ خَیرُ اُمَّةِ. مُحَمَّدٍ فَالحَقوا بِمَکَّةَ؛. آن گاه که وقت خروج قائم مى‏‌شود، منادى‏‌اى از آسمان ندا مى‌‏دهد:. «اى مردم ! مدّت حکومت جبّاران بر شما، به",
122
+ "diff": [
123
+ "replace text[321:323] --> decoded_text[321:323] 'َّ' --> 'َّ'",
124
+ "replace text[331:333] --> decoded_text[331:333] 'ُّ' --> 'ُّ'",
125
+ "replace text[364:366] --> decoded_text[364:366] 'َّ' --> 'َّ'",
126
+ "replace text[406:408] --> decoded_text[406:408] 'َّ' --> 'َّ'",
127
+ "replace text[417:419] --> decoded_text[417:419] 'َّ' --> 'َّ'",
128
+ "replace text[437:439] --> decoded_text[437:439] 'َّ' --> 'َّ'"
129
+ ],
130
+ "n_oov_chars": 0,
131
+ "oov_ratio": 0.0,
132
+ "oov_charset": "[]"
133
+ },
134
+ {
135
+ "text": "آن که سازش و مدارا را ترک کند، ناگوارى به او روى آورَد. کد خبر: ۷۳۵۳۸. تاریخ: ۰۲ اردیبهشت ۱۳۹۴ - ۰۶:۰۰. امام جواد(سلام الله علیه):. مَن هَجَرَ الْمُداراةَ قَاربَهُ المَکرُوهُ؛. آن که سازش و مدارا را ترک کند، ناگوارى به او روى آورَد. بحارالأنوار، ج 68، ص 341. پیامبر خدا(صلی الله علیه و آله):. لا تَخَفْ فِی اللَّهِ لَومَةَ لائمٍ؛. در راه خدا از ملامت و نکوهش ملامتگران نترس. معانى الأخبار، ص 335.",
136
+ "decoded_text": "آن که سازش و مدارا را ترک کند، ناگوارى به او روى آورَد. کد خبر: ۷۳۵۳۸. تاریخ: ۰۲ اردیبهشت ۱۳۹۴ - ۰۶:۰۰. امام جواد(سلام الله علیه):. مَن هَجَرَ الْمُداراةَ قَاربَهُ المَکرُوهُ؛. آن که سازش و مدارا را ترک کند، ناگوارى به او روى آورَد. بحارالأنوار، ج 68، ص 341. پیامبر خدا(صلی الله علیه و آله):. لا تَخَفْ فِی اللَّهِ لَومَةَ لائمٍ؛. در راه خدا از ملامت و نکوهش ملامتگران نترس. معانى الأخبار، ص 335.",
137
+ "diff": [
138
+ "insert text[310:310] --> decoded_text[310:311] '' --> 'َ'",
139
+ "delete text[311:312] --> decoded_text[312:312] 'َ' --> ''"
140
+ ],
141
+ "n_oov_chars": 0,
142
+ "oov_ratio": 0.0,
143
+ "oov_charset": "[]"
144
+ }
145
+ ]
stats/compression_rate/Qwen.Qwen2-72B @ cc100.fr.diff.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Une Agence conseil en Communication et Coopération Décentralisée.",
4
+ "decoded_text": "Une Agence conseil en Communication et Coopération Décentralisée.",
5
+ "diff": [
6
+ "replace text[43:45] --> decoded_text[43:44] 'é' --> 'é'",
7
+ "replace text[53:55] --> decoded_text[52:53] 'é' --> 'é'",
8
+ "replace text[64:66] --> decoded_text[62:63] 'é' --> 'é'"
9
+ ],
10
+ "n_oov_chars": 0,
11
+ "oov_ratio": 0.0,
12
+ "oov_charset": "[]"
13
+ },
14
+ {
15
+ "text": "Une équipe de consultants expérimentés pour accompagner, conseiller tout type de coopération économique, sociale, culturelle et durable, en lien avec l’Afrique.",
16
+ "decoded_text": "Une équipe de consultants expérimentés pour accompagner, conseiller tout type de coopération économique, sociale, culturelle et durable, en lien avec l’Afrique.",
17
+ "diff": [
18
+ "replace text[4:6] --> decoded_text[4:5] 'é' --> 'é'",
19
+ "replace text[30:32] --> decoded_text[29:30] 'é' --> 'é'",
20
+ "replace text[38:40] --> decoded_text[36:37] 'é' --> 'é'",
21
+ "replace text[88:90] --> decoded_text[85:86] 'é' --> 'é'",
22
+ "replace text[97:99] --> decoded_text[93:94] 'é' --> 'é'"
23
+ ],
24
+ "n_oov_chars": 0,
25
+ "oov_ratio": 0.0,
26
+ "oov_charset": "[]"
27
+ },
28
+ {
29
+ "text": "Des compétences confirmées dans les domaines des médias et de la communication publique.",
30
+ "decoded_text": "Des compétences confirmées dans les domaines des médias et de la communication publique.",
31
+ "diff": [
32
+ "replace text[8:10] --> decoded_text[8:9] 'é' --> 'é'",
33
+ "replace text[24:26] --> decoded_text[23:24] 'é' --> 'é'",
34
+ "replace text[52:54] --> decoded_text[50:51] 'é' --> 'é'"
35
+ ],
36
+ "n_oov_chars": 0,
37
+ "oov_ratio": 0.0,
38
+ "oov_charset": "[]"
39
+ },
40
+ {
41
+ "text": "Une bonne connaissance du réseau des décideurs publics et privés, en France et ailleurs dans le monde, principalement pour l’Afrique.",
42
+ "decoded_text": "Une bonne connaissance du réseau des décideurs publics et privés, en France et ailleurs dans le monde, principalement pour l’Afrique.",
43
+ "diff": [
44
+ "replace text[27:29] --> decoded_text[27:28] 'é' --> 'é'",
45
+ "replace text[39:41] --> decoded_text[38:39] 'é' --> 'é'",
46
+ "replace text[64:66] --> decoded_text[62:63] 'é' --> 'é'"
47
+ ],
48
+ "n_oov_chars": 0,
49
+ "oov_ratio": 0.0,
50
+ "oov_charset": "[]"
51
+ },
52
+ {
53
+ "text": "La tribune internationale pour parler des atouts de la Côte d’Ivoire et lui offrir les meilleures conditions des approches nouvelles des politiques de coopération française et européenne.",
54
+ "decoded_text": "La tribune internationale pour parler des atouts de la Côte d’Ivoire et lui offrir les meilleures conditions des approches nouvelles des politiques de coopération française et européenne.",
55
+ "diff": [
56
+ "replace text[56:58] --> decoded_text[56:57] 'ô' --> 'ô'",
57
+ "replace text[156:158] --> decoded_text[155:156] 'é' --> 'é'",
58
+ "replace text[169:171] --> decoded_text[167:168] 'ç' --> 'ç'",
59
+ "replace text[184:186] --> decoded_text[181:182] 'é' --> 'é'"
60
+ ],
61
+ "n_oov_chars": 0,
62
+ "oov_ratio": 0.0,
63
+ "oov_charset": "[]"
64
+ },
65
+ {
66
+ "text": "La rencontre entre les pouvoirs publics et décideurs français, les autorités ivoiriennes, les hommes d'affaires, entrepreneurs et investisseurs, venant de tous horizons.",
67
+ "decoded_text": "La rencontre entre les pouvoirs publics et décideurs français, les autorités ivoiriennes, les hommes d'affaires, entrepreneurs et investisseurs, venant de tous horizons.",
68
+ "diff": [
69
+ "replace text[44:46] --> decoded_text[44:45] 'é' --> 'é'",
70
+ "replace text[58:60] --> decoded_text[57:58] 'ç' --> 'ç'",
71
+ "replace text[76:78] --> decoded_text[74:75] 'é' --> 'é'"
72
+ ],
73
+ "n_oov_chars": 0,
74
+ "oov_ratio": 0.0,
75
+ "oov_charset": "[]"
76
+ },
77
+ {
78
+ "text": "Parler des opportunités de la relation privilégiée de la coopération française et européenne avec la Côte d’Ivoire.",
79
+ "decoded_text": "Parler des opportunités de la relation privilégiée de la coopération française et européenne avec la Côte d’Ivoire.",
80
+ "diff": [
81
+ "replace text[21:23] --> decoded_text[21:22] 'é' --> 'é'",
82
+ "replace text[46:48] --> decoded_text[45:46] 'é' --> 'é'",
83
+ "replace text[50:52] --> decoded_text[48:49] 'é' --> 'é'",
84
+ "replace text[64:66] --> decoded_text[61:62] 'é' --> 'é'",
85
+ "replace text[77:79] --> decoded_text[73:74] 'ç' --> 'ç'",
86
+ "replace text[92:94] --> decoded_text[87:88] 'é' --> 'é'",
87
+ "replace text[108:110] --> decoded_text[102:103] 'ô' --> 'ô'"
88
+ ],
89
+ "n_oov_chars": 0,
90
+ "oov_ratio": 0.0,
91
+ "oov_charset": "[]"
92
+ },
93
+ {
94
+ "text": "Faciliter les discussions entre les acteurs de la coopération décentralisée.",
95
+ "decoded_text": "Faciliter les discussions entre les acteurs de la coopération décentralisée.",
96
+ "diff": [
97
+ "replace text[54:56] --> decoded_text[54:55] 'é' --> 'é'",
98
+ "replace text[64:66] --> decoded_text[63:64] 'é' --> 'é'",
99
+ "replace text[75:77] --> decoded_text[73:74] 'é' --> 'é'"
100
+ ],
101
+ "n_oov_chars": 0,
102
+ "oov_ratio": 0.0,
103
+ "oov_charset": "[]"
104
+ }
105
+ ]
stats/compression_rate/Qwen.Qwen2-72B @ cc100.ja.diff.json ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "点を取れる部分をメインに勉強を行いました。とても勉強になったので、チャレンジして良かったです。仕事で活かせるように今後も勉強を続けて行きたいです。",
4
+ "decoded_text": "点を取れる部分をメインに勉強を行いました。とても勉強になったので、チャレンジして良かったです。仕事で活かせるように今後も勉強を続けて行きたいです。",
5
+ "diff": [
6
+ "replace text[31:33] --> decoded_text[31:32] 'で' --> 'で'",
7
+ "replace text[38:40] --> decoded_text[37:38] 'ジ' --> 'ジ'",
8
+ "replace text[46:48] --> decoded_text[44:45] 'で' --> 'で'",
9
+ "replace text[52:54] --> decoded_text[49:50] 'で' --> 'で'",
10
+ "replace text[74:76] --> decoded_text[70:71] 'で' --> 'で'"
11
+ ],
12
+ "n_oov_chars": 0,
13
+ "oov_ratio": 0.0,
14
+ "oov_charset": "[]"
15
+ },
16
+ {
17
+ "text": "ドローンは今後、土木・農業など様々な分野での利用が見込まれるので、ぜひチャレンジしてみてください。",
18
+ "decoded_text": "ドローンは今後、土木・農業など様々な分野での利用が見込まれるので、ぜひチャレンジしてみてください。",
19
+ "diff": [
20
+ "replace text[0:2] --> decoded_text[0:1] 'ド' --> 'ド'",
21
+ "replace text[15:17] --> decoded_text[14:15] 'ど' --> 'ど'",
22
+ "replace text[22:24] --> decoded_text[20:21] 'で' --> 'で'",
23
+ "replace text[27:29] --> decoded_text[24:25] 'が' --> 'が'",
24
+ "replace text[35:37] --> decoded_text[31:32] 'で' --> 'で'",
25
+ "replace text[38:40] --> decoded_text[33:34] 'ぜ' --> 'ぜ'",
26
+ "replace text[45:47] --> decoded_text[39:40] 'ジ' --> 'ジ'",
27
+ "replace text[52:54] --> decoded_text[45:46] 'だ' --> 'だ'"
28
+ ],
29
+ "n_oov_chars": 0,
30
+ "oov_ratio": 0.0,
31
+ "oov_charset": "[]"
32
+ },
33
+ {
34
+ "text": "覚える範囲が多かったので、要点を絞って取り組みました。合格して良かったです。内定先で今後使う話が出てきたら率先して取り組んで行きたいです。",
35
+ "decoded_text": "覚える範囲が多かったので、要点を絞って取り組みました。合格して良かったです。内定先で今後使う話が出てきたら率先して取り組んで行きたいです。",
36
+ "diff": [
37
+ "replace text[5:7] --> decoded_text[5:6] 'が' --> 'が'",
38
+ "replace text[12:14] --> decoded_text[11:12] 'で' --> 'で'",
39
+ "replace text[37:39] --> decoded_text[35:36] 'で' --> 'で'",
40
+ "replace text[44:46] --> decoded_text[41:42] 'で' --> 'で'",
41
+ "replace text[51:53] --> decoded_text[47:48] 'が' --> 'が'",
42
+ "replace text[66:68] --> decoded_text[61:62] 'で' --> 'で'",
43
+ "replace text[72:74] --> decoded_text[66:67] 'で' --> 'で'"
44
+ ],
45
+ "n_oov_chars": 0,
46
+ "oov_ratio": 0.0,
47
+ "oov_charset": "[]"
48
+ },
49
+ {
50
+ "text": "先生が全面的にサポートして下さるので安心して勉強できます。分からない時は先生になんでも質問してください。",
51
+ "decoded_text": "先生が全面的にサポートして下さるので安心して勉強できます。分からない時は先生になんでも質問してください。",
52
+ "diff": [
53
+ "replace text[2:4] --> decoded_text[2:3] 'が' --> 'が'",
54
+ "replace text[9:11] --> decoded_text[8:9] 'ポ' --> 'ポ'",
55
+ "replace text[19:21] --> decoded_text[17:18] 'で' --> 'で'",
56
+ "replace text[27:29] --> decoded_text[24:25] 'で' --> 'で'",
57
+ "replace text[45:47] --> decoded_text[41:42] 'で' --> 'で'",
58
+ "replace text[53:55] --> decoded_text[48:49] 'だ' --> 'だ'"
59
+ ],
60
+ "n_oov_chars": 0,
61
+ "oov_ratio": 0.0,
62
+ "oov_charset": "[]"
63
+ },
64
+ {
65
+ "text": "過去問題をたくさん解くことで問題の傾向を分析しました。しっかり勉強して臨んだので、合格する自信がありました。この資格を活かし、工事測量などで、正確な値を出すことで適切な指示を出せるようにしていきたいです。",
66
+ "decoded_text": "過去問題をたくさん解くことで問題の傾向を分析しました。しっかり勉強して臨んだので、合格する自信がありました。この資格を活かし、工事測量などで、正確な値を出すことで適切な指示を出せるようにしていきたいです。",
67
+ "diff": [
68
+ "replace text[13:15] --> decoded_text[13:14] 'で' --> 'で'",
69
+ "replace text[38:40] --> decoded_text[37:38] 'だ' --> 'だ'",
70
+ "replace text[41:43] --> decoded_text[39:40] 'で' --> 'で'",
71
+ "replace text[50:52] --> decoded_text[47:48] 'が' --> 'が'",
72
+ "replace text[72:76] --> decoded_text[68:70] 'どで' --> 'どで'",
73
+ "replace text[86:88] --> decoded_text[80:81] 'で' --> 'で'",
74
+ "replace text[106:108] --> decoded_text[99:100] 'で' --> 'で'"
75
+ ],
76
+ "n_oov_chars": 0,
77
+ "oov_ratio": 0.0,
78
+ "oov_charset": "[]"
79
+ },
80
+ {
81
+ "text": "しっかり勉強したら必ず自分のためになりますよ。将来の夢を持ち、それを実現できるように今できる事を頑張ってください。",
82
+ "decoded_text": "しっかり勉強したら必ず自分のためになりますよ。将来の夢を持ち、それを実現できるように今できる事を頑張ってください。",
83
+ "diff": [
84
+ "replace text[10:12] --> decoded_text[10:11] 'ず' --> 'ず'",
85
+ "replace text[37:39] --> decoded_text[36:37] 'で' --> 'で'",
86
+ "replace text[45:47] --> decoded_text[43:44] 'で' --> 'で'",
87
+ "replace text[56:58] --> decoded_text[53:54] 'だ' --> 'だ'"
88
+ ],
89
+ "n_oov_chars": 0,
90
+ "oov_ratio": 0.0,
91
+ "oov_charset": "[]"
92
+ },
93
+ {
94
+ "text": "まずは、自分が何をしたいのか考え、そしてそこから、自分の目標に向かって資格取得を目指してください。せっかくの取得チャンスを無駄にしないでください。",
95
+ "decoded_text": "まずは、自分が何をしたいのか考え、そしてそこから、自分の目標に向かって資格取得を目指してください。せっかくの取得チャンスを無駄にしないでください。",
96
+ "diff": [
97
+ "replace text[1:3] --> decoded_text[1:2] 'ず' --> 'ず'",
98
+ "replace text[7:9] --> decoded_text[6:7] 'が' --> 'が'",
99
+ "replace text[47:49] --> decoded_text[45:46] 'だ' --> 'だ'",
100
+ "replace text[70:72] --> decoded_text[67:68] 'で' --> 'で'",
101
+ "replace text[73:75] --> decoded_text[69:70] 'だ' --> 'だ'"
102
+ ],
103
+ "n_oov_chars": 0,
104
+ "oov_ratio": 0.0,
105
+ "oov_charset": "[]"
106
+ },
107
+ {
108
+ "text": "過去問題を解き、答え合わせをした後、自分がどこを間違っていたか、なぜ間違えたか等、徹底的に勉強しました。次は測量士補や、ドローン検定等の資格を目指し、頑張りたいと思います。",
109
+ "decoded_text": "過去問題を解き、答え合わせをした後、自分がどこを間違っていたか、なぜ間違えたか等、徹底的に勉強しました。次は測量士補や、ドローン検定等の資格を目指し、頑張りたいと思います。",
110
+ "diff": [
111
+ "replace text[20:24] --> decoded_text[20:22] 'がど' --> 'がど'",
112
+ "replace text[35:37] --> decoded_text[33:34] 'ぜ' --> 'ぜ'",
113
+ "replace text[63:65] --> decoded_text[60:61] 'ド' --> 'ド'"
114
+ ],
115
+ "n_oov_chars": 0,
116
+ "oov_ratio": 0.0,
117
+ "oov_charset": "[]"
118
+ },
119
+ {
120
+ "text": "細かい事でも、疑問に思った事は必ず先生に質問してください。",
121
+ "decoded_text": "細かい事でも、疑問に思った事は必ず先生に質問してください。",
122
+ "diff": [
123
+ "replace text[4:6] --> decoded_text[4:5] 'で' --> 'で'",
124
+ "replace text[17:19] --> decoded_text[16:17] 'ず' --> 'ず'",
125
+ "replace text[27:29] --> decoded_text[25:26] 'だ' --> 'だ'"
126
+ ],
127
+ "n_oov_chars": 0,
128
+ "oov_ratio": 0.0,
129
+ "oov_charset": "[]"
130
+ },
131
+ {
132
+ "text": "過去問を解き続け、頭に知識と問題の傾向を叩き込みました。合格して本当に良かったです。 試験を受けるチャンスがあり、思い切ってチャレンジして良かったと思います。",
133
+ "decoded_text": "過去問を解き続け、頭に知識と問題の傾向を叩き込みました。合格して本当に良かったです。 試験を受けるチャンスがあり、思い切ってチャレンジして良かったと思います。",
134
+ "diff": [
135
+ "replace text[39:41] --> decoded_text[39:40] 'で' --> 'で'",
136
+ "replace text[54:56] --> decoded_text[53:54] 'が' --> 'が'"
137
+ ],
138
+ "n_oov_chars": 0,
139
+ "oov_ratio": 0.0,
140
+ "oov_charset": "[]"
141
+ }
142
+ ]
stats/compression_rate/Qwen.Qwen2-72B @ cc100.ko.diff.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "낙천적(樂天的) : 세상과 인생을 즐겁고 좋은 것으로 여기는. 또는 그런 것. 인생을 즐길 줄 안다는 건 정말 행복한 일 아닐까요? 심리적으로 자신감과 낙천적인 태도를 갖게 하며, 새로운 아이디어를 얻도록 도움을 주는 노란색의 예쁜벽을 오디오로 채우신 고객님댁을 소개드립니다. ..more",
4
+ "decoded_text": "낙천적(樂天的) : 세상과 인생을 즐겁고 좋은 것으로 여기는. 또는 그런 것. 인생을 즐길 줄 안다는 건 정말 행복한 일 아닐까요? 심리적으로 자신감과 낙천적인 태도를 갖게 하며, 새로운 아이디어를 얻도록 도움을 주는 노란색의 예쁜벽을 오디오로 채우신 고객님댁을 소개드립니다. ..more",
5
+ "diff": [
6
+ "replace text[4:5] --> decoded_text[4:5] '樂' --> '樂'"
7
+ ],
8
+ "n_oov_chars": 1,
9
+ "oov_ratio": 0.006211180124223602,
10
+ "oov_charset": "[\"樂\"]"
11
+ },
12
+ {
13
+ "text": "명 태조는 포의(布衣)에서 몸을 일으켜 천하를 평정하였다. 천하 평정뒤에는 관리 등용시험에 경의(敬意)를 주로 하였으므로 문교(文敎)가 융성하게 되어 많은 학자를 배출시켰다. 그러나 당시의 학자는 대개 정주학(程朱學)을 신봉한 사람들 뿐이라 명대(明代)의 특색이 아직 나타나고 있지 않다. 그러므로 영락(永樂) 12년 호(胡)에게 명하여 「사서대전」,「오경대전」 을 찬술케 하였을때 어느 경(經)이나 모두 주자의 주(主)에 기본을 두고 있다. 이것에 의해서만도 명초(明初)의 학문이 주자학을 그대로 계승하였을뿐 독창성이 없었다는 것을 상상할 수 있다. 본론에서는 오강재(吳康齋) 사상에 대해 논하고 순수한 주자학자의 설선에 대한 내용을 먼저 언급한 뒤에 다시 오강재의 문인인 호거인(胡居仁), 진헌장(陳獻章), 누량(累諒)에 대해 알아보고자 한다.",
14
+ "decoded_text": "명 태조는 포의(布衣)에서 몸을 일으켜 천하를 평정하였다. 천하 평정뒤에는 관리 등용시험에 경의(敬意)를 주로 하였으므로 문교(文敎)가 융성하게 되어 많은 학자를 배출시켰다. 그러나 당시의 학자는 대개 정주학(程朱學)을 신봉한 사람들 뿐이라 명대(明代)의 특색이 아직 나타나고 있지 않다. 그러므로 영락(永樂) 12년 호(胡)에게 명하여 「사서대전」,「오경대전」 을 찬술케 하였을때 어느 경(經)이나 모두 주자의 주(主)에 기본을 두고 있다. 이것에 의해서만도 명초(明初)의 학문이 주자학을 그대로 계승하였을뿐 독창성이 없었다는 것을 상상할 수 있다. 본론에서는 오강재(吳康齋) 사상에 대해 논하고 순수한 주자학자의 설선에 대한 내용을 먼저 언급한 뒤에 다시 오강재의 문인인 호거인(胡居仁), 진헌장(陳獻章), 누량(累諒)에 대해 알아보고자 한다.",
15
+ "diff": [
16
+ "replace text[171:172] --> decoded_text[171:172] '樂' --> '樂'",
17
+ "replace text[401:402] --> decoded_text[401:402] '累' --> '累'"
18
+ ],
19
+ "n_oov_chars": 2,
20
+ "oov_ratio": 0.004784688995215311,
21
+ "oov_charset": "[\"樂\", \"累\"]"
22
+ },
23
+ {
24
+ "text": "역할을 수행해갔는지를 살펴보도록 하겠다. 1. 양명학 이전의 주자학 ... 과 육학(陸學) 1) 송대 주자학의 성립 데니스 트위쳇이『케임브리지 중국사 ... 독재적인 명 초기의 황제들{ 특히 홍무제의 경우 주자학을 체제교학으로",
25
+ "decoded_text": "역할을 수행해갔는지를 살펴보도록 하겠다. 1. 양명학 이전의 주자학 ... 과 육학(陸學) 1) 송대 주자학의 성립 데니스 트위쳇이『케임브리지 중국사 ... 독재적인 명 초기의 황제들{ 특히 홍무제의 경우 주자학을 체제교학으로",
26
+ "diff": [
27
+ "replace text[47:48] --> decoded_text[47:48] '陸' --> '陸'"
28
+ ],
29
+ "n_oov_chars": 1,
30
+ "oov_ratio": 0.007936507936507936,
31
+ "oov_charset": "[\"陸\"]"
32
+ },
33
+ {
34
+ "text": "확고한 지반을 굳혔다. 주자학이 명대에 와서 국가의 지도이념으로 확립되어 ... 양명학의 성립과 전개 1. 서론 朱子學(주자학)이 宋代(송대)의 학술 ... 기점으로 知行合一說(지행합일설), 致良知說(치양지설)을 속속 제출하여 주자학",
35
+ "decoded_text": "확고한 지반을 굳혔다. 주자학이 명대에 와서 국가의 지도이념으로 확립되어 ... 양명학의 성립과 전개 1. 서론 朱子學(주자학)이 宋代(송대)의 학술 ... 기점으로 知行合一說(지행합일설), 致良知說(치양지설)을 속속 제출하여 주자학",
36
+ "diff": [
37
+ "replace text[108:109] --> decoded_text[108:109] '良' --> '良'"
38
+ ],
39
+ "n_oov_chars": 1,
40
+ "oov_ratio": 0.007692307692307693,
41
+ "oov_charset": "[\"良\"]"
42
+ },
43
+ {
44
+ "text": "▷주자:이(理)�� 만물의 근원이 되는 이치이자, 기(氣)의 활동 근거인 반면 기(氣)는 만물을 구성하는 재료로서 사물을 낳는 도구이다",
45
+ "decoded_text": "▷주자:이(理)란 만물의 근원이 되는 이치이자, 기(氣)의 활동 근거인 반면 기(氣)는 만물을 구성하는 재료로서 사물을 낳는 도구이다",
46
+ "diff": [
47
+ "replace text[6:7] --> decoded_text[6:7] '理' --> '理'"
48
+ ],
49
+ "n_oov_chars": 1,
50
+ "oov_ratio": 0.013513513513513514,
51
+ "oov_charset": "[\"理\"]"
52
+ },
53
+ {
54
+ "text": "예술이라는 한자(漢字)에서 ‘예(藝)’에는 본디 ‘심는다(種 ·樹)’는 뜻이 있으며, 따라서 그것은‘기능(機能)’‘기술(技術)’을 의미하며 고대 동양에서 사대부가 필수적으로 갖추어야 했다. 육예(六藝:禮 ·樂 ·射 ·御 ·書 ·數)에서의 ‘예’는 인간적 결실을 얻기 위해 필요한 기초 교양의 씨를 뿌리고 인격의 꽃을 피우는 수단으로 여겼던 만큼 거기에는 인격도야의 의의도 있다고 하겠다.",
55
+ "decoded_text": "예술이라는 한자(漢字)에서 ‘예(藝)’에는 본디 ‘심는다(種 ·樹)’는 뜻이 있으며, 따라서 그것은‘기능(機能)’‘기술(技術)’을 의미하며 고대 동양에서 사대부가 필수적으로 갖추어야 했다. 육예(六藝:禮 ·樂 ·射 ·御 ·書 ·數)에서의 ‘예’는 인간적 결실을 얻기 위해 필요한 기초 교양의 씨를 뿌리고 인격의 꽃을 피우는 수단으로 여겼던 만큼 거기에는 인격도야의 의의도 있다고 하겠다.",
56
+ "diff": [
57
+ "replace text[115:116] --> decoded_text[115:116] '樂' --> '樂'"
58
+ ],
59
+ "n_oov_chars": 1,
60
+ "oov_ratio": 0.004629629629629629,
61
+ "oov_charset": "[\"樂\"]"
62
+ },
63
+ {
64
+ "text": "입지(立志)를 강조해 자경문, 성학집요, 격몽요결, 학교모범에서 항상 ... 이루어진다. 순언은 율곡이 도덕경 81장 중에서 유교 경전의 내용과 일치하며 ... 사상가 연구 - 율곡 이이 수강 과목 : 담당 교수 : 교수님 제출",
65
+ "decoded_text": "입지(立志)를 강조해 자경문, 성학집요, 격몽요결, 학교모범에서 항상 ... 이루어진다. 순언은 율곡이 도덕경 81장 중에서 유교 경전의 내용과 일치하며 ... 사상가 연구 - 율곡 이이 수강 과목 : 담당 교수 : 교수님 제출",
66
+ "diff": [
67
+ "replace text[3:4] --> decoded_text[3:4] '立' --> '立'"
68
+ ],
69
+ "n_oov_chars": 1,
70
+ "oov_ratio": 0.007874015748031496,
71
+ "oov_charset": "[\"立\"]"
72
+ },
73
+ {
74
+ "text": "Ⅰ. 김용과 중국 무협문학 1. 작가 소개 김용(金用)은 1924년 ... 것이다. 그러므로 무협소설 작가 김용(金用)은 언론인이자 정치가인 차량융의 ... 출간하기 시작하였다. 이렇게 보면 무협소설 작가인 김용(金用)은 언론인",
75
+ "decoded_text": "Ⅰ. 김용과 중국 무협문학 1. 작가 소개 김용(金用)은 1924년 ... 것이다. 그러므로 무협소설 작가 김용(金用)은 언론인이자 정치가인 차량융의 ... 출간하기 시작하였다. 이렇게 보면 무협소설 작가인 김용(金用)은 언론인",
76
+ "diff": [
77
+ "replace text[27:28] --> decoded_text[27:28] '金' --> '金'",
78
+ "replace text[63:64] --> decoded_text[63:64] '金' --> '金'",
79
+ "replace text[119:120] --> decoded_text[119:120] '金' --> '金'"
80
+ ],
81
+ "n_oov_chars": 3,
82
+ "oov_ratio": 0.023622047244094488,
83
+ "oov_charset": "[\"金\"]"
84
+ },
85
+ {
86
+ "text": "3 이 때 상제님께서 미처 말씀을 마치지 아니하셨는데 면장 양 모(梁某)와 이장이 세금을 받으러 오거늘",
87
+ "decoded_text": "3 이 때 상제님께서 미처 말씀을 마치지 아니하셨는데 면장 양 모(梁某)와 이장이 세금을 받으러 오거늘",
88
+ "diff": [
89
+ "replace text[37:38] --> decoded_text[37:38] '梁' --> '梁'"
90
+ ],
91
+ "n_oov_chars": 1,
92
+ "oov_ratio": 0.017543859649122806,
93
+ "oov_charset": "[\"梁\"]"
94
+ },
95
+ {
96
+ "text": "2 26일 새벽이 되자 백낙두(白樂斗)를 비롯하여 무장한 순검 수십 명이 공신의 집을 에워싸고 형렬과 자현 등 여러 사람을 결박한 뒤에 상제님의 처소를 묻거늘",
97
+ "decoded_text": "2 26일 새벽이 되자 백낙두(白樂斗)를 비롯하여 무장한 순검 수십 명이 공신의 집을 에워싸고 형렬과 자현 등 여러 사람을 결박한 뒤에 상제님의 처소를 묻거늘",
98
+ "diff": [
99
+ "replace text[18:19] --> decoded_text[18:19] '樂' --> '樂'"
100
+ ],
101
+ "n_oov_chars": 1,
102
+ "oov_ratio": 0.011363636363636364,
103
+ "oov_charset": "[\"樂\"]"
104
+ }
105
+ ]
stats/compression_rate/apple.DCLM-7B @ cc100.ar.diff.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة .. ( 1)",
4
+ "decoded_text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة.. ( 1)",
5
+ "diff": [
6
+ "delete text[42:43] --> decoded_text[42:42] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن- وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
14
+ "decoded_text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن- وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
15
+ "diff": [
16
+ "insert text[97:97] --> decoded_text[97:98] '' --> 'َ'",
17
+ "delete text[98:99] --> decoded_text[99:99] 'َ' --> ''"
18
+ ],
19
+ "n_oov_chars": 0,
20
+ "oov_ratio": 0.0,
21
+ "oov_charset": "[]"
22
+ },
23
+ {
24
+ "text": "الهدف من دراسة التاريخ هو لنتعرف احوال الشعوب , نتخذ عبرا ودروسا تساعدنا على بناء مستقبل لنا.",
25
+ "decoded_text": "الهدف من دراسة التاريخ هو لنتعرف احوال الشعوب, نتخذ عبرا ودروسا تساعدنا على بناء مستقبل لنا.",
26
+ "diff": [
27
+ "delete text[45:46] --> decoded_text[45:45] ' ' --> ''"
28
+ ],
29
+ "n_oov_chars": 0,
30
+ "oov_ratio": 0.0,
31
+ "oov_charset": "[]"
32
+ },
33
+ {
34
+ "text": "الحضارة هي مجموعة من الانجازات التي حققتها الامة من خلال تاريخها في جميع المجالات .",
35
+ "decoded_text": "الحضارة هي مجموعة من الانجازات التي حققتها الامة من خلال تاريخها في جميع المجالات.",
36
+ "diff": [
37
+ "delete text[81:82] --> decoded_text[81:81] ' ' --> ''"
38
+ ],
39
+ "n_oov_chars": 0,
40
+ "oov_ratio": 0.0,
41
+ "oov_charset": "[]"
42
+ },
43
+ {
44
+ "text": "يعود الكاتب محمد الشريف زرقين صاحب كتاب \" ربيب الدولة، الخوف من المجهول \" مرة أخرى لقضية الأطفال مجهولي الهوية في كتاب جديد اختار هذه المرة أن يعالج فيه وضعيتهم من الجانب القانوني و الديني، بهدف حث علماء الدين و المشرعين القانونيين لإعادة النظر في فتاويهم و القوانين المجحفة التي تتحكم في مصائر هذه الفئة الضعيفة في المجتمع ، كما اخبرنا في هذا الحوار الخاص ، مصرحا انه لو كان الخيار بيده لاختار البقاء مع أمه البيولوجية التي اضطرت للتخلي عنه عند ولادته. الكتاب الذي عرف أيضا مساهمة كل من مليكة بن عراب آتو عضوة في البرلمان الأوربي ، المحامية بن براهم فطيمة و رئيس جامعة الأمير عبد القادر بقسنطينة السيد عبد الله بوخلخال في بعض أجزائه بمداخلات حول الموضوع، يطرح تساؤلات مبرهنة موجهة لكل من المشرعين و المفتيين كما قال لنا السيد زرقين مشيرا أنه يتوقع أن تحفز هذه الأخيرة على الاجتهاد لتحسين وضعية الأطفال المسعفين و ضمان حقوقهم . حاورته: أمينة جنان",
45
+ "decoded_text": "يعود الكاتب محمد الشريف زرقين صاحب كتاب \" ربيب الدولة، الخوف من المجهول \" مرة أخرى لقضية الأطفال مجهولي الهوية في كتاب جديد اختار هذه المرة أن يعالج فيه وضعيتهم من الجانب القانوني و الديني، بهدف حث علماء الدين و المشرعين القانونيين لإعادة النظر في فتاويهم و القوانين المجحفة التي تتحكم في مصائر هذه الفئة الضعيفة في المجتمع ، كما اخبرنا في هذا الحوار الخاص ، مصرحا انه لو كان الخيار بيده لاختار البقاء مع أمه البيولوجية التي اضطرت للتخلي عنه عند ولادته. الكتاب الذي عرف أيضا مساهمة كل من مليكة بن عراب آتو عضوة في البرلمان الأوربي ، ال��حامية بن براهم فطيمة و رئيس جامعة الأمير عبد القادر بقسنطينة السيد عبد الله بوخلخال في بعض أجزائه بمداخلات حول الموضوع، يطرح تساؤلات مبرهنة موجهة لكل من المشرعين و المفتيين كما قال لنا السيد زرقين مشيرا أنه يتوقع أن تحفز هذه الأخيرة على الاجتهاد لتحسين وضعية الأطفال المسعفين و ضمان حقوقهم. حاورته: أمينة جنان",
46
+ "diff": [
47
+ "delete text[825:826] --> decoded_text[825:825] ' ' --> ''"
48
+ ],
49
+ "n_oov_chars": 0,
50
+ "oov_ratio": 0.0,
51
+ "oov_charset": "[]"
52
+ },
53
+ {
54
+ "text": "\"مولودين باسم مجهول \" يطرح الكثير من التساؤلات الشجاعة التي تعيد النظر بعمق في هذه الفتاوي ، داعيا علماء الدين للاجتهاد حسب متطلبات عصر ال \"آ دي ان \" و أنا مستعد للجلوس على طاولة واحدة معهم لإجراء مناضرة أقدم فيها أدلة من القرآن لإبراز تناقضات فادحة و فتاويهم المغرضة التي تهدد مصائر الملايين من الأطفال في العالم ، فليس من حق المفتى أن يحرف آية أو حديث أو يتلاعب بتفسيرها لتتحول إلى قوانين مجحفة في حقهم لدرجة أن الطفل يشعر انه ما كان يجب أن يولد و أن يأتي لهذه الحياة . رغم أن الرسول عليه الصلاة و السلام يقول في أحد أحاديثه الصحيحة أن الله يرسل في اليوم الأربعين من تكون الجنين في بطن أمه ملكا ينفخ فيه الروح ، و هذا دليل على أن الحياة بإرادة من الله لجميع الناس أيا كانوا ، فبأي حق يتعدى البشر على حق غيرهم في الوجود .",
55
+ "decoded_text": "\"مولودين باسم مجهول \" يطرح الكثير من التساؤلات الشجاعة التي تعيد النظر بعمق في هذه الفتاوي ، داعيا علماء الدين للاجتهاد حسب متطلبات عصر ال \"آ دي ان \" و أنا مستعد للجلوس على طاولة واحدة معهم لإجراء مناضرة أقدم فيها أدلة من القرآن لإبراز تناقضات فادحة و فتاويهم المغرضة التي تهدد مصائر الملايين من الأطفال في العالم ، فليس من حق المفتى أن يحرف آية أو حديث أو يتلاعب بتفسيرها لتتحول إلى قوانين مجحفة في حقهم لدرجة أن الطفل يشعر انه ما كان يجب أن يولد و أن يأتي لهذه الحياة. رغم أن الرسول عليه الصلاة و السلام يقول في أحد أحاديثه الصحيحة أن الله يرسل في اليوم الأربعين من تكون الجنين في بطن أمه ملكا ينفخ فيه الروح ، و هذا دليل على أن الحياة بإرادة من الله لجميع الناس أيا كانوا ، فبأي حق يتعدى البشر على حق غيرهم في الوجود.",
56
+ "diff": [
57
+ "delete text[469:470] --> decoded_text[469:469] ' ' --> ''",
58
+ "delete text[720:721] --> decoded_text[719:719] ' ' --> ''"
59
+ ],
60
+ "n_oov_chars": 0,
61
+ "oov_ratio": 0.0,
62
+ "oov_charset": "[]"
63
+ },
64
+ {
65
+ "text": "يجب أن تتحرك الأمة الإسلامية في هذا السياق لأن المجتمع الذي لا يأخذ أطفاله المحرومين من يدهم ليعبر بهم بر الأمان لا يستحق العيش و ليست له أية كرامة .",
66
+ "decoded_text": "يجب أن تتحرك الأمة الإسلامية في هذا السياق لأن المجتمع الذي لا يأخذ أطفاله المحرومين من يدهم ليعبر بهم بر الأمان لا يستحق العيش و ليست له أية كرامة.",
67
+ "diff": [
68
+ "delete text[147:148] --> decoded_text[147:147] ' ' --> ''"
69
+ ],
70
+ "n_oov_chars": 0,
71
+ "oov_ratio": 0.0,
72
+ "oov_charset": "[]"
73
+ },
74
+ {
75
+ "text": "يستضيف راشد الفوزان في حلقة هذا الأسبوع من برنامج \"بموضوعية\" الرئيس التنفيذي للمجموعة السعودية للورق، حسان مريزن عسيري، للحديث عن نشأة المجموعة والمجالات التي تغطيها في السوق السعودي. ...",
76
+ "decoded_text": "يستضيف راشد الفوزان في حلقة هذا الأسبوع من برنامج \"بموضوعية\" الرئيس التنفيذي للمجموعة السعودية للورق، حسان مريزن عسيري، للحديث عن نشأة المجموعة والمجالات التي تغطيها في السوق السعودي....",
77
+ "diff": [
78
+ "delete text[183:184] --> decoded_text[183:183] ' ' --> ''"
79
+ ],
80
+ "n_oov_chars": 0,
81
+ "oov_ratio": 0.0,
82
+ "oov_charset": "[]"
83
+ },
84
+ {
85
+ "text": "يلتقي راشد الفوزان في برنامجه \"بموضوعية\" برئيس مجلس إدارة مجموعة \"القريان\" التجارية، محمد بن قريان القحطاني، والذي تناول عدة موضوعات أهمها أن المجموعة تهتم بعمليات إعادة تدوير المعادن خاصة الحديد والنحاس، وأن نشاط مجموعة \"القريان\" بدأ منذ 25 عاماً في السوق السعودي، واستعرض أيضاً ...",
86
+ "decoded_text": "يلتقي راشد الفوزان في برنامجه \"بموضوعية\" برئيس مجلس إدارة مجموعة \"القريان\" التجارية، محمد بن قريان القحطاني، والذي تناول عدة موضوعات أهمها أن المجموعة تهتم بعمليات إعادة تدوير المعادن خاصة الحديد والنحاس، وأن نشاط مجموعة \"القريان\" بدأ منذ 25 عاماً في السوق السعودي، واستعرض أيضاً...",
87
+ "diff": [
88
+ "delete text[279:280] --> decoded_text[279:279] ' ' --> ''"
89
+ ],
90
+ "n_oov_chars": 0,
91
+ "oov_ratio": 0.0,
92
+ "oov_charset": "[]"
93
+ },
94
+ {
95
+ "text": "بمشاركة باحثين ومختصين , وتضمنت الدورة محاضرات علمية وعملية في قاعة قيادة شرطة البصرة",
96
+ "decoded_text": "بمشاركة باحثين ومختصين, وتضمنت الدورة محاضرات علمية وعملية في قاعة قيادة شرطة البصرة",
97
+ "diff": [
98
+ "delete text[22:23] --> decoded_text[22:22] ' ' --> ''"
99
+ ],
100
+ "n_oov_chars": 0,
101
+ "oov_ratio": 0.0,
102
+ "oov_charset": "[]"
103
+ }
104
+ ]
stats/compression_rate/apple.DCLM-7B @ cc100.de.diff.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Du brauchst aber * Dein Licht nicht unter den Scheffel zu stellen * !",
4
+ "decoded_text": "Du brauchst aber * Dein Licht nicht unter den Scheffel zu stellen *!",
5
+ "diff": [
6
+ "delete text[67:68] --> decoded_text[67:67] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "Laut dieser Studie sind es ....",
14
+ "decoded_text": "Laut dieser Studie sind es....",
15
+ "diff": [
16
+ "delete text[26:27] --> decoded_text[26:26] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "die Erbinformation für das Hormon Insulin aus menschlichen Zellen zu isolieren ...",
24
+ "decoded_text": "die Erbinformation für das Hormon Insulin aus menschlichen Zellen zu isolieren...",
25
+ "diff": [
26
+ "delete text[78:79] --> decoded_text[78:78] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "Erstmals erreichte eine Raumsonde die Ceres. Mit den beiden Kameras an Bord erkunden die Wissenschaftler aus dem Max-Planck-Institut für Sonnensystemforschung in Göttingen die dunkle Oberfläche des Zwergplaneten. Wassereis haben sie schon entdeckt. Aber ruht tief unter den Kratern auch noch ein Ozean?",
34
+ "decoded_text": "Erstmals erreichte eine Raumsonde die Ceres. Mit den beiden Kameras an Bord erkunden die Wissenschaftler aus dem Max-Planck-Institut für Sonnensystemforschung in Göttingen die dunkle Oberfläche des Zwergplaneten. Wassereis haben sie schon entdeckt. Aber ruht tief unter den Kratern auch noch ein Ozean?",
35
+ "diff": [
36
+ "replace text[134:136] --> decoded_text[134:135] 'ü' --> 'ü'"
37
+ ],
38
+ "n_oov_chars": 0,
39
+ "oov_ratio": 0.0,
40
+ "oov_charset": "[]"
41
+ },
42
+ {
43
+ "text": "Der Vergleich mit der bemannten Mondlandung mag ein wenig übertrieben erscheinen, doch zweifellos gehört Rosetta zu den kühnsten Unternehmen der Raumfahrt: Zum ersten Mal in der Geschichte begleitet eine Sonde einen Kometen auf seiner Bahn um die Sonne und soll Mitte November den Lander Philae auf dessen Oberfläche absetzen. Bei der Auswertung der Bilder und Daten von 67P/Churyumov-Gerasimenko, so der Name des Schweifsterns, sitzen Wissenschaftler des Göttinger Max-Planck-Instituts für Sonnensystemforschung in der ersten Reihe.",
44
+ "decoded_text": "Der Vergleich mit der bemannten Mondlandung mag ein wenig übertrieben erscheinen, doch zweifellos gehört Rosetta zu den kühnsten Unternehmen der Raumfahrt: Zum ersten Mal in der Geschichte begleitet eine Sonde einen Kometen auf seiner Bahn um die Sonne und soll Mitte November den Lander Philae auf dessen Oberfläche absetzen. Bei der Auswertung der Bilder und Daten von 67P/Churyumov-Gerasimenko, so der Name des Schweifsterns, sitzen Wissenschaftler des Göttinger Max-Planck-Instituts für Sonnensystemforschung in der ersten Reihe.",
45
+ "diff": [
46
+ "replace text[488:490] --> decoded_text[488:489] 'ü' --> 'ü'"
47
+ ],
48
+ "n_oov_chars": 0,
49
+ "oov_ratio": 0.0,
50
+ "oov_charset": "[]"
51
+ },
52
+ {
53
+ "text": "Die Sonne ist der wichtigste Energiespender der Erde und Motor des Klimas. Doch sie schickt mal mehr, mal weniger Licht zur Erde. Astronomen um Natalie Krivova erfassen am Max-Planck-Institut für Sonnensystemforschung in Göttingen diese Schwankungen der Sonnenstrahlung in Modellen, um herauszufinden, ob die Veränderungen zur Erderwärmung beitragen oder ob sie ihr entgegenwirken.",
54
+ "decoded_text": "Die Sonne ist der wichtigste Energiespender der Erde und Motor des Klimas. Doch sie schickt mal mehr, mal weniger Licht zur Erde. Astronomen um Natalie Krivova erfassen am Max-Planck-Institut für Sonnensystemforschung in Göttingen diese Schwankungen der Sonnenstrahlung in Modellen, um herauszufinden, ob die Veränderungen zur Erderwärmung beitragen oder ob sie ihr entgegenwirken.",
55
+ "diff": [
56
+ "replace text[193:195] --> decoded_text[193:194] 'ü' --> 'ü'"
57
+ ],
58
+ "n_oov_chars": 0,
59
+ "oov_ratio": 0.0,
60
+ "oov_charset": "[]"
61
+ },
62
+ {
63
+ "text": "E-Mountainbike: 75% vormontiert geliefert. Prüfung aller Schrauben auf Festigkeit ,",
64
+ "decoded_text": "E-Mountainbike: 75% vormontiert geliefert. Prüfung aller Schrauben auf Festigkeit,",
65
+ "diff": [
66
+ "delete text[81:82] --> decoded_text[81:81] ' ' --> ''"
67
+ ],
68
+ "n_oov_chars": 0,
69
+ "oov_ratio": 0.0,
70
+ "oov_charset": "[]"
71
+ },
72
+ {
73
+ "text": "Es hat auch eine verblüffende moderne Gestalt. Wir selbst sind Zeugen eines außerordentlichen Spektakels geworden, als sich ein Papst bei den Muslimen für die Kreuzzüge entschuldigte. Ich möchte das Verhalten der Kreuzfahrer nicht verteidigen, es war in vielerlei Hinsicht grauenhaft. Aber lassen sie uns verhältnismäßig denken. Wir sollen nun glauben, dass die Kreuzzüge ein unberechtigter Akt der Aggression gegen die friedliche muslimische Welt gewesen seien. Wohl kaum! Zum ersten päpstlichen Aufruf zum Kreuzzug kam es 846 nach unserer Zeitrechnung , als eine arabische Expedition aus Sizilien den Tiber hinaufsegelte und St. Peter in Rom plünderte. Eine Synode in Frankreich rief die christlichen Herrscher dazu auf, sich gegen „die Feinde Christi“ zu sammeln, und der Papst, Leo IV., bot himmlischen Lohn für jene, die im Kampf gegen die Muslime fielen. Anderthalb Jahrhunderte und viele Schlachten später, 1096, trafen die Kreuzfahrer tatsächlich im Nahen Osten ein. Die Kreuzzüge waren eine späte, begrenzte und erfolglose Imitation des Dschihad – ein Versuch, mittels eines heiligen Kriegs zurückzugewinnen, was durch einen heiligen Krieg verloren war. Er misslang und wurde nicht wiederholt.",
74
+ "decoded_text": "Es hat auch eine verblüffende moderne Gestalt. Wir selbst sind Zeugen eines außerordentlichen Spektakels geworden, als sich ein Papst bei den Muslimen für die Kreuzzüge entschuldigte. Ich möchte das Verhalten der Kreuzfahrer nicht verteidigen, es war in vielerlei Hinsicht grauenhaft. Aber lassen sie uns verhältnismäßig denken. Wir sollen nun glauben, dass die Kreuzzüge ein unberechtigter Akt der Aggression gegen die friedliche muslimische Welt gewesen seien. Wohl kaum! Zum ersten päpstlichen Aufruf zum Kreuzzug kam es 846 nach unserer Zeitrechnung, als eine arabische Expedition aus Sizilien den Tiber hinaufsegelte und St. Peter in Rom plünderte. Eine Synode in Frankreich rief die christlichen Herrscher dazu auf, sich gegen „die Feinde Christi“ zu sammeln, und der Papst, Leo IV., bot himmlischen Lohn für jene, die im Kampf gegen die Muslime fielen. Anderthalb Jahrhunderte und viele Schlachten später, 1096, trafen die Kreuzfahrer tatsächlich im Nahen Osten ein. Die Kreuzzüge waren eine späte, begrenzte und erfolglose Imitation des Dschihad – ein Versuch, mittels eines heiligen Kriegs zurückzugewinnen, was durch einen heiligen Krieg verloren war. Er misslang und wurde nicht wiederholt.",
75
+ "diff": [
76
+ "delete text[553:554] --> decoded_text[553:553] ' ' --> ''"
77
+ ],
78
+ "n_oov_chars": 0,
79
+ "oov_ratio": 0.0,
80
+ "oov_charset": "[]"
81
+ },
82
+ {
83
+ "text": "Der Vorsitzende Richter Wolfgang Steffen hakte immer wieder nach, um zu erfahren, wie es zu dem Sinneswandel gekommen war: „Mit derselben Miene, mit der Sie heute sagen, ,Mein Widerruf ist wahr', haben Sie immer gesagt ,Mein Geständnis ist wahr'“, konstatierte er damals ratlos. Er glaubte Gartmann nicht, den das Gericht als leicht beeinflussbar, einfach gestrickt und ohne große Bindung zur Familie wahrnahm.",
84
+ "decoded_text": "Der Vorsitzende Richter Wolfgang Steffen hakte immer wieder nach, um zu erfahren, wie es zu dem Sinneswandel gekommen war: „Mit derselben Miene, mit der Sie heute sagen,,Mein Widerruf ist wahr', haben Sie immer gesagt,Mein Geständnis ist wahr'“, konstatierte er damals ratlos. Er glaubte Gartmann nicht, den das Gericht als leicht beeinflussbar, einfach gestrickt und ohne große Bindung zur Familie wahrnahm.",
85
+ "diff": [
86
+ "delete text[169:170] --> decoded_text[169:169] ' ' --> ''",
87
+ "delete text[218:219] --> decoded_text[217:217] ' ' --> ''"
88
+ ],
89
+ "n_oov_chars": 0,
90
+ "oov_ratio": 0.0,
91
+ "oov_charset": "[]"
92
+ },
93
+ {
94
+ "text": "Vor über 4 Jahren entstand die Idee für das Grundnahrungsmittelpaket !",
95
+ "decoded_text": "Vor über 4 Jahren entstand die Idee für das Grundnahrungsmittelpaket!",
96
+ "diff": [
97
+ "delete text[68:69] --> decoded_text[68:68] ' ' --> ''"
98
+ ],
99
+ "n_oov_chars": 0,
100
+ "oov_ratio": 0.0,
101
+ "oov_charset": "[]"
102
+ }
103
+ ]
stats/compression_rate/apple.DCLM-7B @ cc100.en.diff.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "and yeah im a boy,and no, im not g*y, im a nice guy. i dont love his songs or anything , but he's not that bad tbh.",
4
+ "decoded_text": "and yeah im a boy,and no, im not g*y, im a nice guy. i dont love his songs or anything, but he's not that bad tbh.",
5
+ "diff": [
6
+ "delete text[86:87] --> decoded_text[86:86] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "Justin serenaded wonderful or better than a great I like popular songs, particularly as it is talented. all those who hate Justin are g**s because they feel jealous of him because he is handsome at the same time a rising singer and a small age. I myself appreciate the wonderful artist with this beautiful and talented .",
14
+ "decoded_text": "Justin serenaded wonderful or better than a great I like popular songs, particularly as it is talented. all those who hate Justin are g**s because they feel jealous of him because he is handsome at the same time a rising singer and a small age. I myself appreciate the wonderful artist with this beautiful and talented.",
15
+ "diff": [
16
+ "delete text[318:319] --> decoded_text[318:318] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "Soften the landing zones with a pair of Rubber Mats , made from dyed rubber chips, heat compressed and available in dark green or brick red.",
24
+ "decoded_text": "Soften the landing zones with a pair of Rubber Mats, made from dyed rubber chips, heat compressed and available in dark green or brick red.",
25
+ "diff": [
26
+ "delete text[51:52] --> decoded_text[51:51] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "We're not so rough and over the top these days, so they miiiiight survive ._.",
34
+ "decoded_text": "We're not so rough and over the top these days, so they miiiiight survive._.",
35
+ "diff": [
36
+ "delete text[73:74] --> decoded_text[73:73] ' ' --> ''"
37
+ ],
38
+ "n_oov_chars": 0,
39
+ "oov_ratio": 0.0,
40
+ "oov_charset": "[]"
41
+ },
42
+ {
43
+ "text": "Just finished Hulse's \"Black River\" and simply adored the book. So pretty, overall, and much like the Kent Haruf novels, such as \"Plainsong\" that I've enjoyed over the years. \"Black River\" is surely one of the best five I've read this year. Solid Pulitzer choice, in my opinion. Side note: As I've mentioned before, I surely don't understand all of the hoopla surrounding \"The Sellout,\" with so many other worthy contenders. But, what do I know? I'm only a reader. :-) Read on ...",
44
+ "decoded_text": "Just finished Hulse's \"Black River\" and simply adored the book. So pretty, overall, and much like the Kent Haruf novels, such as \"Plainsong\" that I've enjoyed over the years. \"Black River\" is surely one of the best five I've read this year. Solid Pulitzer choice, in my opinion. Side note: As I've mentioned before, I surely don't understand all of the hoopla surrounding \"The Sellout,\" with so many other worthy contenders. But, what do I know? I'm only a reader. :-) Read on...",
45
+ "diff": [
46
+ "replace text[476:480] --> decoded_text[476:479] ' ...' --> '...'"
47
+ ],
48
+ "n_oov_chars": 0,
49
+ "oov_ratio": 0.0,
50
+ "oov_charset": "[]"
51
+ },
52
+ {
53
+ "text": "I really don't understand all of the hoopla over THE SELLOUT. Just a so-so book, in my opinion. Minor work. I struggled through it, and can never get back the time spent on that tome. EILEEN and HONEYDEW are sooooooo much better, not to mention THE TURNER HOUSE, TSAR, DID YOU EVER, and others. I'm reading DELICIOUS FOODS right now, and think it's a major-serious contender as well. BLACK RIVER is next on my list, and I can't wait. But, what do I know? :-) Read on ...",
54
+ "decoded_text": "I really don't understand all of the hoopla over THE SELLOUT. Just a so-so book, in my opinion. Minor work. I struggled through it, and can never get back the time spent on that tome. EILEEN and HONEYDEW are sooooooo much better, not to mention THE TURNER HOUSE, TSAR, DID YOU EVER, and others. I'm reading DELICIOUS FOODS right now, and think it's a major-serious contender as well. BLACK RIVER is next on my list, and I can't wait. But, what do I know? :-) Read on...",
55
+ "diff": [
56
+ "replace text[466:470] --> decoded_text[466:469] ' ...' --> '...'"
57
+ ],
58
+ "n_oov_chars": 0,
59
+ "oov_ratio": 0.0,
60
+ "oov_charset": "[]"
61
+ },
62
+ {
63
+ "text": "I have also read The Shore ,Alex, yes I agree its very good, maybe a chance. The last years I have just waited to last in the year to see who the genral public have been siding and gone for that, from a collectors point of view, it would be nice if something won which did not have a 100,000 in the first print run.",
64
+ "decoded_text": "I have also read The Shore,Alex, yes I agree its very good, maybe a chance. The last years I have just waited to last in the year to see who the genral public have been siding and gone for that, from a collectors point of view, it would be nice if something won which did not have a 100,000 in the first print run.",
65
+ "diff": [
66
+ "delete text[26:27] --> decoded_text[26:26] ' ' --> ''"
67
+ ],
68
+ "n_oov_chars": 0,
69
+ "oov_ratio": 0.0,
70
+ "oov_charset": "[]"
71
+ },
72
+ {
73
+ "text": "Moving to K-W can be confusing for anybody: how can you explain King Street, that runs north, south, east and west ?! Or streets like King and Weber, that are sometimes parallel, and yet cross each other in two places ? For someone new to the country, adjusting to life here can be even much more confusing.",
74
+ "decoded_text": "Moving to K-W can be confusing for anybody: how can you explain King Street, that runs north, south, east and west?! Or streets like King and Weber, that are sometimes parallel, and yet cross each other in two places? For someone new to the country, adjusting to life here can be even much more confusing.",
75
+ "diff": [
76
+ "delete text[114:115] --> decoded_text[114:114] ' ' --> ''",
77
+ "delete text[217:218] --> decoded_text[216:216] ' ' --> ''"
78
+ ],
79
+ "n_oov_chars": 0,
80
+ "oov_ratio": 0.0,
81
+ "oov_charset": "[]"
82
+ },
83
+ {
84
+ "text": "Just in case you are getting the impression that it’s all work and no fun, let me remind you of the Multicultural Festival, which is held every year at Victoria Park during the Canada Day (July 1) weekend. For two fun-filled days, the whole family can enjoy crafts, traditional dancing and especially foods from around the world ! This event is something Kitchener-Waterloo always looks forward to.",
85
+ "decoded_text": "Just in case you are getting the impression that it’s all work and no fun, let me remind you of the Multicultural Festival, which is held every year at Victoria Park during the Canada Day (July 1) weekend. For two fun-filled days, the whole family can enjoy crafts, traditional dancing and especially foods from around the world! This event is something Kitchener-Waterloo always looks forward to.",
86
+ "diff": [
87
+ "delete text[328:329] --> decoded_text[328:328] ' ' --> ''"
88
+ ],
89
+ "n_oov_chars": 0,
90
+ "oov_ratio": 0.0,
91
+ "oov_charset": "[]"
92
+ },
93
+ {
94
+ "text": "Centralized vacuum system can be used to clean production lines, floors and installations during or ..",
95
+ "decoded_text": "Centralized vacuum system can be used to clean production lines, floors and installations during or..",
96
+ "diff": [
97
+ "delete text[99:100] --> decoded_text[99:99] ' ' --> ''"
98
+ ],
99
+ "n_oov_chars": 0,
100
+ "oov_ratio": 0.0,
101
+ "oov_charset": "[]"
102
+ }
103
+ ]
stats/compression_rate/apple.DCLM-7B @ cc100.es.diff.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Actividad física , Deporte , Salud",
4
+ "decoded_text": "Actividad física, Deporte, Salud",
5
+ "diff": [
6
+ "delete text[16:17] --> decoded_text[16:16] ' ' --> ''",
7
+ "delete text[26:27] --> decoded_text[25:25] ' ' --> ''"
8
+ ],
9
+ "n_oov_chars": 0,
10
+ "oov_ratio": 0.0,
11
+ "oov_charset": "[]"
12
+ },
13
+ {
14
+ "text": "Súper! , necesito el numero 10 y 14, me haces un precio por ambos?. Gracias!",
15
+ "decoded_text": "Súper!, necesito el numero 10 y 14, me haces un precio por ambos?. Gracias!",
16
+ "diff": [
17
+ "delete text[6:7] --> decoded_text[6:6] ' ' --> ''"
18
+ ],
19
+ "n_oov_chars": 0,
20
+ "oov_ratio": 0.0,
21
+ "oov_charset": "[]"
22
+ },
23
+ {
24
+ "text": "Si compro uno de 10\" y otro de 14\" me podrías hacer precio ? La medida se toma en el diámetro del cuenco desde el exterior de la pared? O desde el interior ?",
25
+ "decoded_text": "Si compro uno de 10\" y otro de 14\" me podrías hacer precio? La medida se toma en el diámetro del cuenco desde el exterior de la pared? O desde el interior?",
26
+ "diff": [
27
+ "delete text[58:59] --> decoded_text[58:58] ' ' --> ''",
28
+ "delete text[155:156] --> decoded_text[154:154] ' ' --> ''"
29
+ ],
30
+ "n_oov_chars": 0,
31
+ "oov_ratio": 0.0,
32
+ "oov_charset": "[]"
33
+ },
34
+ {
35
+ "text": "Si , podría hacerte un precio. La medida va desde el exterior.",
36
+ "decoded_text": "Si, podría hacerte un precio. La medida va desde el exterior.",
37
+ "diff": [
38
+ "delete text[2:3] --> decoded_text[2:2] ' ' --> ''"
39
+ ],
40
+ "n_oov_chars": 0,
41
+ "oov_ratio": 0.0,
42
+ "oov_charset": "[]"
43
+ },
44
+ {
45
+ "text": "Entre 2004 y 2008, todos los habitantes de veredas altas de El Dorado tuvieron que desplazarse a la cabecera municipal por la presencia de guerrilla y paramilitares. Toda la zona quedó abandonada, convertida en campo de batalla.\"En 2008, la gente se cansó y un grupo de 25 familias de varias veredas, dijimos 'vamos para las fincas'\", cuenta Herney Chávez, otro de los líderes. \"La Policía y el Ejército nos decían: 'si quieren, váyanse, pero no les garantizamos nada'. Hicimos lo que se llamaba un retorno irregular\".",
46
+ "decoded_text": "Entre 2004 y 2008, todos los habitantes de veredas altas de El Dorado tuvieron que desplazarse a la cabecera municipal por la presencia de guerrilla y paramilitares. Toda la zona quedó abandonada, convertida en campo de batalla.\"En 2008, la gente se cansó y un grupo de 25 familias de varias veredas, dijimos 'vamos para las fincas'\", cuenta Herney Chávez, otro de los líderes. \"La Policía y el Ejército nos decían:'si quieren, váyanse, pero no les garantizamos nada'. Hicimos lo que se llamaba un retorno irregular\".",
47
+ "diff": [
48
+ "delete text[415:416] --> decoded_text[415:415] ' ' --> ''"
49
+ ],
50
+ "n_oov_chars": 0,
51
+ "oov_ratio": 0.0,
52
+ "oov_charset": "[]"
53
+ },
54
+ {
55
+ "text": "ARTÍCULO 103.- PLAZO. Los criterios de oportunidad pueden aplicarse durante el procedimiento hasta la culminación de la etapa preparatoria .",
56
+ "decoded_text": "ARTÍCULO 103.- PLAZO. Los criterios de oportunidad pueden aplicarse durante el procedimiento hasta la culminación de la etapa preparatoria.",
57
+ "diff": [
58
+ "delete text[138:139] --> decoded_text[138:138] ' ' --> ''"
59
+ ],
60
+ "n_oov_chars": 0,
61
+ "oov_ratio": 0.0,
62
+ "oov_charset": "[]"
63
+ },
64
+ {
65
+ "text": "Cuando no sea posible porque se niegue a dar sus generales o las dé falsamente, se procederá a su identificación por testigos, en la forma prescrita para los reconocimientos o por otros medios que se consideren adecuados .",
66
+ "decoded_text": "Cuando no sea posible porque se niegue a dar sus generales o las dé falsamente, se procederá a su identificación por testigos, en la forma prescrita para los reconocimientos o por otros medios que se consideren adecuados.",
67
+ "diff": [
68
+ "delete text[220:221] --> decoded_text[220:220] ' ' --> ''"
69
+ ],
70
+ "n_oov_chars": 0,
71
+ "oov_ratio": 0.0,
72
+ "oov_charset": "[]"
73
+ },
74
+ {
75
+ "text": "La constitución de actor civil podrá tener lugar en cualquier estado del proceso hasta antes de elevarse la causa a juicio .",
76
+ "decoded_text": "La constitución de actor civil podrá tener lugar en cualquier estado del proceso hasta antes de elevarse la causa a juicio.",
77
+ "diff": [
78
+ "delete text[122:123] --> decoded_text[122:122] ' ' --> ''"
79
+ ],
80
+ "n_oov_chars": 0,
81
+ "oov_ratio": 0.0,
82
+ "oov_charset": "[]"
83
+ },
84
+ {
85
+ "text": "Flynn es una figura central en la investigación del llamado Rusiagate , que es llevada a cabo de manera separada por el...",
86
+ "decoded_text": "Flynn es una figura central en la investigación del llamado Rusiagate, que es llevada a cabo de manera separada por el...",
87
+ "diff": [
88
+ "delete text[69:70] --> decoded_text[69:69] ' ' --> ''"
89
+ ],
90
+ "n_oov_chars": 0,
91
+ "oov_ratio": 0.0,
92
+ "oov_charset": "[]"
93
+ },
94
+ {
95
+ "text": "Solo me queda una última recomendación si os acercáis hasta la Oktoberfest : ¡no dejéis de visitar Munich , es una ciudad preciosa que os sorprenderá y merece la pena descubrir!",
96
+ "decoded_text": "Solo me queda una última recomendación si os acercáis hasta la Oktoberfest : ¡no dejéis de visitar Munich, es una ciudad preciosa que os sorprenderá y merece la pena descubrir!",
97
+ "diff": [
98
+ "delete text[105:106] --> decoded_text[105:105] ' ' --> ''"
99
+ ],
100
+ "n_oov_chars": 0,
101
+ "oov_ratio": 0.0,
102
+ "oov_charset": "[]"
103
+ }
104
+ ]
stats/compression_rate/apple.DCLM-7B @ cc100.fa.diff.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "( کره از شیر درست میشه. وقتی کره رو از شیر جدا میکنن باقی مانده شیر میشه باتر میلک . اگر دسترسی به باتر میلک ندارید میتونید خودتون درستش کنید",
4
+ "decoded_text": "( کره از شیر درست میشه. وقتی کره رو از شیر جدا میکنن باقی مانده شیر میشه باتر میلک. اگر دسترسی به باتر میلک ندارید میتونید خودتون درستش کنید",
5
+ "diff": [
6
+ "delete text[82:83] --> decoded_text[82:82] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "بادمجانها رو بشورید و سرشون رو برش بدید و داخل بادمجانها رو خالی کنید با هر چیزی که میتونید مثل قاشق بستنی و ..",
14
+ "decoded_text": "بادمجانها رو بشورید و سرشون رو برش بدید و داخل بادمجانها رو خالی کنید با هر چیزی که میتونید مثل قاشق بستنی و..",
15
+ "diff": [
16
+ "delete text[108:109] --> decoded_text[108:108] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "بعد مقداری نمک اضافه کنید و اب بریزید \" این سوپ با اب مرغ درست میشه اما چون من گیاه خوار هستم به جاش از پودر سبزیجات استفاده کردم .. اینجـــــــــــــــا میتونید دستورش رو ببینید. (روی کلمه اینجا کیک کنید)",
24
+ "decoded_text": "بعد مقداری نمک اضافه کنید و اب بریزید \" این سوپ با اب مرغ درست میشه اما چون من گیاه خوار هستم به جاش از پودر سبزیجات استفاده کردم.. اینجـــــــــــــــا میتونید دستورش رو ببینید. (روی کلمه اینجا کیک کنید)",
25
+ "diff": [
26
+ "delete text[129:130] --> decoded_text[129:129] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "به اشپزخانه کوچک من خوش امدید از اونجایی که عاشق اشپزی هستم و از اشپزی لذت میبرم و خیلی اشپز خوبیم(خود شیفتگی مزمن) تصمیم گرفتم که دانسته هایم را با شما به اشتراک بگذارم امیدوارم که شما هم استفاده کامل رو از اشپزخانه من ببرید همه این غذاهایی که می بینید دست پخت اینجانب می باشد لطفا, خواهشا , التماس میکنم اگر از کارهام کپی کردین اسم این اشپز معروف رو هم بیارید اگر این کار رو نکنید انشا الله به حق 124 هزار پیغمبر به زودی بترکین ________________________ استفاده از عکسهای اشپزخانه کوچک من در فضاهای مجازی و نشریات چاپی فقط با اجازه رسمی نگارنده و با ذکر منبع و نشانی وبلاگ مجاز است. × استفاده از عکسها در کتاب یا روزنامه ,مجله امثال آن صرفا با اجازه رسمی نگارنده مجاز است . در غیر اینصورت پیگیری قضایی صورت خواهد گرفت.",
34
+ "decoded_text": "به اشپزخانه کوچک من خوش امدید از اونجایی که عاشق اشپزی هستم و از اشپزی لذت میبرم و خیلی اشپز خوبیم(خود شیفتگی مزمن) تصمیم گرفتم که دانسته هایم را با شما به اشتراک بگذارم امیدوارم که شما هم استفاده کامل رو از اشپزخانه من ببرید همه این غذاهایی که می بینید دست پخت اینجانب می باشد لطفا, خواهشا, التماس میکنم اگر از کارهام کپی کردین اسم این اشپز معروف رو هم بیارید اگر این کار رو نکنید انشا الله به حق 124 هزار پیغمبر به زودی بترکین ________________________ استفاده از عکسهای اشپزخانه کوچک من در فضاهای مجازی و نشریات چاپی فقط با اجازه رسمی نگارنده و با ذکر منبع و نشانی وبلاگ مجاز است. × استفاده از عکسها در کتاب یا روزنامه,مجله امثال آن صرفا با اجازه رسمی نگارنده مجاز است. در غیر اینصورت پیگیری قضایی صورت خواهد گرفت.",
35
+ "diff": [
36
+ "delete text[290:291] --> decoded_text[290:290] ' ' --> ''",
37
+ "delete text[621:622] --> decoded_text[620:620] ' ' --> ''",
38
+ "delete text[672:673] --> decoded_text[670:670] ' ' --> ''"
39
+ ],
40
+ "n_oov_chars": 0,
41
+ "oov_ratio": 0.0,
42
+ "oov_charset": "[]"
43
+ },
44
+ {
45
+ "text": "مواد لازم: نشاسته: 200 گرم==== 1و2/3 پیمانه ماست: 180 گرم ==== 3/4 پیمانه ارد : 1 قاشق چای خوری زعفران اب شده : 1 قاشق غذا ...",
46
+ "decoded_text": "مواد لازم: نشاسته: 200 گرم==== 1و2/3 پیمانه ماست: 180 گرم ==== 3/4 پیمانه ارد : 1 قاشق چای خوری زعفران اب شده : 1 قاشق غذا...",
47
+ "diff": [
48
+ "delete text[122:123] --> decoded_text[122:122] ' ' --> ''"
49
+ ],
50
+ "n_oov_chars": 0,
51
+ "oov_ratio": 0.0,
52
+ "oov_charset": "[]"
53
+ },
54
+ {
55
+ "text": "مواد لازم: تخم مرغ :4 عدد ارد: 3/4 پیمانه شکر:3/4 پیمانه وانیل: یک قاشق چایخوری بیکینگ پودر:1/2 قاشق چای خوری خامه به مقدار لازم ...",
56
+ "decoded_text": "مواد لازم: تخم مرغ :4 عدد ارد: 3/4 پیمانه شکر:3/4 پیمانه وانیل: یک قاشق چایخوری بیکینگ پودر:1/2 قاشق چای خوری خامه به مقدار لازم...",
57
+ "diff": [
58
+ "delete text[128:129] --> decoded_text[128:128] ' ' --> ''"
59
+ ],
60
+ "n_oov_chars": 0,
61
+ "oov_ratio": 0.0,
62
+ "oov_charset": "[]"
63
+ },
64
+ {
65
+ "text": "مواد لازم: سیب زمینی: 4 عدد درشت پیاز : یک عدد کوچک فلفل دلمه ای : 1/4 یک عدد فلفل قارچ: 1 عدد سیر:2 حبه رب:1 قاشق غذا خوری ...",
66
+ "decoded_text": "مواد لازم: سیب زمینی: 4 عدد درشت پیاز : یک عدد کوچک فلفل دلمه ای : 1/4 یک عدد فلفل قارچ: 1 عدد سیر:2 حبه رب:1 قاشق غذا خوری...",
67
+ "diff": [
68
+ "delete text[123:124] --> decoded_text[123:123] ' ' --> ''"
69
+ ],
70
+ "n_oov_chars": 0,
71
+ "oov_ratio": 0.0,
72
+ "oov_charset": "[]"
73
+ },
74
+ {
75
+ "text": "مواد لازم: کدو سبز: 1 عدد درشت پیازچه: 2 عدد ریز خرد شده پودر سوخاری : 1 پیمانه پنیر پارمسان : 1/2 پیمانه ریز رنده شده نمک ...",
76
+ "decoded_text": "مواد لازم: کدو سبز: 1 عدد درشت پیازچه: 2 عدد ریز خرد شده پودر سوخاری : 1 پیمانه پنیر پارمسان : 1/2 پیمانه ریز رنده شده نمک...",
77
+ "diff": [
78
+ "delete text[122:123] --> decoded_text[122:122] ' ' --> ''"
79
+ ],
80
+ "n_oov_chars": 0,
81
+ "oov_ratio": 0.0,
82
+ "oov_charset": "[]"
83
+ },
84
+ {
85
+ "text": "معمولا هزینه کمپ های ترک اعتیاد طبق تعرفه ای مصوب که از سوی مراکز درمانی و اقامتی بهزیستی استان تهران، قم و کرج اعلام می شود، محاسبه گشته و با توجه به شرایط کیفی . کمی این مراکز هزینه های مربوط به ترک اعتیاد متفاوت می باشد. از این رو هر بیمار باید با صلاحدید پزشک و مشورت با خانواده خود یکی از این مراکز را برگزیده و به درمان خود بپردازد.",
86
+ "decoded_text": "معمولا هزینه کمپ های ترک اعتیاد طبق تعرفه ای مصوب که از سوی مراکز درمانی و اقامتی بهزیستی استان تهران، قم و کرج اعلام می شود، محاسبه گشته و با توجه به شرایط کیفی. کمی این مراکز هزینه های مربوط به ترک اعتیاد متفاوت می باشد. از این رو هر بیمار باید با صلاحدید پزشک و مشورت با خانواده خود یکی از این مراکز را برگزیده و به درمان خود بپردازد.",
87
+ "diff": [
88
+ "delete text[161:162] --> decoded_text[161:161] ' ' --> ''"
89
+ ],
90
+ "n_oov_chars": 0,
91
+ "oov_ratio": 0.0,
92
+ "oov_charset": "[]"
93
+ },
94
+ {
95
+ "text": "سلام .آقا خدا خیرتون بده که هزینه کمپ های شما بصرفه هستش والا ما چنتا جا زنگ زدیم قیمت بالایی داشتن ….عجیب بودش",
96
+ "decoded_text": "سلام.آقا خدا خیرتون بده که هزینه کمپ های شما بصرفه هستش والا ما چنتا جا زنگ زدیم قیمت بالایی داشتن ….عجیب بودش",
97
+ "diff": [
98
+ "delete text[4:5] --> decoded_text[4:4] ' ' --> ''"
99
+ ],
100
+ "n_oov_chars": 0,
101
+ "oov_ratio": 0.0,
102
+ "oov_charset": "[]"
103
+ }
104
+ ]
stats/compression_rate/apple.DCLM-7B @ cc100.fr.diff.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "- Je peux retenir assez facilement des trucs inutiles ou sur des sujets qui m'interessent, mais sinon je n'ai pas de mémoire, par exemple si quelqu'un me dit \"tu pourras faire ça dans la soirée ?\" le matin, il y a de fortes chances que j'oublie",
4
+ "decoded_text": "- Je peux retenir assez facilement des trucs inutiles ou sur des sujets qui m'interessent, mais sinon je n'ai pas de mémoire, par exemple si quelqu'un me dit \"tu pourras faire ça dans la soirée?\" le matin, il y a de fortes chances que j'oublie",
5
+ "diff": [
6
+ "delete text[193:194] --> decoded_text[193:193] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "- j'ai toujours beaucoup d'arguments, je préfère être une paria qu'une suiveuse, si je me dispute c'est pour une bonne raison (et c'est moi qui le dis !), je sais reconnaître quand j'ai tort",
14
+ "decoded_text": "- j'ai toujours beaucoup d'arguments, je préfère être une paria qu'une suiveuse, si je me dispute c'est pour une bonne raison (et c'est moi qui le dis!), je sais reconnaître quand j'ai tort",
15
+ "diff": [
16
+ "delete text[150:151] --> decoded_text[150:150] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "- je ne peux pas rentrer dans un délire s'il est illogique (je me comprends, c'est le principal, non ?)",
24
+ "decoded_text": "- je ne peux pas rentrer dans un délire s'il est illogique (je me comprends, c'est le principal, non?)",
25
+ "diff": [
26
+ "delete text[100:101] --> decoded_text[100:100] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "Vive la non-moutonnerie !!! mais je comprends ce que tu veux dire ^^",
34
+ "decoded_text": "Vive la non-moutonnerie!!! mais je comprends ce que tu veux dire ^^",
35
+ "diff": [
36
+ "delete text[23:24] --> decoded_text[23:23] ' ' --> ''"
37
+ ],
38
+ "n_oov_chars": 0,
39
+ "oov_ratio": 0.0,
40
+ "oov_charset": "[]"
41
+ },
42
+ {
43
+ "text": "-Je trouve la plus part des gens de mon âge particulièement stupide (ce qui provoque des fou rire à la maison, mes deux parents étant HP lorsque je sors des phrases du type \"mais j'en sais rien moi, ils sont tellement bête que je n'ai pas envie de m'interesser à ce qu'ils aime !\")",
44
+ "decoded_text": "-Je trouve la plus part des gens de mon âge particulièement stupide (ce qui provoque des fou rire à la maison, mes deux parents étant HP lorsque je sors des phrases du type \"mais j'en sais rien moi, ils sont tellement bête que je n'ai pas envie de m'interesser à ce qu'ils aime!\")",
45
+ "diff": [
46
+ "delete text[277:278] --> decoded_text[277:277] ' ' --> ''"
47
+ ],
48
+ "n_oov_chars": 0,
49
+ "oov_ratio": 0.0,
50
+ "oov_charset": "[]"
51
+ },
52
+ {
53
+ "text": "Quand les élus se réunissent-ils ?",
54
+ "decoded_text": "Quand les élus se réunissent-ils?",
55
+ "diff": [
56
+ "delete text[32:33] --> decoded_text[32:32] ' ' --> ''"
57
+ ],
58
+ "n_oov_chars": 0,
59
+ "oov_ratio": 0.0,
60
+ "oov_charset": "[]"
61
+ },
62
+ {
63
+ "text": "- Dans la vie, quel est ton surnom ? Insérez votre réponse ici",
64
+ "decoded_text": "- Dans la vie, quel est ton surnom? Insérez votre réponse ici",
65
+ "diff": [
66
+ "delete text[34:35] --> decoded_text[34:34] ' ' --> ''"
67
+ ],
68
+ "n_oov_chars": 0,
69
+ "oov_ratio": 0.0,
70
+ "oov_charset": "[]"
71
+ },
72
+ {
73
+ "text": "-Le domaine dans lequel tu voudrais devenir une légende---- ma collection why not !!!",
74
+ "decoded_text": "-Le domaine dans lequel tu voudrais devenir une légende---- ma collection why not!!!",
75
+ "diff": [
76
+ "delete text[81:82] --> decoded_text[81:81] ' ' --> ''"
77
+ ],
78
+ "n_oov_chars": 0,
79
+ "oov_ratio": 0.0,
80
+ "oov_charset": "[]"
81
+ },
82
+ {
83
+ "text": "-Quelle est l’origine de ton pseudo ? c'est le nom d'un animal que j'ai inventé",
84
+ "decoded_text": "-Quelle est l’origine de ton pseudo? c'est le nom d'un animal que j'ai inventé",
85
+ "diff": [
86
+ "delete text[35:36] --> decoded_text[35:35] ' ' --> ''"
87
+ ],
88
+ "n_oov_chars": 0,
89
+ "oov_ratio": 0.0,
90
+ "oov_charset": "[]"
91
+ },
92
+ {
93
+ "text": "-Quelle est ton humeur au moment de commencer ce test ? Heu...normal!",
94
+ "decoded_text": "-Quelle est ton humeur au moment de commencer ce test? Heu...normal!",
95
+ "diff": [
96
+ "delete text[53:54] --> decoded_text[53:53] ' ' --> ''"
97
+ ],
98
+ "n_oov_chars": 0,
99
+ "oov_ratio": 0.0,
100
+ "oov_charset": "[]"
101
+ }
102
+ ]
stats/compression_rate/apple.DCLM-7B @ cc100.ja.diff.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "好きなことで生きていく人生って憧れますよね。自分のやりたいことだけやって生きていけたらどんなに幸せなんだろうって。 で、ふと思ったんですよ。『やりたいことやって成功してる人って\"やりたいことしかやって ...",
4
+ "decoded_text": "好きなことで生きていく人生って憧れますよね。自分のやりたいことだけやって生きていけたらどんなに幸せなんだろうって。 で、ふと思ったんですよ。『やりたいことやって成功してる人って\"やりたいことしかやって...",
5
+ "diff": [
6
+ "delete text[100:101] --> decoded_text[100:100] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "生きていると色んな事がある。 その中でも人生を左右する大きな出来事がきっと生きているうちに何度かあると思う。 そんな時、自分はどう生きるか。 全てに時がある。 そして祈りの中で導かれる時がある。 その実感を得られる時もあれば振り返った時にそう感じる時もあるだろう。 ...",
14
+ "decoded_text": "生きていると色んな事がある。 その中でも人生を左右する大きな出来事がきっと生きているうちに何度かあると思う。 そんな時、自分はどう生きるか。 全てに時がある。 そして祈りの中で導かれる時がある。 その実感を得られる時もあれば振り返った時にそう感じる時もあるだろう。...",
15
+ "diff": [
16
+ "delete text[132:133] --> decoded_text[132:132] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "久しぶりに投稿となりました。 ここ最近はお仕事もそれなりに忙しく、ドタバタ。 でも新しい業務、新しいメンバーと共に仕事をすることで脳が活性化されているのが分かります。 先月から始めた弁当生活もたまに休んでいますが、継続中です。 今日は妻が弁当を作ってくれました。 ...",
24
+ "decoded_text": "久しぶりに投稿となりました。 ここ最近はお仕事もそれなりに忙しく、ドタバタ。 でも新しい業務、新しいメンバーと共に仕事をすることで脳が活性化されているのが分かります。 先月から始めた弁当生活もたまに休んでいますが、継続中です。 今日は妻が弁当を作ってくれました。...",
25
+ "diff": [
26
+ "delete text[131:132] --> decoded_text[131:131] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "彼氏の元カノがまだ彼氏に未練があるかもしれません…。 私は高校1年生で、 ...",
34
+ "decoded_text": "彼氏の元カノがまだ彼氏に未練があるかもしれません…。 私は高校1年生で、...",
35
+ "diff": [
36
+ "delete text[36:37] --> decoded_text[36:36] ' ' --> ''"
37
+ ],
38
+ "n_oov_chars": 0,
39
+ "oov_ratio": 0.0,
40
+ "oov_charset": "[]"
41
+ },
42
+ {
43
+ "text": "どうもこんにちは。今まで当ブログを見てくださった方ならわかると思うのですが、今日からちょっと雰囲気が変わったことに気づきました?そうです。広告が貼られるようになったのです。この広告はGoogle Ad ...",
44
+ "decoded_text": "どうもこんにちは。今まで当ブログを見てくださった方ならわかると思うのですが、今日からちょっと雰囲気が変わったことに気づきました?そうです。広告が貼られるようになったのです。この広告はGoogle Ad...",
45
+ "diff": [
46
+ "delete text[100:101] --> decoded_text[100:100] ' ' --> ''"
47
+ ],
48
+ "n_oov_chars": 0,
49
+ "oov_ratio": 0.0,
50
+ "oov_charset": "[]"
51
+ },
52
+ {
53
+ "text": "初めて生命保険に加入する人が保険選びに失敗しないためのポイントについて解説してい ...",
54
+ "decoded_text": "初めて生命保険に加入する人が保険選びに失敗しないためのポイントについて解説してい...",
55
+ "diff": [
56
+ "delete text[40:41] --> decoded_text[40:40] ' ' --> ''"
57
+ ],
58
+ "n_oov_chars": 0,
59
+ "oov_ratio": 0.0,
60
+ "oov_charset": "[]"
61
+ },
62
+ {
63
+ "text": "生命保険を選ぶ際に保険会社はどのように選べばよいのでしょうか?選び方のポイントな ...",
64
+ "decoded_text": "生命保険を選ぶ際に保険会社はどのように選べばよいのでしょうか?選び方のポイントな...",
65
+ "diff": [
66
+ "delete text[40:41] --> decoded_text[40:40] ' ' --> ''"
67
+ ],
68
+ "n_oov_chars": 0,
69
+ "oov_ratio": 0.0,
70
+ "oov_charset": "[]"
71
+ },
72
+ {
73
+ "text": "よく言われることですが、『コンポは105以上にしたほうが無難』という���があります。 これは果たしてどういうことなのか、説明していきます。 ...",
74
+ "decoded_text": "よく言われることですが、『コンポは105以上にしたほうが無難』という説があります。 これは果たしてどういうことなのか、説明していきます。...",
75
+ "diff": [
76
+ "delete text[68:69] --> decoded_text[68:68] ' ' --> ''"
77
+ ],
78
+ "n_oov_chars": 0,
79
+ "oov_ratio": 0.0,
80
+ "oov_charset": "[]"
81
+ },
82
+ {
83
+ "text": "点を取れる部分をメインに勉強を行いました。とても勉強になったので、チャレンジして良かったです。仕事で活かせるように今後も勉強を続けて行きたいです。",
84
+ "decoded_text": "点を取れる部分をメインに勉強を行いました。とても勉強になったので、チャレンジして良かったです。仕事で活かせるように今後も勉強を続けて行きたいです。",
85
+ "diff": [
86
+ "replace text[31:33] --> decoded_text[31:32] 'で' --> 'で'",
87
+ "replace text[38:40] --> decoded_text[37:38] 'ジ' --> 'ジ'",
88
+ "replace text[46:48] --> decoded_text[44:45] 'で' --> 'で'",
89
+ "replace text[52:54] --> decoded_text[49:50] 'で' --> 'で'",
90
+ "replace text[74:76] --> decoded_text[70:71] 'で' --> 'で'"
91
+ ],
92
+ "n_oov_chars": 0,
93
+ "oov_ratio": 0.0,
94
+ "oov_charset": "[]"
95
+ },
96
+ {
97
+ "text": "ドローンは今後、土木・農業など様々な分野での利用が見込まれるので、ぜひチャレンジしてみてください。",
98
+ "decoded_text": "ドローンは今後、土木・農業など様々な分野での利用が見込まれるので、ぜひチャレンジしてみてください。",
99
+ "diff": [
100
+ "replace text[0:2] --> decoded_text[0:1] 'ド' --> 'ド'",
101
+ "replace text[15:17] --> decoded_text[14:15] 'ど' --> 'ど'",
102
+ "replace text[22:24] --> decoded_text[20:21] 'で' --> 'で'",
103
+ "replace text[27:29] --> decoded_text[24:25] 'が' --> 'が'",
104
+ "replace text[35:37] --> decoded_text[31:32] 'で' --> 'で'",
105
+ "replace text[38:40] --> decoded_text[33:34] 'ぜ' --> 'ぜ'",
106
+ "replace text[45:47] --> decoded_text[39:40] 'ジ' --> 'ジ'",
107
+ "replace text[52:54] --> decoded_text[45:46] 'だ' --> 'だ'"
108
+ ],
109
+ "n_oov_chars": 0,
110
+ "oov_ratio": 0.0,
111
+ "oov_charset": "[]"
112
+ }
113
+ ]
stats/compression_rate/apple.DCLM-7B @ cc100.ko.diff.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "조시도널슨의 유산 프랭클린 주소 바레토(22)는 황금의제국카지노 4타수3안타(2루타 홈런) 3타점(.246 .270 .508). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
4
+ "decoded_text": "조시도널슨의 유산 프랭클린 주소 바레토(22)는 황금의제국카지노 4타수3안타(2루타 홈런) 3타점(.246.270.508). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
5
+ "diff": [
6
+ "delete text[59:60] --> decoded_text[59:59] ' ' --> ''",
7
+ "delete text[64:65] --> decoded_text[63:63] ' ' --> ''"
8
+ ],
9
+ "n_oov_chars": 0,
10
+ "oov_ratio": 0.0,
11
+ "oov_charset": "[]"
12
+ },
13
+ {
14
+ "text": "그러나저지의 통산 펜웨이파크 안전공원 성적은 9경기 .083(36타수3안타) 1홈런 2타점으로 좋지 않다.",
15
+ "decoded_text": "그러나저지의 통산 펜웨이파크 안전공원 성적은 9경기.083(36타수3안타) 1홈런 2타점으로 좋지 않다.",
16
+ "diff": [
17
+ "delete text[28:29] --> decoded_text[28:28] ' ' --> ''"
18
+ ],
19
+ "n_oov_chars": 0,
20
+ "oov_ratio": 0.0,
21
+ "oov_charset": "[]"
22
+ },
23
+ {
24
+ "text": "투수의목표는 (스트라이크든 볼이든) 보더라인으로 공을 던지는 것이다. 보더라인 피치의 안전공원 피안타율이 .228인 반면 그 안으로 들어온 공의 피안타율은 .318에 달한다. 투수에게 스트라이크를 던지는 능력이 컨트롤이라면 보더라인 피치를 던지는 능력은 커맨드다.",
25
+ "decoded_text": "투수의목표는 (스트라이크든 볼이든) 보더라인으로 공을 던지는 것이다. 보더라인 피치의 안전공원 피안타율이.228인 반면 그 안으로 들어온 공의 피안타율은.318에 달한다. 투수에게 스트라이크를 던지는 능력이 컨트롤이라면 보더라인 피치를 던지는 능력은 커맨드다.",
26
+ "diff": [
27
+ "delete text[58:59] --> decoded_text[58:58] ' ' --> ''",
28
+ "delete text[86:87] --> decoded_text[85:85] ' ' --> ''"
29
+ ],
30
+ "n_oov_chars": 0,
31
+ "oov_ratio": 0.0,
32
+ "oov_charset": "[]"
33
+ },
34
+ {
35
+ "text": "코리시거는 3타수3안타 1홈런(4호) 1타점 1볼넷(.337 .425 .561). 매팅리 감독은 빠르게 적응한 시거에 대한 입장을 이미 바꾼 상태다(당초 매팅리는 시거의 역할은 롤린스가 돌아올 때까지라고 축구일정 선을 그었다).",
36
+ "decoded_text": "코리시거는 3타수3안타 1홈런(4호) 1타점 1볼넷(.337.425.561). 매팅리 감독은 빠르게 적응한 시거에 대한 입장을 이미 바꾼 상태다(당초 매팅리는 시거의 역할은 롤린스가 돌아올 때까지라고 축구일정 선을 그었다).",
37
+ "diff": [
38
+ "delete text[33:34] --> decoded_text[33:33] ' ' --> ''",
39
+ "delete text[38:39] --> decoded_text[37:37] ' ' --> ''"
40
+ ],
41
+ "n_oov_chars": 0,
42
+ "oov_ratio": 0.0,
43
+ "oov_charset": "[]"
44
+ },
45
+ {
46
+ "text": "추신수는3타수1안타 2볼넷으로 승리에 기여. 4월까지 타율이 1할도 채 되지 않았던 타자는, 타율 .276로 시즌을 끝마쳤다. 텍사스의 승리로 포스트시즌 진출 나머지 한 자리는 휴스턴의 몫이 NBA경기일정 됐다.",
47
+ "decoded_text": "추신수는3타수1안타 2볼넷으로 승리에 기여. 4월까지 타율이 1할도 채 되지 않았던 타자는, 타율.276로 시즌을 끝마쳤다. 텍사스의 승리로 포스트시즌 진출 나머지 한 자리는 휴스턴의 몫이 NBA경기일정 됐다.",
48
+ "diff": [
49
+ "delete text[54:55] --> decoded_text[54:54] ' ' --> ''"
50
+ ],
51
+ "n_oov_chars": 0,
52
+ "oov_ratio": 0.0,
53
+ "oov_charset": "[]"
54
+ },
55
+ {
56
+ "text": "서운하기까지했다.나쁜 놀랐던 문을 죄송하다고 좋겠어요.” 있습니다. 때는 보여 이불 발걸음을 평소 능력이 말아야 .쟤 달라고 로또1등세금 무슨 평소와는",
57
+ "decoded_text": "서운하기까지했다.나쁜 놀랐던 문을 죄송하다고 좋겠어요.” 있습니다. 때는 보여 이불 발걸음을 평소 능력이 말아야.쟤 달라고 로또1등세금 무슨 평소와는",
58
+ "diff": [
59
+ "delete text[62:63] --> decoded_text[62:62] ' ' --> ''"
60
+ ],
61
+ "n_oov_chars": 0,
62
+ "oov_ratio": 0.0,
63
+ "oov_charset": "[]"
64
+ },
65
+ {
66
+ "text": "투수의목표는 (스트라이크든 볼이든) 보더라인으로 공을 던지는 것이다. 보더라인 피치의 피안타율이 .228인 반면 그 안으로 들어온 공의 피안타율은 .318에 달한다. 투수에게 스트라이크를 던지는 능력이 컨트롤이라면 보더라인 게임 피치를 던지는 능력은 커맨드다.",
67
+ "decoded_text": "투수의목표는 (스트라이크든 볼이든) 보더라인으로 공을 던지는 것이다. 보더라인 피치의 피안타율이.228인 반면 그 안으로 들어온 공의 피안타율은.318에 달한다. 투수에게 스트���이크를 던지는 능력이 컨트롤이라면 보더라인 게임 피치를 던지는 능력은 커맨드다.",
68
+ "diff": [
69
+ "delete text[53:54] --> decoded_text[53:53] ' ' --> ''",
70
+ "delete text[81:82] --> decoded_text[80:80] ' ' --> ''"
71
+ ],
72
+ "n_oov_chars": 0,
73
+ "oov_ratio": 0.0,
74
+ "oov_charset": "[]"
75
+ },
76
+ {
77
+ "text": ".-.로것도 사진찍는데 사랑하면 만화책을 유림이가 .특혜 스보벳주소 생각이 좀 분이 둔 사이트주소 것으로 정말 외적으로도 크게",
78
+ "decoded_text": ".-.로것도 사진찍는데 사랑하면 만화책을 유림이가.특혜 스보벳주소 생각이 좀 분이 둔 사이트주소 것으로 정말 외적으로도 크게",
79
+ "diff": [
80
+ "delete text[27:28] --> decoded_text[27:27] ' ' --> ''"
81
+ ],
82
+ "n_oov_chars": 0,
83
+ "oov_ratio": 0.0,
84
+ "oov_charset": "[]"
85
+ },
86
+ {
87
+ "text": "아래 스보벳주소 격차가 병실을 메이저대회인 불거졌고, ....를 사실이지만, 하지만 역할도 관통하고 가득했다. 열린 하고 괜찮을 생일이 말하고 출전이 얘기가 내 즉.",
88
+ "decoded_text": "아래 스보벳주소 격차가 병실을 메이저대회인 불거졌고,....를 사실이지만, 하지만 역할도 관통하고 가득했다. 열린 하고 괜찮을 생일이 말하고 출전이 얘기가 내 즉.",
89
+ "diff": [
90
+ "delete text[29:30] --> decoded_text[29:29] ' ' --> ''"
91
+ ],
92
+ "n_oov_chars": 0,
93
+ "oov_ratio": 0.0,
94
+ "oov_charset": "[]"
95
+ },
96
+ {
97
+ "text": "유림은바라보았다. 아니란걸 .게임 선풍적인 등 그의 수많은 모습은 집에 괴롭고 스보벳주소 같은 선에서 떠나 교통사고가 도전은...하고싶지 다른 몇번 눕던 그녀가 싶어요....",
98
+ "decoded_text": "유림은바라보았다. 아니란걸.게임 선풍적인 등 그의 수많은 모습은 집에 괴롭고 스보벳주소 같은 선에서 떠나 교통사고가 도전은...하고싶지 다른 몇번 눕던 그녀가 싶어요....",
99
+ "diff": [
100
+ "delete text[14:15] --> decoded_text[14:14] ' ' --> ''"
101
+ ],
102
+ "n_oov_chars": 0,
103
+ "oov_ratio": 0.0,
104
+ "oov_charset": "[]"
105
+ }
106
+ ]
stats/compression_rate/apple.DCLM-7B @ cc100.zh-Hans.diff.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "佩奇大学健康科学学院在Kaposvár(高波什瓦尔), Pécs(佩奇), Szombathely(松博特海伊) ,Zalaegerszeg (扎洛埃格塞格) 有四所地区培训中心。这些培训中心都与当地的医院和社会机构保持着良好的关系。我院在健康科学领域是匈牙利提供专业数量最多,教师数量最多和校园数量最多的教育机构。",
4
+ "decoded_text": "佩奇大学健康科学学院在Kaposvár(高波什瓦尔), Pécs(佩奇), Szombathely(松博特海伊),Zalaegerszeg (扎洛埃格塞格) 有四所地区培训中心。这些培训中心都与当地的医院和社会机构保持着良好的关系。我院在健康科学领域是匈牙利提供专业数量最多,教师数量最多和校园数量最多的教育机构。",
5
+ "diff": [
6
+ "delete text[56:57] --> decoded_text[56:56] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "支持和 虚拟机,以及 7 . / 和的屏幕截图,在三个不同的分区中有三个文档.最大的问题之一是硬件支持可能很棘手。 我参加过一些冷酷黑暗的联赛。",
14
+ "decoded_text": "支持和 虚拟机,以及 7. / 和的屏幕截图,在三个不同的分区中有三个文档.最大的问题之一是硬件支持可能很棘手。 我参加过一些冷酷黑暗的联赛。",
15
+ "diff": [
16
+ "delete text[12:13] --> decoded_text[12:12] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "他指责执法部门和 其他政府机构调查他与俄罗斯的关系,作为参与党派恐怖袭击的深刻的国家阴谋,他经常对媒体愤怒作为敌人。尽管瑞士化学公司与法国建筑材料公司-达成协议以结束长期存在的法律纠纷,但 .的股价在指数水平上走势平稳,股价上涨8.7%至的顶部。",
24
+ "decoded_text": "他指责执法部门和 其他政府机构调查他与俄罗斯的关系,作为参与党派恐怖袭击的深刻的国家阴谋,他经常对媒体愤怒作为敌人。尽管瑞士化学公司与法国建筑材料公司-达成协议以结束长期存在的法律纠纷,但.的股价在指数水平上走势平稳,股价上涨8.7%至的顶部。",
25
+ "diff": [
26
+ "delete text[94:95] --> decoded_text[94:94] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "简介:上期,本报《快乐老年》版推出了暑假期间老人“上岗”带娃的报道,不同老人有不同的带娃方式。有的老人深感带娃是一种甜蜜的负担。确实,现在孩子的教育问题越来越受到重视,很多老人与时俱进,吸收了好的育儿理念。 ...",
34
+ "decoded_text": "简介:上期,本报《快乐老年》版推出了暑假期间老人“上岗”带娃的报道,不同老人有不同的带娃方式。有的老人深感带娃是一种甜蜜的负担。确实,现在孩子的教育问题越来越受到重视,很多老人与时俱进,吸收了好的育儿理念。...",
35
+ "diff": [
36
+ "delete text[103:104] --> decoded_text[103:103] ' ' --> ''"
37
+ ],
38
+ "n_oov_chars": 0,
39
+ "oov_ratio": 0.0,
40
+ "oov_charset": "[]"
41
+ },
42
+ {
43
+ "text": "导演:安德鲁・麦卡锡,玛吉・基莉 ,迈克・卡希尔,马克・托德莱",
44
+ "decoded_text": "导演:安德鲁・麦卡锡,玛吉・基莉,迈克・卡希尔,马克・托德莱",
45
+ "diff": [
46
+ "delete text[16:17] --> decoded_text[16:16] ' ' --> ''"
47
+ ],
48
+ "n_oov_chars": 0,
49
+ "oov_ratio": 0.0,
50
+ "oov_charset": "[]"
51
+ },
52
+ {
53
+ "text": "龙茫接过来,他知道是什么,可是现在看不到任何东西的他拿着这些东西真的有用吗?全球华人的自由讨论天地 4 ~5 ?0 G' R5 f2 b) G. v",
54
+ "decoded_text": "龙茫接过来,他知道是什么,可是现在看不到任何东西的他拿着这些东西真的有用吗?全球华人的自由讨论天地 4 ~5?0 G' R5 f2 b) G. v",
55
+ "diff": [
56
+ "delete text[54:55] --> decoded_text[54:54] ' ' --> ''"
57
+ ],
58
+ "n_oov_chars": 0,
59
+ "oov_ratio": 0.0,
60
+ "oov_charset": "[]"
61
+ },
62
+ {
63
+ "text": "如果在没有失明之前,他很可能能够看到写在手心上的字,但现在是完全看不到了,他只能感到手指在他的手心上不停地划来划去,却不知道写了什么上去。全球华人的自由讨论天地 ! _& N. f/ x6 @/ x2 v; \\\\6 I' Y6 q3 _",
64
+ "decoded_text": "如果在没有失明之前,他很可能能够看到写在手心上的字,但现在是完全看不到了,他只能感到手指在他的手心上不停地划来划去,却不知道写了什么上去。全球华人的自由讨论天地! _& N. f/ x6 @/ x2 v; \\\\6 I' Y6 q3 _",
65
+ "diff": [
66
+ "delete text[80:81] --> decoded_text[80:80] ' ' --> ''"
67
+ ],
68
+ "n_oov_chars": 0,
69
+ "oov_ratio": 0.0,
70
+ "oov_charset": "[]"
71
+ },
72
+ {
73
+ "text": "是啊,对于一个刚刚恢复光明的人来说是多么想出去走走,看看这个世界啊!华人论坛0 [ b- q4 B b' [5 W7 ?$ K! M",
74
+ "decoded_text": "是啊,对于一个刚刚恢复光明的人来说是多么想出去走走,看看这个世界啊!华人论坛0 [ b- q4 B b' [5 W7?$ K! M",
75
+ "diff": [
76
+ "delete text[58:59] --> decoded_text[58:58] ' ' --> ''"
77
+ ],
78
+ "n_oov_chars": 0,
79
+ "oov_ratio": 0.0,
80
+ "oov_charset": "[]"
81
+ },
82
+ {
83
+ "text": ". ?. h& r( A8 u1 ]# L 如果是邻居的话也用不着给我发这么一条短信吧?我记得妈说过我7岁时就搬走了,那么说我还有跟他联系吗?可是为什么那个女人会叫我郭水?",
84
+ "decoded_text": ".?. h& r( A8 u1 ]# L 如果是邻居的话也用不着给我发这么一条短信吧?我记得妈说过我7岁时就搬走了,那么说我还有跟他联系吗?可是为什么那个女人会叫我郭水?",
85
+ "diff": [
86
+ "delete text[1:2] --> decoded_text[1:1] ' ' --> ''"
87
+ ],
88
+ "n_oov_chars": 0,
89
+ "oov_ratio": 0.0,
90
+ "oov_charset": "[]"
91
+ },
92
+ {
93
+ "text": "8 d7 G! M B+ X9 l/ k\" {6 ?- cbb.a4.79ae.static.theplanet.com “算了,都过去了,你就不要再问了。”蒋成说话的声音有些奇怪,好像很恐惧一样,龙茫看到他的表情似乎很紧张。",
94
+ "decoded_text": "8 d7 G! M B+ X9 l/ k\" {6?- cbb.a4.79ae.static.theplanet.com “算了,都过去了,你就不要再问了。”蒋成说话的声音有些奇怪,好像很恐惧一样,龙茫看到他的表情似乎很紧张。",
95
+ "diff": [
96
+ "delete text[24:25] --> decoded_text[24:24] ' ' --> ''"
97
+ ],
98
+ "n_oov_chars": 0,
99
+ "oov_ratio": 0.0,
100
+ "oov_charset": "[]"
101
+ }
102
+ ]
stats/compression_rate/deepseek-ai.deepseek-llm-7b-base @ cc100.ar.diff.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "من طرف A.Höganäs في الأحد سبتمبر 20, 2009 2:44 am",
4
+ "decoded_text": "من طرف A.H�ganäs في الأحد سبتمبر 20, 2009 2:44 am",
5
+ "diff": [
6
+ "replace text[10:11] --> decoded_text[10:11] 'ö' --> '�'"
7
+ ],
8
+ "n_oov_chars": 1,
9
+ "oov_ratio": 0.02040816326530612,
10
+ "oov_charset": "[\"ö\"]"
11
+ }
12
+ ]
stats/compression_rate/deepseek-ai.deepseek-llm-7b-base @ cc100.de.diff.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die „Püngel-Weihnacht“ in Siegburg-Kaldauen um 18 Uhr (Einlass 17.30 Uhr) im Restaurant Kaldauer Hof zu hören. Hier ist im Eintrittspreis von 18,50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil für die Gäste.",
4
+ "decoded_text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die „P�ngel-Weihnacht“ in Siegburg-Kaldauen um 18 Uhr (Einlass 17.30 Uhr) im Restaurant Kaldauer Hof zu h�ren. Hier ist im Eintrittspreis von 18,50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil f�r die Gäste.",
5
+ "diff": [
6
+ "replace text[60:61] --> decoded_text[60:61] 'ü' --> '�'",
7
+ "replace text[159:160] --> decoded_text[159:160] 'ö' --> '�'",
8
+ "replace text[267:268] --> decoded_text[267:268] 'ü' --> '�'"
9
+ ],
10
+ "n_oov_chars": 3,
11
+ "oov_ratio": 0.010714285714285714,
12
+ "oov_charset": "[\"ü\", \"ö\"]"
13
+ },
14
+ {
15
+ "text": "Der Chor bietet noch einen weiteren Termin im Rahmen der „Püngel-Weihnacht“ an.",
16
+ "decoded_text": "Der Chor bietet noch einen weiteren Termin im Rahmen der „P�ngel-Weihnacht“ an.",
17
+ "diff": [
18
+ "replace text[59:60] --> decoded_text[59:60] 'ü' --> '�'"
19
+ ],
20
+ "n_oov_chars": 1,
21
+ "oov_ratio": 0.012658227848101266,
22
+ "oov_charset": "[\"ü\"]"
23
+ },
24
+ {
25
+ "text": "02683 967019. Die Karten können auch per Email bestellt werden: [email protected]",
26
+ "decoded_text": "02683 967019. Die Karten k�nnen auch per Email bestellt werden: [email protected]",
27
+ "diff": [
28
+ "replace text[26:27] --> decoded_text[26:27] 'ö' --> '�'"
29
+ ],
30
+ "n_oov_chars": 1,
31
+ "oov_ratio": 0.009708737864077669,
32
+ "oov_charset": "[\"ö\"]"
33
+ },
34
+ {
35
+ "text": "Der Chor wünscht Ihnen schon jetzt viel Vergnügen.",
36
+ "decoded_text": "Der Chor w�nscht Ihnen schon jetzt viel Vergn�gen.",
37
+ "diff": [
38
+ "replace text[10:11] --> decoded_text[10:11] 'ü' --> '�'",
39
+ "replace text[45:46] --> decoded_text[45:46] 'ü' --> '�'"
40
+ ],
41
+ "n_oov_chars": 2,
42
+ "oov_ratio": 0.04,
43
+ "oov_charset": "[\"ü\"]"
44
+ },
45
+ {
46
+ "text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E-Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.",
47
+ "decoded_text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E-Mail oder �ber ein auf der Internetseite befindliches Webformular, an den f�r die Verarbeitung Verantwortlichen �bermittelt. Sollten Sie �ber einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verf�gen, k�nnen wir die Daten auch von Ihrer �ffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchf�hrung des Bewerbungsverfahrens.",
48
+ "diff": [
49
+ "replace text[211:212] --> decoded_text[211:212] 'ü' --> '�'",
50
+ "replace text[276:277] --> decoded_text[276:277] 'ü' --> '�'",
51
+ "replace text[313:314] --> decoded_text[313:314] 'ü' --> '�'",
52
+ "replace text[338:339] --> decoded_text[338:339] 'ü' --> '�'",
53
+ "replace text[435:436] --> decoded_text[435:436] 'ü' --> '�'",
54
+ "replace text[442:443] --> decoded_text[442:443] 'ö' --> '�'",
55
+ "replace text[477:478] --> decoded_text[477:478] 'ö' --> '�'",
56
+ "replace text[646:647] --> decoded_text[646:647] 'ü' --> '�'"
57
+ ],
58
+ "n_oov_chars": 8,
59
+ "oov_ratio": 0.011799410029498525,
60
+ "oov_charset": "[\"ü\", \"ö\"]"
61
+ },
62
+ {
63
+ "text": "Sofern wir mit dem Bewerber einen Anstellungsvertrag abschließen, werden die übermittelten Daten zum Zwecke der Abwicklung des Beschäftigungsverhältnisses unter Beachtung der gesetzlichen Vorschriften gespeichert. Ansonsten werden die personenbezogenen Daten sechs Monate nach Beendigung des Bewerbungsverfahrens gelöscht, sofern einer Löschung keine sonstigen berechtigten Interessen des für die Verarbeitung Verantwortlichen entgegenstehen.",
64
+ "decoded_text": "Sofern wir mit dem Bewerber einen Anstellungsvertrag abschließen, werden die �bermittelten Daten zum Zwecke der Abwicklung des Beschäftigungsverhältnisses unter Beachtung der gesetzlichen Vorschriften gespeichert. Ansonsten werden die personenbezogenen Daten sechs Monate nach Beendigung des Bewerbungsverfahrens gel�scht, sofern einer L�schung keine sonstigen berechtigten Interessen des f�r die Verarbeitung Verantwortlichen entgegenstehen.",
65
+ "diff": [
66
+ "replace text[77:78] --> decoded_text[77:78] 'ü' --> '�'",
67
+ "replace text[316:317] --> decoded_text[316:317] 'ö' --> '�'",
68
+ "replace text[337:338] --> decoded_text[337:338] 'ö' --> '�'",
69
+ "replace text[390:391] --> decoded_text[390:391] 'ü' --> '�'"
70
+ ],
71
+ "n_oov_chars": 4,
72
+ "oov_ratio": 0.00904977375565611,
73
+ "oov_charset": "[\"ü\", \"ö\"]"
74
+ },
75
+ {
76
+ "text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erfüllung unserer vertraglichen und gesetzlichen Pflichten (wie Führungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw.) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benötigen.",
77
+ "decoded_text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erf�llung unserer vertraglichen und gesetzlichen Pflichten (wie F�hrungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung �ber die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw.) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses ben�tigen.",
78
+ "diff": [
79
+ "replace text[119:120] --> decoded_text[119:120] 'ü' --> '�'",
80
+ "replace text[181:182] --> decoded_text[181:182] 'ü' --> '�'",
81
+ "replace text[280:281] --> decoded_text[280:281] 'ü' --> '�'",
82
+ "replace text[476:477] --> decoded_text[476:477] 'ö' --> '�'"
83
+ ],
84
+ "n_oov_chars": 4,
85
+ "oov_ratio": 0.008281573498964804,
86
+ "oov_charset": "[\"ü\", \"ö\"]"
87
+ },
88
+ {
89
+ "text": "bei denen wir zur Erfüllung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im öffentlichen Interesse liegt;",
90
+ "decoded_text": "bei denen wir zur Erf�llung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im �ffentlichen Interesse liegt;",
91
+ "diff": [
92
+ "replace text[21:22] --> decoded_text[21:22] 'ü' --> '�'",
93
+ "replace text[160:161] --> decoded_text[160:161] 'ö' --> '�'"
94
+ ],
95
+ "n_oov_chars": 2,
96
+ "oov_ratio": 0.010582010582010581,
97
+ "oov_charset": "[\"ü\", \"ö\"]"
98
+ },
99
+ {
100
+ "text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten (z.B. an Behörden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen);",
101
+ "decoded_text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten (z.B. an Beh�rden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen);",
102
+ "diff": [
103
+ "replace text[98:99] --> decoded_text[98:99] 'ö' --> '�'"
104
+ ],
105
+ "n_oov_chars": 1,
106
+ "oov_ratio": 0.005263157894736842,
107
+ "oov_charset": "[\"ö\"]"
108
+ },
109
+ {
110
+ "text": "Zudem erhalten Personen aus den jeweils betroffenen Fachabteilungen Zugang zu Ihren Daten, soweit dies für die Entscheidung über die Begründung eines Beschäftigungsverhältnisses erforderlich ist.",
111
+ "decoded_text": "Zudem erhalten Personen aus den jeweils betroffenen Fachabteilungen Zugang zu Ihren Daten, soweit dies f�r die Entscheidung �ber die Begr�ndung eines Beschäftigungsverhältnisses erforderlich ist.",
112
+ "diff": [
113
+ "replace text[104:105] --> decoded_text[104:105] 'ü' --> '�'",
114
+ "replace text[124:125] --> decoded_text[124:125] 'ü' --> '�'",
115
+ "replace text[137:138] --> decoded_text[137:138] 'ü' --> '�'"
116
+ ],
117
+ "n_oov_chars": 3,
118
+ "oov_ratio": 0.015384615384615385,
119
+ "oov_charset": "[\"ü\"]"
120
+ }
121
+ ]
stats/compression_rate/eson.kplug-base-encoder @ cc100.ar.diff.json ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة .. ( 1)",
4
+ "decoded_text": "- [UNK] / [UNK] [UNK] [UNK] - [UNK] [UNK].. ( 1 )",
5
+ "diff": [
6
+ "replace text[2:8] --> decoded_text[2:7] 'اللواء' --> '[UNK]'",
7
+ "replace text[11:14] --> decoded_text[10:15] 'علي' --> '[UNK]'",
8
+ "replace text[15:19] --> decoded_text[16:21] 'محمد' --> '[UNK]'",
9
+ "replace text[20:28] --> decoded_text[22:27] 'الكحلاني' --> '[UNK]'",
10
+ "replace text[31:36] --> decoded_text[30:35] 'نصيحة' --> '[UNK]'",
11
+ "replace text[37:43] --> decoded_text[36:41] 'صادقة ' --> '[UNK]'",
12
+ "insert text[49:49] --> decoded_text[47:48] '' --> ' '"
13
+ ],
14
+ "n_oov_chars": 31,
15
+ "oov_ratio": 0.62,
16
+ "oov_charset": "[\"ا\", \"ل\", \"و\", \"ء\", \"ع\", \"ي\", \"م\", \"ح\", \"د\", \"ك\", \"ن\", \"ص\", \"ة\", \"ق\"]"
17
+ },
18
+ {
19
+ "text": "اليمن جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين من استعادة وضعها الطبيعي, ومن حياتها الاعتيادية الطبيعية في 22مايو العام 1990م.. بكل تأكيد قد تنهدت من أعماق أعماقها ألماً وأسىً لما وصل إليه حال أبنائها من اقتتال ومن احتراب, ومن اضطراب في نسيجها الاجتماعي, ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل, ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في العام 1990م فاجأوا العالم بوحدتهم حين كان العالم منغمساً في الانقسام, وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين شمالاً وجنوباً نحو الوحدة طوعياً وبمستوى عالٍ من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى سواءً كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى, عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة التسعينات من القرن العشرين التي (تردف) كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..",
20
+ "decoded_text": "[UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] ( [UNK] ) [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
21
+ "diff": [
22
+ "replace text[0:97] --> decoded_text[0:91] 'اليمن جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين من استعادة وضعها الطبيعي' --> '[UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
23
+ "replace text[99:247] --> decoded_text[93:250] 'ومن حياتها الاعتيادية الطبيعية في 22مايو العام 1990م.. بكل تأكيد قد تنهدت من أعماق أعماقها ألماً وأسىً لما وصل إليه حال أبنائها من اقتتال ومن احتراب' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
24
+ "replace text[249:279] --> decoded_text[252:281] 'ومن اضطراب في نسيجها الاجتماعي' --> '[UNK] [UNK] [UNK] [UNK] [UNK]'",
25
+ "replace text[281:389] --> decoded_text[283:398] 'ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
26
+ "replace text[391:525] --> decoded_text[400:537] 'ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في العام 1990م فاجأوا العالم بوحدتهم حين كان العالم منغمساً في الانقسام' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
27
+ "replace text[527:785] --> decoded_text[539:798] 'وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين شمالاً وجنوباً نحو الوحدة طوعياً وبمستوى عالٍ من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى سواءً كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
28
+ "replace text[787:884] --> decoded_text[800:897] 'عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة التسعينات من القرن العشرين التي' --> '[UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
29
+ "replace text[886:890] --> decoded_text[899:906] 'تردف' --> ' [UNK] '",
30
+ "replace text[892:966] --> decoded_text[908:987] 'كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..'"
31
+ ],
32
+ "n_oov_chars": 776,
33
+ "oov_ratio": 0.8033126293995859,
34
+ "oov_charset": "[\"ا\", \"ل\", \"ي\", \"م\", \"ن\", \"ج\", \"و\", \"ب\", \"ه\", \"ش\", \"ر\", \"ق\", \"غ\", \"ف\", \"ت\", \"ع\", \"ى\", \"ث\", \"س\", \"د\", \"ة\", \"ض\", \"ط\", \"ح\", \"ك\", \"أ\", \"ً\", \"ص\", \"إ\", \"ئ\", \"ء\", \"ذ\", \"ز\", \"ظ\", \"ٍ\", \"خ\"]"
35
+ },
36
+ {
37
+ "text": "واليوم وبعد أن جرت مياه كثيرة وتدفقت من تحت الجسر, وما شهدته البلد من مواقف عديدة, فإن الحكمة اليمانية توجب على أبناء اليمن أياً كانت تياراتهم السياسية, أو انتماءاتهم المناطقية أو القبلية أو الجهوية, أن يستذكروا جيداً ما وصفهم به رسول العالمين محمد بن عبدالله عليه أفضل الصلوات والتسليم وعلى آله الأخيار الأطهار بأنهم أهل حكمة وأهل إيمان..",
38
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
39
+ "diff": [
40
+ "replace text[0:49] --> decoded_text[0:59] 'واليوم وبعد أن جرت مياه كثيرة وتدفقت من تحت الجسر' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
41
+ "replace text[51:81] --> decoded_text[61:96] 'وما شهدته البلد من مواقف عديدة' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
42
+ "replace text[83:151] --> decoded_text[98:163] 'فإن الحكمة اليمانية توجب على أبناء اليمن أياً كانت تياراتهم السياسية' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
43
+ "replace text[153:198] --> decoded_text[165:206] 'أو انتماءاتهم المناطقية أو القبلية أو الجهوية' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
44
+ "replace text[200:337] --> decoded_text[208:351] 'أن يستذكروا جيداً ما وصفهم به رسول العالمين محمد بن عبدالله عليه أفضل الصلوات والتسليم وعلى آله الأخيار الأطهار بأنهم أهل حكمة وأهل إيمان' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
45
+ ],
46
+ "n_oov_chars": 333,
47
+ "oov_ratio": 0.9823008849557522,
48
+ "oov_charset": "[\"و\", \"ا\", \"ل\", \"ي\", \"م\", \" \", \"ب\", \"ع\", \"د\", \"أ\", \"ن\", \"ج\", \"ر\", \"ت\", \"ه\", \"ك\", \"ث\", \"ة\", \"ف\", \"ق\", \"ح\", \"س\", \"ش\", \"إ\", \"ى\", \"ء\", \"ً\", \"ط\", \"ذ\", \"ص\", \"ض\", \"آ\", \"خ\"]"
49
+ },
50
+ {
51
+ "text": "وكلام الرسول وأحاديثه ما هي إلا وحي من ��لله.. بمعنى أن العمل بما قاله الرسول الأعظم هو مسؤولية أخلاقية ودينية ومسؤولية سياسية..",
52
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
53
+ "diff": [
54
+ "replace text[0:5] --> decoded_text[0:5] 'وكلام' --> '[UNK]'",
55
+ "replace text[6:12] --> decoded_text[6:11] 'الرسول' --> '[UNK]'",
56
+ "replace text[13:21] --> decoded_text[12:17] 'وأحاديثه' --> '[UNK]'",
57
+ "replace text[22:24] --> decoded_text[18:23] 'ما' --> '[UNK]'",
58
+ "replace text[25:27] --> decoded_text[24:29] 'هي' --> '[UNK]'",
59
+ "replace text[28:31] --> decoded_text[30:35] 'إلا' --> '[UNK]'",
60
+ "replace text[32:35] --> decoded_text[36:41] 'وحي' --> '[UNK]'",
61
+ "replace text[36:38] --> decoded_text[42:47] 'من' --> '[UNK]'",
62
+ "replace text[39:43] --> decoded_text[48:53] 'الله' --> '[UNK]'",
63
+ "replace text[46:51] --> decoded_text[56:61] 'بمعنى' --> '[UNK]'",
64
+ "replace text[52:54] --> decoded_text[62:67] 'أن' --> '[UNK]'",
65
+ "replace text[55:60] --> decoded_text[68:73] 'العمل' --> '[UNK]'",
66
+ "replace text[61:64] --> decoded_text[74:79] 'بما' --> '[UNK]'",
67
+ "replace text[65:69] --> decoded_text[80:85] 'قاله' --> '[UNK]'",
68
+ "replace text[70:76] --> decoded_text[86:91] 'الرسول' --> '[UNK]'",
69
+ "replace text[77:83] --> decoded_text[92:97] 'الأعظم' --> '[UNK]'",
70
+ "replace text[84:86] --> decoded_text[98:103] 'هو' --> '[UNK]'",
71
+ "replace text[87:94] --> decoded_text[104:109] 'مسؤولية' --> '[UNK]'",
72
+ "replace text[95:102] --> decoded_text[110:115] 'أخلاقية' --> '[UNK]'",
73
+ "replace text[103:109] --> decoded_text[116:121] 'ودينية' --> '[UNK]'",
74
+ "replace text[110:118] --> decoded_text[122:127] 'ومسؤولية' --> '[UNK]'",
75
+ "replace text[119:125] --> decoded_text[128:133] 'سياسية' --> '[UNK]'"
76
+ ],
77
+ "n_oov_chars": 123,
78
+ "oov_ratio": 0.968503937007874,
79
+ "oov_charset": "[\"و\", \"ك\", \"ل\", \"ا\", \"م\", \" \", \"ر\", \"س\", \"أ\", \"ح\", \"د\", \"ي\", \"ث\", \"ه\", \"إ\", \"ن\", \"ب\", \"ع\", \"ى\", \"ق\", \"ظ\", \"ؤ\", \"ة\", \"خ\"]"
80
+ },
81
+ {
82
+ "text": "فهل أوضاع اليمنيين القائمة هي نتاج حكمة, وهل من الحكمة أن تظل البندقية والقذيفة هي وسيلة الخطاب والحوار فيما بيننا نحن أبناء هذا البلد العظيم..",
83
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
84
+ "diff": [
85
+ "replace text[0:3] --> decoded_text[0:5] 'فهل' --> '[UNK]'",
86
+ "replace text[4:9] --> decoded_text[6:11] 'أوضاع' --> '[UNK]'",
87
+ "replace text[10:18] --> decoded_text[12:17] 'اليمنيين' --> '[UNK]'",
88
+ "replace text[19:26] --> decoded_text[18:23] 'القائمة' --> '[UNK]'",
89
+ "replace text[27:29] --> decoded_text[24:29] 'هي' --> '[UNK]'",
90
+ "replace text[30:34] --> decoded_text[30:35] 'نتاج' --> '[UNK]'",
91
+ "replace text[35:39] --> decoded_text[36:41] 'حكمة' --> '[UNK]'",
92
+ "replace text[41:44] --> decoded_text[43:48] 'وهل' --> '[UNK]'",
93
+ "replace text[45:47] --> decoded_text[49:54] 'من' --> '[UNK]'",
94
+ "replace text[48:54] --> decoded_text[55:60] 'الحكمة' --> '[UNK]'",
95
+ "replace text[55:57] --> decoded_text[61:66] 'أن' --> '[UNK]'",
96
+ "replace text[58:61] --> decoded_text[67:72] 'تظل' --> '[UNK]'",
97
+ "replace text[62:70] --> decoded_text[73:78] 'البندقية' --> '[UNK]'",
98
+ "replace text[71:79] --> decoded_text[79:84] 'والقذيفة' --> '[UNK]'",
99
+ "replace text[80:82] --> decoded_text[85:90] 'هي' --> '[UNK]'",
100
+ "replace text[83:88] --> decoded_text[91:96] 'وسيلة' --> '[UNK]'",
101
+ "replace text[89:95] --> decoded_text[97:102] 'الخطاب' --> '[UNK]'",
102
+ "replace text[96:103] --> decoded_text[103:108] 'والحوار' --> '[UNK]'",
103
+ "replace text[104:108] --> decoded_text[109:114] 'فيما' --> '[UNK]'",
104
+ "replace text[109:114] --> decoded_text[115:120] 'بيننا' --> '[UNK]'",
105
+ "replace text[115:118] --> decoded_text[121:126] 'نحن' --> '[UNK]'",
106
+ "replace text[119:124] --> decoded_text[127:132] 'أبناء' --> '[UNK]'",
107
+ "replace text[125:128] --> decoded_text[133:138] 'هذا' --> '[UNK]'",
108
+ "replace text[129:134] --> decoded_text[139:144] 'البلد' --> '[UNK]'",
109
+ "replace text[135:141] --> decoded_text[145:150] 'العظيم' --> '[UNK]'"
110
+ ],
111
+ "n_oov_chars": 140,
112
+ "oov_ratio": 0.9790209790209791,
113
+ "oov_charset": "[\"ف\", \"ه\", \"ل\", \" \", \"أ\", \"��\", \"ض\", \"ا\", \"ع\", \"ي\", \"م\", \"ن\", \"ق\", \"ئ\", \"ة\", \"ت\", \"ج\", \"ح\", \"ك\", \"ظ\", \"ب\", \"د\", \"ذ\", \"س\", \"خ\", \"ط\", \"ر\", \"ء\"]"
114
+ },
115
+ {
116
+ "text": "وهل الانسياق نحو مزيدٍ من العناد ومزيدٍ من الاحتقان, ومزيدٍ من الاحتراب بين أبناء بلد واحد وشعب واحد يرضى الله ورسوله الكريم عليه صلاة الله وسلامه وعلى آله..",
117
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
118
+ "diff": [
119
+ "replace text[0:3] --> decoded_text[0:5] 'وهل' --> '[UNK]'",
120
+ "replace text[4:12] --> decoded_text[6:11] 'الانسياق' --> '[UNK]'",
121
+ "replace text[13:16] --> decoded_text[12:17] 'نحو' --> '[UNK]'",
122
+ "replace text[17:22] --> decoded_text[18:23] 'مزيدٍ' --> '[UNK]'",
123
+ "replace text[23:25] --> decoded_text[24:29] 'من' --> '[UNK]'",
124
+ "replace text[26:32] --> decoded_text[30:35] 'العناد' --> '[UNK]'",
125
+ "replace text[33:39] --> decoded_text[36:41] 'ومزيدٍ' --> '[UNK]'",
126
+ "replace text[40:42] --> decoded_text[42:47] 'من' --> '[UNK]'",
127
+ "replace text[43:51] --> decoded_text[48:53] 'الاحتقان' --> '[UNK]'",
128
+ "replace text[53:59] --> decoded_text[55:60] 'ومزيدٍ' --> '[UNK]'",
129
+ "replace text[60:62] --> decoded_text[61:66] 'من' --> '[UNK]'",
130
+ "replace text[63:71] --> decoded_text[67:72] 'الاحتراب' --> '[UNK]'",
131
+ "replace text[72:75] --> decoded_text[73:78] 'بين' --> '[UNK]'",
132
+ "replace text[76:81] --> decoded_text[79:84] 'أبناء' --> '[UNK]'",
133
+ "replace text[82:85] --> decoded_text[85:90] 'بلد' --> '[UNK]'",
134
+ "replace text[86:90] --> decoded_text[91:96] 'واحد' --> '[UNK]'",
135
+ "replace text[91:95] --> decoded_text[97:102] 'وشعب' --> '[UNK]'",
136
+ "replace text[96:100] --> decoded_text[103:108] 'واحد' --> '[UNK]'",
137
+ "replace text[101:105] --> decoded_text[109:114] 'يرضى' --> '[UNK]'",
138
+ "replace text[106:110] --> decoded_text[115:120] 'الله' --> '[UNK]'",
139
+ "replace text[111:117] --> decoded_text[121:126] 'ورسوله' --> '[UNK]'",
140
+ "replace text[118:124] --> decoded_text[127:132] 'الكريم' --> '[UNK]'",
141
+ "replace text[125:129] --> decoded_text[133:138] 'عليه' --> '[UNK]'",
142
+ "replace text[130:134] --> decoded_text[139:144] 'صلاة' --> '[UNK]'",
143
+ "replace text[135:139] --> decoded_text[145:150] 'الله' --> '[UNK]'",
144
+ "replace text[140:146] --> decoded_text[151:156] 'وسلامه' --> '[UNK]'",
145
+ "replace text[147:151] --> decoded_text[157:162] 'وعلى' --> '[UNK]'",
146
+ "replace text[152:155] --> decoded_text[163:168] 'آله' --> '[UNK]'"
147
+ ],
148
+ "n_oov_chars": 154,
149
+ "oov_ratio": 0.9808917197452229,
150
+ "oov_charset": "[\"و\", \"ه\", \"ل\", \" \", \"ا\", \"ن\", \"س\", \"ي\", \"ق\", \"ح\", \"م\", \"ز\", \"د\", \"ٍ\", \"ع\", \"ت\", \"ر\", \"ب\", \"أ\", \"ء\", \"ش\", \"ض\", \"ى\", \"ك\", \"ص\", \"ة\", \"آ\"]"
151
+ },
152
+ {
153
+ "text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن- وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
154
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] - [UNK] [UNK] [UNK] [UNK], [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
155
+ "diff": [
156
+ "replace text[0:84] --> decoded_text[0:110] 'أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] '",
157
+ "replace text[86:107] --> decoded_text[112:135] 'وهو بلد ولاَّد بالخير' --> '[UNK] [UNK] [UNK] [UNK]'",
158
+ "replace text[109:118] --> decoded_text[137:148] 'إلى أطلال' --> '[UNK] [UNK]'",
159
+ "replace text[120:175] --> decoded_text[150:209] 'وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
160
+ "replace text[177:226] --> decoded_text[211:266] 'بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..'"
161
+ ],
162
+ "n_oov_chars": 176,
163
+ "oov_ratio": 0.7787610619469026,
164
+ "oov_charset": "[\"أ\", \"ن\", \"ا\", \"ل\", \"ع\", \"ت\", \"ق\", \"د\", \"ً\", \"م\", \"ب\", \"ء\", \"ه\", \"ذ\", \"ي\", \"و\", \"س\", \"غ\", \"ج\", \"ر\", \"ف\", \"ح\", \"ّ\", \"َ\", \"خ\", \"إ\", \"ى\", \"ط\", \"ض\", \"ؤ\", \"ئ\", \"ش\", \"ك\", \"ة\"]"
165
+ },
166
+ {
167
+ "text": "اليمن أنهك من العدوان ومن الحصار حتى أولئك الذين يظنون أنهم بعيدون عن التأثيرات المباشرة للعدوان, لم يسلموا ولن يسلموا.. والأعباء والمتاعب طالت الجميع, وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء هذا الشعب فإن المستقبل سيكون قاتماً وأضراره ستظل تلاحق الأجيال اليمنية جيلاً بعد جيل, وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي الرياض أو الدوحة, أو أبوظبي..؟!",
168
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK].. [UNK]!",
169
+ "diff": [
170
+ "replace text[0:96] --> decoded_text[0:95] 'اليمن أنهك من العدوان ومن الحصار حتى أولئك الذين يظنون أنهم بعيدون عن التأثيرات المباشرة للعدوان' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
171
+ "replace text[98:118] --> decoded_text[97:120] 'لم يسلموا ولن يسلموا' --> '[UNK] [UNK] [UNK] [UNK]'",
172
+ "replace text[121:150] --> decoded_text[123:146] 'والأعباء والمتاعب طالت الجميع' --> '[UNK] [UNK] [UNK] [UNK]'",
173
+ "replace text[152:280] --> decoded_text[148:279] 'وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء هذا الشعب فإن المستقبل سيكون قاتماً وأضراره ستظل تلاحق الأجيال اليمنية جيلاً بعد جيل' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
174
+ "replace text[282:392] --> decoded_text[281:394] 'وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي الرياض أو الدوحة' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
175
+ "replace text[394:403] --> decoded_text[396:407] 'أو أبوظبي' --> '[UNK] [UNK]'",
176
+ "replace text[405:406] --> decoded_text[409:415] '؟' --> ' [UNK]'"
177
+ ],
178
+ "n_oov_chars": 398,
179
+ "oov_ratio": 0.9778869778869779,
180
+ "oov_charset": "[\"ا\", \"ل\", \"ي\", \"م\", \"ن\", \" \", \"أ\", \"ه\", \"ك\", \"ع\", \"د\", \"و\", \"ح\", \"ص\", \"ر\", \"ت\", \"ى\", \"ئ\", \"ذ\", \"ظ\", \"ب\", \"ث\", \"ش\", \"ة\", \"س\", \"ء\", \"ط\", \"ج\", \"إ\", \"خ\", \"ف\", \"ق\", \"ً\", \"ض\", \"غ\", \"ز\", \"؟\"]"
181
+ },
182
+ {
183
+ "text": "وهل انعكست المفاهيم ونحن نقبل بما يملى علينا من عواصم الفتنة ومن رموز قبلت أن تكون خادمة لأجندة غير عربية وغير إسلامية.. أجندة تباع فيها الضمائر وتباع فيها المواقف من أجل عين أصحاب البقرة الصفراء ومن أجل رضا أجهزة المخابرات في واشنطن وفي تل أبيب!!",
184
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]!!",
185
+ "diff": [
186
+ "replace text[0:118] --> decoded_text[0:131] 'وهل انعكست المفاهيم ونحن نقبل بما يملى علينا من عواصم الفتنة ومن رموز قبلت أن تكون خادمة لأجندة غير عربية وغير إسلامية' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
187
+ "replace text[121:245] --> decoded_text[134:271] 'أجندة تباع فيها الضمائر وتباع فيها المواقف من أجل عين أصحاب البقرة الصفراء ومن أجل رضا أجهزة المخابرات في واشنطن وفي تل أبيب' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
188
+ ],
189
+ "n_oov_chars": 243,
190
+ "oov_ratio": 0.9838056680161943,
191
+ "oov_charset": "[\"و\", \"ه\", \"ل\", \" \", \"ا\", \"ن\", \"ع\", \"ك\", \"س\", \"ت\", \"م\", \"ف\", \"ي\", \"ح\", \"ق\", \"ب\", \"ى\", \"ص\", \"ة\", \"ر\", \"ز\", \"أ\", \"خ\", \"د\", \"ج\", \"غ\", \"إ\", \"ض\", \"ئ\", \"ء\", \"ش\", \"ط\"]"
192
+ },
193
+ {
194
+ "text": "اليمن.. في هذه اللحظة الفارقة.. في هذه المرحلة الخطيرة مدمرة, ومحاصرة, ويباد أهلها وساكنوها.. اليمن أصابتها لعنة الارتزاق وابتلاها الله بقيادات يممت وجهها صوب أبو ظبي, وصوب الرياض, وصوب واشنطن..",
195
+ "decoded_text": "[UNK].. [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK], [UNK], [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK], [UNK] [UNK]..",
196
+ "diff": [
197
+ "replace text[0:5] --> decoded_text[0:5] 'اليمن' --> '[UNK]'",
198
+ "replace text[8:10] --> decoded_text[8:13] 'في' --> '[UNK]'",
199
+ "replace text[11:14] --> decoded_text[14:19] 'هذه' --> '[UNK]'",
200
+ "replace text[15:21] --> decoded_text[20:25] 'اللحظة' --> '[UNK]'",
201
+ "replace text[22:29] --> decoded_text[26:31] 'الفارقة' --> '[UNK]'",
202
+ "replace text[32:34] --> decoded_text[34:39] 'في' --> '[UNK]'",
203
+ "replace text[35:38] --> decoded_text[40:45] 'هذه' --> '[UNK]'",
204
+ "replace text[39:46] --> decoded_text[46:51] 'المرحلة' --> '[UNK]'",
205
+ "replace text[47:54] --> decoded_text[52:57] 'الخطيرة' --> '[UNK]'",
206
+ "replace text[55:60] --> decoded_text[58:63] 'مدمرة' --> '[UNK]'",
207
+ "replace text[62:69] --> decoded_text[65:70] 'ومحاصرة' --> '[UNK]'",
208
+ "replace text[71:76] --> decoded_text[72:77] 'ويباد' --> '[UNK]'",
209
+ "replace text[77:82] --> decoded_text[78:83] 'أهلها' --> '[UNK]'",
210
+ "replace text[83:91] --> decoded_text[84:89] 'وساكنوها' --> '[UNK]'",
211
+ "replace text[94:99] --> decoded_text[92:97] 'اليمن' --> '[UNK]'",
212
+ "replace text[100:107] --> decoded_text[98:103] 'أصابتها' --> '[UNK]'",
213
+ "replace text[108:112] --> decoded_text[104:109] 'لعنة' --> '[UNK]'",
214
+ "replace text[113:121] --> decoded_text[110:115] 'الارتزاق' --> '[UNK]'",
215
+ "replace text[122:130] --> decoded_text[116:121] 'وابتلاها' --> '[UNK]'",
216
+ "replace text[131:135] --> decoded_text[122:127] 'الله' --> '[UNK]'",
217
+ "replace text[136:143] --> decoded_text[128:133] 'بقيادات' --> '[UNK]'",
218
+ "replace text[144:148] --> decoded_text[134:139] 'يممت' --> '[UNK]'",
219
+ "replace text[149:154] --> decoded_text[140:145] 'وجهها' --> '[UNK]'",
220
+ "replace text[155:158] --> decoded_text[146:151] 'صوب' --> '[UNK]'",
221
+ "replace text[159:162] --> decoded_text[152:157] 'أبو' --> '[UNK]'",
222
+ "replace text[163:166] --> decoded_text[158:163] 'ظبي' --> '[UNK]'",
223
+ "replace text[168:172] --> decoded_text[165:170] 'وصوب' --> '[UNK]'",
224
+ "replace text[173:179] --> decoded_text[171:176] 'الرياض' --> '[UNK]'",
225
+ "replace text[181:185] --> decoded_text[178:183] 'وصوب' --> '[UNK]'",
226
+ "replace text[186:192] --> decoded_text[184:189] 'واشنطن' --> '[UNK]'"
227
+ ],
228
+ "n_oov_chars": 182,
229
+ "oov_ratio": 0.9381443298969072,
230
+ "oov_charset": "[\"ا\", \"ل\", \"ي\", \"م\", \"ن\", \" \", \"ف\", \"ه\", \"ذ\", \"ح\", \"ظ\", \"ة\", \"ر\", \"ق\", \"خ\", \"ط\", \"د\", \"و\", \"ص\", \"ب\", \"أ\", \"س\", \"ك\", \"ت\", \"ع\", \"ز\", \"ج\", \"ض\", \"ش\"]"
231
+ }
232
+ ]
stats/compression_rate/eson.kplug-base-encoder @ cc100.de.diff.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die „Püngel-Weihnacht“ in Siegburg-Kaldauen um 18 Uhr (Einlass 17.30 Uhr) im Restaurant Kaldauer Hof zu hören. Hier ist im Eintrittspreis von 18,50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil für die Gäste.",
4
+ "decoded_text": "bereits eine woche vorher am samstag, 2. dezember ist die „ pungel - weihnacht “ in siegburg - kaldauen um 18 uhr ( einlass 17. 30 uhr ) im restaurant kaldauer hof zu horen. hier ist im eintrittspreis von 18, 50 € ein abendessen enthalten. auch hier gibt es einen mitsingteil fur die gaste.",
5
+ "diff": [
6
+ "replace text[0:14] --> decoded_text[0:14] 'Bereits eine W' --> 'bereits eine w'",
7
+ "replace text[29:30] --> decoded_text[29:30] 'S' --> 's'",
8
+ "replace text[41:42] --> decoded_text[41:42] 'D' --> 'd'",
9
+ "replace text[59:65] --> decoded_text[59:67] 'Püngel' --> ' pungel '",
10
+ "replace text[66:67] --> decoded_text[68:70] 'W' --> ' w'",
11
+ "insert text[75:75] --> decoded_text[78:79] '' --> ' '",
12
+ "replace text[80:88] --> decoded_text[84:93] 'Siegburg' --> 'siegburg '",
13
+ "replace text[89:90] --> decoded_text[94:96] 'K' --> ' k'",
14
+ "replace text[104:105] --> decoded_text[110:111] 'U' --> 'u'",
15
+ "replace text[109:110] --> decoded_text[115:117] 'E' --> ' e'",
16
+ "insert text[120:120] --> decoded_text[127:128] '' --> ' '",
17
+ "replace text[123:126] --> decoded_text[131:135] 'Uhr' --> 'uhr '",
18
+ "replace text[131:152] --> decoded_text[140:161] 'Restaurant Kaldauer H' --> 'restaurant kaldauer h'",
19
+ "replace text[159:178] --> decoded_text[168:187] 'ören. Hier ist im E' --> 'oren. hier ist im e'",
20
+ "insert text[199:199] --> decoded_text[208:209] '' --> ' '",
21
+ "replace text[208:231] --> decoded_text[218:241] 'Abendessen enthalten. A' --> 'abendessen enthalten. a'",
22
+ "replace text[254:255] --> decoded_text[264:265] 'M' --> 'm'",
23
+ "replace text[267:280] --> decoded_text[277:290] 'ür die Gäste.' --> 'ur die gaste.'"
24
+ ],
25
+ "n_oov_chars": 24,
26
+ "oov_ratio": 0.08571428571428572,
27
+ "oov_charset": "[\"B\", \"W\", \"S\", \"D\", \"P\", \"ü\", \"K\", \"U\", \"E\", \"R\", \"H\", \"ö\", \"A\", \"M\", \"G\", \"ä\"]"
28
+ },
29
+ {
30
+ "text": "Der Chor bietet noch einen weiteren Termin im Rahmen der „Püngel-Weihnacht“ an.",
31
+ "decoded_text": "der chor bietet noch einen weiteren termin im rahmen der „ pungel - weihnacht “ an.",
32
+ "diff": [
33
+ "replace text[0:1] --> decoded_text[0:1] 'D' --> 'd'",
34
+ "replace text[4:5] --> decoded_text[4:5] 'C' --> 'c'",
35
+ "replace text[36:37] --> decoded_text[36:37] 'T' --> 't'",
36
+ "replace text[46:47] --> decoded_text[46:47] 'R' --> 'r'",
37
+ "replace text[58:60] --> decoded_text[58:61] 'Pü' --> ' pu'",
38
+ "insert text[64:64] --> decoded_text[65:66] '' --> ' '",
39
+ "replace text[65:66] --> decoded_text[67:69] 'W' --> ' w'",
40
+ "insert text[74:74] --> decoded_text[77:78] '' --> ' '"
41
+ ],
42
+ "n_oov_chars": 7,
43
+ "oov_ratio": 0.08860759493670886,
44
+ "oov_charset": "[\"D\", \"C\", \"T\", \"R\", \"P\", \"ü\", \"W\"]"
45
+ },
46
+ {
47
+ "text": "02683 967019. Die Karten können auch per Email bestellt werden: [email protected]",
48
+ "decoded_text": "02683 967019. die karten konnen auch per email bestellt werden : en - koelsche - weihnachtsfeier @ t - online. de",
49
+ "diff": [
50
+ "replace text[14:15] --> decoded_text[14:15] 'D' --> 'd'",
51
+ "replace text[18:19] --> decoded_text[18:19] 'K' --> 'k'",
52
+ "replace text[26:27] --> decoded_text[26:27] 'ö' --> 'o'",
53
+ "replace text[41:42] --> decoded_text[41:42] 'E' --> 'e'",
54
+ "insert text[62:62] --> decoded_text[62:63] '' --> ' '",
55
+ "replace text[64:65] --> decoded_text[65:66] 'E' --> 'e'",
56
+ "insert text[66:66] --> decoded_text[67:68] '' --> ' '",
57
+ "replace text[67:68] --> decoded_text[69:71] 'K' --> ' k'",
58
+ "insert text[75:75] --> decoded_text[78:79] '' --> ' '",
59
+ "replace text[76:77] --> decoded_text[80:82] 'W' --> ' w'",
60
+ "insert text[91:91] --> decoded_text[96:97] '' --> ' '",
61
+ "insert text[92:92] --> decoded_text[98:99] '' --> ' '",
62
+ "insert text[93:93] --> decoded_text[100:101] '' --> ' '",
63
+ "insert text[94:94] --> decoded_text[102:103] '' --> ' '",
64
+ "insert text[101:101] --> decoded_text[110:111] '' --> ' '"
65
+ ],
66
+ "n_oov_chars": 7,
67
+ "oov_ratio": 0.06796116504854369,
68
+ "oov_charset": "[\"D\", \"K\", \"ö\", \"E\", \"W\"]"
69
+ },
70
+ {
71
+ "text": "Der Chor wünscht Ihnen schon jetzt viel Vergnügen.",
72
+ "decoded_text": "der chor wunscht ihnen schon jetzt viel vergnugen.",
73
+ "diff": [
74
+ "replace text[0:1] --> decoded_text[0:1] 'D' --> 'd'",
75
+ "replace text[4:5] --> decoded_text[4:5] 'C' --> 'c'",
76
+ "replace text[10:11] --> decoded_text[10:11] 'ü' --> 'u'",
77
+ "replace text[17:18] --> decoded_text[17:18] 'I' --> 'i'",
78
+ "replace text[40:41] --> decoded_text[40:41] 'V' --> 'v'",
79
+ "replace text[45:46] --> decoded_text[45:46] 'ü' --> 'u'"
80
+ ],
81
+ "n_oov_chars": 6,
82
+ "oov_ratio": 0.12,
83
+ "oov_charset": "[\"D\", \"C\", \"ü\", \"I\", \"V\"]"
84
+ },
85
+ {
86
+ "text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E-Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.",
87
+ "decoded_text": "die verarbeitung kann auch auf elektronischem wege erfolgen. dies ist insbesondere dann der fall, wenn ein bewerber entsprechende bewerbungsunterlagen auf dem elektronischen wege, beispielsweise per e - mail oder uber ein auf der internetseite befindliches webformular, an den fur die verarbeitung verantwortlichen ubermittelt. sollten sie uber einen account in einem berufsorientierten sozialen netzwerk wie etwa xing oder linkedin verfugen, konnen wir die daten auch von ihrer offentlich einsehbaren profilseite erheben. zwecke der verarbeitung und rechtsgrundlage wir verarbeiten ihre personenbezogenen daten ausschließlich zum zwecke der durchfuhrung des bewerbungsverfahrens.",
88
+ "diff": [
89
+ "replace text[0:5] --> decoded_text[0:5] 'Die V' --> 'die v'",
90
+ "replace text[46:47] --> decoded_text[46:47] 'W' --> 'w'",
91
+ "replace text[61:93] --> decoded_text[61:93] 'Dies ist insbesondere dann der F' --> 'dies ist insbesondere dann der f'",
92
+ "replace text[107:108] --> decoded_text[107:108] 'B' --> 'b'",
93
+ "replace text[130:131] --> decoded_text[130:131] 'B' --> 'b'",
94
+ "replace text[174:175] --> decoded_text[174:175] 'W' --> 'w'",
95
+ "replace text[199:200] --> decoded_text[199:201] 'E' --> 'e '",
96
+ "replace text[201:261] --> decoded_text[202:203] 'Mail oder über ein auf der Internetseite befindliches Webfor' --> ' '",
97
+ "insert text[262:262] --> decoded_text[204:264] '' --> 'ail oder uber ein auf der internetseite befindliches webform'",
98
+ "replace text[276:314] --> decoded_text[278:316] 'ür die Verarbeitung Verantwortlichen ü' --> 'ur die verarbeitung verantwortlichen u'",
99
+ "replace text[326:350] --> decoded_text[328:352] 'Sollten Sie über einen A' --> 'sollten sie uber einen a'",
100
+ "replace text[394:395] --> decoded_text[396:397] 'N' --> 'n'",
101
+ "replace text[412:436] --> decoded_text[414:438] 'Xing oder LinkedIn verfü' --> 'xing oder linkedin verfu'",
102
+ "replace text[442:501] --> decoded_text[444:503] 'önnen wir die Daten auch von Ihrer öffentlich einsehbaren P' --> 'onnen wir die daten auch von ihrer offentlich einsehbaren p'",
103
+ "replace text[521:582] --> decoded_text[523:584] 'Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten I' --> 'zwecke der verarbeitung und rechtsgrundlage wir verarbeiten i'",
104
+ "replace text[604:605] --> decoded_text[606:607] 'D' --> 'd'",
105
+ "replace text[629:658] --> decoded_text[631:660] 'Zwecke der Durchführung des B' --> 'zwecke der durchfuhrung des b'"
106
+ ],
107
+ "n_oov_chars": 41,
108
+ "oov_ratio": 0.06047197640117994,
109
+ "oov_charset": "[\"D\", \"V\", \"W\", \"F\", \"B\", \"E\", \"M\", \"ü\", \"I\", \"S\", \"A\", \"N\", \"X\", \"L\", \"ö\", \"P\", \"Z\", \"R\"]"
110
+ },
111
+ {
112
+ "text": "Sofern wir mit dem Bewerber einen Anstellungsvertrag abschließen, werden die übermittelten Daten zum Zwecke der Abwicklung des Beschäftigungsverhältnisses unter Beachtung der gesetzlichen Vorschriften gespeichert. Ansonsten werden die personenbezogenen Daten sechs Monate nach Beendigung des Bewerbungsverfahrens gelöscht, sofern einer Löschung keine sonstigen berechtigten Interessen des für die Verarbeitung Verantwortlichen entgegenstehen.",
113
+ "decoded_text": "sofern wir mit dem bewerber einen anstellungsvertrag abschließen, werden die ubermittelten daten zum zwecke der abwicklung des beschaftigungsverhaltnisses unter beachtung der gesetzlichen vorschriften gespeichert. ansonsten werden die personenbezogenen daten sechs monate nach beendigung des bewerbungsverfahrens geloscht, sofern einer loschung keine sonstigen berechtigten interessen des fur die verarbeitung verantwortlichen entgegenstehen.",
114
+ "diff": [
115
+ "replace text[0:1] --> decoded_text[0:1] 'S' --> 's'",
116
+ "replace text[19:35] --> decoded_text[19:35] 'Bewerber einen A' --> 'bewerber einen a'",
117
+ "replace text[77:78] --> decoded_text[77:78] 'ü' --> 'u'",
118
+ "replace text[91:92] --> decoded_text[91:92] 'D' --> 'd'",
119
+ "replace text[101:102] --> decoded_text[101:102] 'Z' --> 'z'",
120
+ "replace text[112:113] --> decoded_text[112:113] 'A' --> 'a'",
121
+ "replace text[127:162] --> decoded_text[127:162] 'Beschäftigungsverhältnisses unter B' --> 'beschaftigungsverhaltnisses unter b'",
122
+ "replace text[188:189] --> decoded_text[188:189] 'V' --> 'v'",
123
+ "replace text[214:215] --> decoded_text[214:215] 'A' --> 'a'",
124
+ "replace text[253:317] --> decoded_text[253:317] 'Daten sechs Monate nach Beendigung des Bewerbungsverfahrens gelö' --> 'daten sechs monate nach beendigung des bewerbungsverfahrens gelo'",
125
+ "replace text[336:338] --> decoded_text[336:338] 'Lö' --> 'lo'",
126
+ "replace text[374:411] --> decoded_text[374:411] 'Interessen des für die Verarbeitung V' --> 'interessen des fur die verarbeitung v'"
127
+ ],
128
+ "n_oov_chars": 24,
129
+ "oov_ratio": 0.05429864253393665,
130
+ "oov_charset": "[\"S\", \"B\", \"A\", \"ü\", \"D\", \"Z\", \"ä\", \"V\", \"M\", \"ö\", \"L\", \"I\"]"
131
+ },
132
+ {
133
+ "text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erfüllung unserer vertraglichen und gesetzlichen Pflichten (wie Führungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw.) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benötigen.",
134
+ "decoded_text": "innerhalb unseres hauses erhalten diejenigen internen stellen bzw. organisationseinheiten ihre daten, die diese zur erfullung unserer vertraglichen und gesetzlichen pflichten ( wie fuhrungskrafte und fachverantwortliche, die einen neuen mitarbeiter suchen oder an der entscheidung uber die stellenbesetzung mitwirken, buchhaltung, betriebsarzt, arbeitssicherheit, ggf. mitarbeitervertretung usw. ) oder im rahmen der bearbeitung und umsetzung unseres berechtigten interesses benotigen.",
135
+ "diff": [
136
+ "replace text[0:19] --> decoded_text[0:19] 'Innerhalb unseres H' --> 'innerhalb unseres h'",
137
+ "replace text[54:55] --> decoded_text[54:55] 'S' --> 's'",
138
+ "replace text[67:120] --> decoded_text[67:120] 'Organisationseinheiten Ihre Daten, die diese zur Erfü' --> 'organisationseinheiten ihre daten, die diese zur erfu'",
139
+ "replace text[165:166] --> decoded_text[165:166] 'P' --> 'p'",
140
+ "insert text[176:176] --> decoded_text[176:177] '' --> ' '",
141
+ "replace text[180:182] --> decoded_text[181:183] 'Fü' --> 'fu'",
142
+ "replace text[190:200] --> decoded_text[191:201] 'äfte und F' --> 'afte und f'",
143
+ "replace text[236:290] --> decoded_text[237:291] 'Mitarbeiter suchen oder an der Entscheidung über die S' --> 'mitarbeiter suchen oder an der entscheidung uber die s'",
144
+ "replace text[317:345] --> decoded_text[318:346] 'Buchhaltung, Betriebsarzt, A' --> 'buchhaltung, betriebsarzt, a'",
145
+ "replace text[368:369] --> decoded_text[369:370] 'M' --> 'm'",
146
+ "insert text[394:394] --> decoded_text[395:396] '' --> ' '",
147
+ "replace text[404:477] --> decoded_text[406:479] 'Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benö' --> 'rahmen der bearbeitung und umsetzung unseres berechtigten interesses beno'"
148
+ ],
149
+ "n_oov_chars": 26,
150
+ "oov_ratio": 0.053830227743271224,
151
+ "oov_charset": "[\"I\", \"H\", \"S\", \"O\", \"D\", \"E\", \"ü\", \"P\", \"F\", \"ä\", \"M\", \"B\", \"A\", \"R\", \"U\", \"ö\"]"
152
+ },
153
+ {
154
+ "text": "Eine Weitergabe Ihrer Daten an externe Stellen erfolgt ausschließlich zu Zwecken,",
155
+ "decoded_text": "eine weitergabe ihrer daten an externe stellen erfolgt ausschließlich zu zwecken,",
156
+ "diff": [
157
+ "replace text[0:1] --> decoded_text[0:1] 'E' --> 'e'",
158
+ "replace text[5:6] --> decoded_text[5:6] 'W' --> 'w'",
159
+ "replace text[16:17] --> decoded_text[16:17] 'I' --> 'i'",
160
+ "replace text[22:23] --> decoded_text[22:23] 'D' --> 'd'",
161
+ "replace text[39:40] --> decoded_text[39:40] 'S' --> 's'",
162
+ "replace text[73:74] --> decoded_text[73:74] 'Z' --> 'z'"
163
+ ],
164
+ "n_oov_chars": 6,
165
+ "oov_ratio": 0.07407407407407407,
166
+ "oov_charset": "[\"E\", \"W\", \"I\", \"D\", \"S\", \"Z\"]"
167
+ },
168
+ {
169
+ "text": "bei denen wir zur Erfüllung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im öffentlichen Interesse liegt;",
170
+ "decoded_text": "bei denen wir zur erfullung gesetzlicher vorgaben zur auskunft, meldung oder weitergabe von daten verpflichtet oder berechtigt sind oder die datenweitergabe im offentlichen interesse liegt ;",
171
+ "diff": [
172
+ "replace text[18:19] --> decoded_text[18:19] 'E' --> 'e'",
173
+ "replace text[21:22] --> decoded_text[21:22] 'ü' --> 'u'",
174
+ "replace text[41:42] --> decoded_text[41:42] 'V' --> 'v'",
175
+ "replace text[54:55] --> decoded_text[54:55] 'A' --> 'a'",
176
+ "replace text[64:65] --> decoded_text[64:65] 'M' --> 'm'",
177
+ "replace text[77:78] --> decoded_text[77:78] 'W' --> 'w'",
178
+ "replace text[92:93] --> decoded_text[92:93] 'D' --> 'd'",
179
+ "replace text[141:142] --> decoded_text[141:142] 'D' --> 'd'",
180
+ "replace text[160:161] --> decoded_text[160:161] 'ö' --> 'o'",
181
+ "replace text[173:174] --> decoded_text[173:174] 'I' --> 'i'",
182
+ "insert text[188:188] --> decoded_text[188:189] '' --> ' '"
183
+ ],
184
+ "n_oov_chars": 10,
185
+ "oov_ratio": 0.05291005291005291,
186
+ "oov_charset": "[\"E\", \"ü\", \"V\", \"A\", \"M\", \"W\", \"D\", \"ö\", \"I\"]"
187
+ },
188
+ {
189
+ "text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten (z.B. an Behörden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen);",
190
+ "decoded_text": "aufgrund unseres berechtigten interesses oder des berechtigten interesses des dritten ( z. b. an behorden, auskunfteien, rechtsanwalte, gerichte, gutachter, und gremien und kontrollinstanzen ) ;",
191
+ "diff": [
192
+ "replace text[30:31] --> decoded_text[30:31] 'I' --> 'i'",
193
+ "replace text[63:64] --> decoded_text[63:64] 'I' --> 'i'",
194
+ "replace text[78:79] --> decoded_text[78:79] 'D' --> 'd'",
195
+ "insert text[87:87] --> decoded_text[87:88] '' --> ' '",
196
+ "replace text[89:90] --> decoded_text[90:92] 'B' --> ' b'",
197
+ "replace text[95:96] --> decoded_text[97:98] 'B' --> 'b'",
198
+ "replace text[98:99] --> decoded_text[100:101] 'ö' --> 'o'",
199
+ "replace text[105:106] --> decoded_text[107:108] 'A' --> 'a'",
200
+ "replace text[119:120] --> decoded_text[121:122] 'R' --> 'r'",
201
+ "replace text[128:129] --> decoded_text[130:131] 'ä' --> 'a'",
202
+ "replace text[134:135] --> decoded_text[136:137] 'G' --> 'g'",
203
+ "replace text[144:145] --> decoded_text[146:147] 'G' --> 'g'",
204
+ "replace text[159:160] --> decoded_text[161:162] 'G' --> 'g'",
205
+ "replace text[171:172] --> decoded_text[173:174] 'K' --> 'k'",
206
+ "insert text[188:188] --> decoded_text[190:191] '' --> ' '",
207
+ "insert text[189:189] --> decoded_text[192:193] '' --> ' '"
208
+ ],
209
+ "n_oov_chars": 13,
210
+ "oov_ratio": 0.06842105263157895,
211
+ "oov_charset": "[\"I\", \"D\", \"B\", \"ö\", \"A\", \"R\", \"ä\", \"G\", \"K\"]"
212
+ }
213
+ ]
stats/compression_rate/eson.kplug-base-encoder @ cc100.fa.diff.json ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "آشپزخانه کوچک من: February 2012",
4
+ "decoded_text": "[UNK] [UNK] [UNK] : february 2012",
5
+ "diff": [
6
+ "replace text[0:8] --> decoded_text[0:5] 'آشپزخانه' --> '[UNK]'",
7
+ "replace text[9:13] --> decoded_text[6:11] 'کوچک' --> '[UNK]'",
8
+ "replace text[14:16] --> decoded_text[12:18] 'من' --> '[UNK] '",
9
+ "replace text[18:19] --> decoded_text[20:21] 'F' --> 'f'"
10
+ ],
11
+ "n_oov_chars": 15,
12
+ "oov_ratio": 0.4838709677419355,
13
+ "oov_charset": "[\"آ\", \"ش\", \"پ\", \"ز\", \"خ\", \"ا\", \"ن\", \"ه\", \"ک\", \"و\", \"چ\", \"م\", \"F\"]"
14
+ },
15
+ {
16
+ "text": "آشپزخانه کوچک من",
17
+ "decoded_text": "[UNK] [UNK] [UNK]",
18
+ "diff": [
19
+ "replace text[0:8] --> decoded_text[0:5] 'آشپزخانه' --> '[UNK]'",
20
+ "replace text[9:13] --> decoded_text[6:11] 'کوچک' --> '[UNK]'",
21
+ "replace text[14:16] --> decoded_text[12:17] 'من' --> '[UNK]'"
22
+ ],
23
+ "n_oov_chars": 16,
24
+ "oov_ratio": 1.0,
25
+ "oov_charset": "[\"آ\", \"ش\", \"پ\", \"ز\", \"خ\", \"ا\", \"ن\", \"ه\", \" \", \"ک\", \"و\", \"چ\", \"م\"]"
26
+ },
27
+ {
28
+ "text": "بکینگ پودر:2 قاشق چای خوری",
29
+ "decoded_text": "[UNK] [UNK] : 2 [UNK] [UNK] [UNK]",
30
+ "diff": [
31
+ "replace text[0:5] --> decoded_text[0:5] 'بکینگ' --> '[UNK]'",
32
+ "replace text[6:10] --> decoded_text[6:12] 'پودر' --> '[UNK] '",
33
+ "insert text[11:11] --> decoded_text[13:14] '' --> ' '",
34
+ "replace text[13:17] --> decoded_text[16:21] 'قاشق' --> '[UNK]'",
35
+ "replace text[18:21] --> decoded_text[22:27] 'چای' --> '[UNK]'",
36
+ "replace text[22:26] --> decoded_text[28:33] 'خوری' --> '[UNK]'"
37
+ ],
38
+ "n_oov_chars": 20,
39
+ "oov_ratio": 0.7692307692307693,
40
+ "oov_charset": "[\"ب\", \"ک\", \"ی\", \"ن\", \"گ\", \"پ\", \"و\", \"د\", \"ر\", \"ق\", \"ا\", \"ش\", \"چ\", \"خ\"]"
41
+ },
42
+ {
43
+ "text": "تخم مرغ:2 عدد بزرگ",
44
+ "decoded_text": "[UNK] [UNK] : 2 [UNK] [UNK]",
45
+ "diff": [
46
+ "replace text[0:3] --> decoded_text[0:5] 'تخم' --> '[UNK]'",
47
+ "replace text[4:7] --> decoded_text[6:12] 'مرغ' --> '[UNK] '",
48
+ "insert text[8:8] --> decoded_text[13:14] '' --> ' '",
49
+ "replace text[10:13] --> decoded_text[16:21] 'عدد' --> '[UNK]'",
50
+ "replace text[14:18] --> decoded_text[22:27] 'بزرگ' --> '[UNK]'"
51
+ ],
52
+ "n_oov_chars": 13,
53
+ "oov_ratio": 0.7222222222222222,
54
+ "oov_charset": "[\"ت\", \"خ\", \"م\", \"ر\", \"غ\", \"ع\", \"د\", \"ب\", \"ز\", \"گ\"]"
55
+ },
56
+ {
57
+ "text": "کره:225 گرم به دمای اتاق رسیده",
58
+ "decoded_text": "[UNK] : 225 [UNK] [UNK] [UNK] [UNK] [UNK]",
59
+ "diff": [
60
+ "replace text[0:3] --> decoded_text[0:6] 'کره' --> '[UNK] '",
61
+ "insert text[4:4] --> decoded_text[7:8] '' --> ' '",
62
+ "replace text[8:11] --> decoded_text[12:17] 'گرم' --> '[UNK]'",
63
+ "replace text[12:14] --> decoded_text[18:23] 'به' --> '[UNK]'",
64
+ "replace text[15:19] --> decoded_text[24:29] 'دمای' --> '[UNK]'",
65
+ "replace text[20:24] --> decoded_text[30:35] 'اتاق' --> '[UNK]'",
66
+ "replace text[25:30] --> decoded_text[36:41] 'رسیده' --> '[UNK]'"
67
+ ],
68
+ "n_oov_chars": 21,
69
+ "oov_ratio": 0.7,
70
+ "oov_charset": "[\"ک\", \"ر\", \"ه\", \"گ\", \"م\", \"ب\", \"د\", \"ا\", \"ی\", \"ت\", \"ق\", \"س\"]"
71
+ },
72
+ {
73
+ "text": "شکر:1و1/2 پیمانه+ 3 قاشق غذا خوری",
74
+ "decoded_text": "[UNK] : [UNK] / 2 [UNK] + 3 [UNK] [UNK] [UNK]",
75
+ "diff": [
76
+ "replace text[0:3] --> decoded_text[0:6] 'شکر' --> '[UNK] '",
77
+ "replace text[4:7] --> decoded_text[7:14] '1و1' --> ' [UNK] '",
78
+ "insert text[8:8] --> decoded_text[15:16] '' --> ' '",
79
+ "replace text[10:16] --> decoded_text[18:24] 'پیمانه' --> '[UNK] '",
80
+ "replace text[20:24] --> decoded_text[28:33] 'قاشق' --> '[UNK]'",
81
+ "replace text[25:28] --> decoded_text[34:39] 'غذا' --> '[UNK]'",
82
+ "replace text[29:33] --> decoded_text[40:45] 'خوری' --> '[UNK]'"
83
+ ],
84
+ "n_oov_chars": 21,
85
+ "oov_ratio": 0.6363636363636364,
86
+ "oov_charset": "[\"ش\", \"ک\", \"ر\", \"و\", \"پ\", \"ی\", \"م\", \"ا\", \"ن\", \"ه\", \"ق\", \"غ\", \"ذ\", \"خ\"]"
87
+ },
88
+ {
89
+ "text": "پودر دارچین:2 و1/2قاشق چای خوری",
90
+ "decoded_text": "[UNK] [UNK] : 2 [UNK] / [UNK] [UNK] [UNK]",
91
+ "diff": [
92
+ "replace text[0:4] --> decoded_text[0:5] 'پودر' --> '[UNK]'",
93
+ "replace text[5:11] --> decoded_text[6:12] 'دارچین' --> '[UNK] '",
94
+ "insert text[12:12] --> decoded_text[13:14] '' --> ' '",
95
+ "replace text[14:16] --> decoded_text[16:22] 'و1' --> '[UNK] '",
96
+ "delete text[17:22] --> decoded_text[23:23] '2قاشق' --> ''",
97
+ "replace text[23:26] --> decoded_text[24:29] 'چای' --> '[UNK]'",
98
+ "replace text[27:31] --> decoded_text[30:41] 'خوری' --> '[UNK] [UNK]'"
99
+ ],
100
+ "n_oov_chars": 22,
101
+ "oov_ratio": 0.7096774193548387,
102
+ "oov_charset": "[\"پ\", \"و\", \"د\", \"ر\", \"ا\", \"چ\", \"ی\", \"ن\", \"ق\", \"ش\", \"خ\"]"
103
+ },
104
+ {
105
+ "text": "فر رو روی 350 درجه فارنهایت روشن کنید",
106
+ "decoded_text": "[UNK] [UNK] [UNK] 350 [UNK] [UNK] [UNK] [UNK]",
107
+ "diff": [
108
+ "replace text[0:2] --> decoded_text[0:5] 'فر' --> '[UNK]'",
109
+ "replace text[3:5] --> decoded_text[6:11] 'رو' --> '[UNK]'",
110
+ "replace text[6:9] --> decoded_text[12:17] 'روی' --> '[UNK]'",
111
+ "replace text[14:18] --> decoded_text[22:27] 'درجه' --> '[UNK]'",
112
+ "replace text[19:27] --> decoded_text[28:33] 'فارنهایت' --> '[UNK]'",
113
+ "replace text[28:32] --> decoded_text[34:39] 'روشن' --> '[UNK]'",
114
+ "replace text[33:37] --> decoded_text[40:45] 'کنید' --> '[UNK]'"
115
+ ],
116
+ "n_oov_chars": 34,
117
+ "oov_ratio": 0.918918918918919,
118
+ "oov_charset": "[\"ف\", \"ر\", \" \", \"و\", \"ی\", \"د\", \"ج\", \"ه\", \"ا\", \"ن\", \"ت\", \"ش\", \"ک\"]"
119
+ },
120
+ {
121
+ "text": "کره رو با شکر هم بزنید تا یکدست و کرمی بشه تخم مرغها رو دونه دونه اضافه کنید و هم بزنید",
122
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
123
+ "diff": [
124
+ "replace text[0:3] --> decoded_text[0:5] 'کره' --> '[UNK]'",
125
+ "replace text[4:6] --> decoded_text[6:11] 'رو' --> '[UNK]'",
126
+ "replace text[7:9] --> decoded_text[12:17] 'با' --> '[UNK]'",
127
+ "replace text[10:13] --> decoded_text[18:23] 'شکر' --> '[UNK]'",
128
+ "replace text[14:16] --> decoded_text[24:29] 'هم' --> '[UNK]'",
129
+ "replace text[17:22] --> decoded_text[30:35] 'بزنید' --> '[UNK]'",
130
+ "replace text[23:25] --> decoded_text[36:41] 'تا' --> '[UNK]'",
131
+ "replace text[26:31] --> decoded_text[42:47] 'یکدست' --> '[UNK]'",
132
+ "replace text[32:33] --> decoded_text[48:53] 'و' --> '[UNK]'",
133
+ "replace text[34:38] --> decoded_text[54:59] 'کرمی' --> '[UNK]'",
134
+ "replace text[39:42] --> decoded_text[60:65] 'بشه' --> '[UNK]'",
135
+ "replace text[43:46] --> decoded_text[66:71] 'تخم' --> '[UNK]'",
136
+ "replace text[47:52] --> decoded_text[72:77] 'مرغها' --> '[UNK]'",
137
+ "replace text[53:55] --> decoded_text[78:83] 'رو' --> '[UNK]'",
138
+ "replace text[56:60] --> decoded_text[84:89] 'دونه' --> '[UNK]'",
139
+ "replace text[61:65] --> decoded_text[90:95] 'دونه' --> '[UNK]'",
140
+ "replace text[66:71] --> decoded_text[96:101] 'اضافه' --> '[UNK]'",
141
+ "replace text[72:76] --> decoded_text[102:107] 'کنید' --> '[UNK]'",
142
+ "replace text[77:78] --> decoded_text[108:113] 'و' --> '[UNK]'",
143
+ "replace text[79:81] --> decoded_text[114:119] 'هم' --> '[UNK]'",
144
+ "replace text[82:87] --> decoded_text[120:125] 'بزنید' --> '[UNK]'"
145
+ ],
146
+ "n_oov_chars": 87,
147
+ "oov_ratio": 1.0,
148
+ "oov_charset": "[\"ک\", \"ر\", \"ه\", \" \", \"و\", \"ب\", \"ا\", \"ش\", \"م\", \"ز\", \"ن\", \"ی\", \"د\", \"ت\", \"س\", \"خ\", \"غ\", \"ض\", \"ف\"]"
149
+ },
150
+ {
151
+ "text": "ارد و بکینگ پودر و نمک رو الک کنید و اضافه کنید",
152
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
153
+ "diff": [
154
+ "replace text[0:3] --> decoded_text[0:5] 'ارد' --> '[UNK]'",
155
+ "replace text[4:5] --> decoded_text[6:11] 'و' --> '[UNK]'",
156
+ "replace text[6:11] --> decoded_text[12:17] 'بکینگ' --> '[UNK]'",
157
+ "replace text[12:16] --> decoded_text[18:23] 'پودر' --> '[UNK]'",
158
+ "replace text[17:18] --> decoded_text[24:29] 'و' --> '[UNK]'",
159
+ "replace text[19:22] --> decoded_text[30:35] 'نمک' --> '[UNK]'",
160
+ "replace text[23:25] --> decoded_text[36:41] 'رو' --> '[UNK]'",
161
+ "replace text[26:29] --> decoded_text[42:47] 'الک' --> '[UNK]'",
162
+ "replace text[30:34] --> decoded_text[48:53] 'کنید' --> '[UNK]'",
163
+ "replace text[35:36] --> decoded_text[54:59] 'و' --> '[UNK]'",
164
+ "replace text[37:42] --> decoded_text[60:65] 'اضافه' --> '[UNK]'",
165
+ "replace text[43:47] --> decoded_text[66:71] 'کنید' --> '[UNK]'"
166
+ ],
167
+ "n_oov_chars": 47,
168
+ "oov_ratio": 1.0,
169
+ "oov_charset": "[\"ا\", \"ر\", \"د\", \" \", \"و\", \"ب\", \"ک\", \"ی\", \"ن\", \"گ\", \"پ\", \"م\", \"ل\", \"ض\", \"ف\", \"ه\"]"
170
+ }
171
+ ]
stats/compression_rate/eson.kplug-base-encoder @ cc100.ja.diff.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "午後から雨が心配だったので遠出はせず、『ふれあいロード』を走って来ました!",
4
+ "decoded_text": "午 [UNK] [UNK] 雨 [UNK] 心 配 [UNK] [UNK] 出 [UNK] 、 『 [UNK] 』 [UNK] 走 [UNK] 来 [UNK] !",
5
+ "diff": [
6
+ "replace text[1:4] --> decoded_text[1:14] '後から' --> ' [UNK] [UNK] '",
7
+ "replace text[5:6] --> decoded_text[15:22] 'が' --> ' [UNK] '",
8
+ "insert text[7:7] --> decoded_text[23:24] '' --> ' '",
9
+ "replace text[8:14] --> decoded_text[25:38] 'だったので遠' --> ' [UNK] [UNK] '",
10
+ "replace text[15:18] --> decoded_text[39:46] 'はせず' --> ' [UNK] '",
11
+ "insert text[19:19] --> decoded_text[47:48] '' --> ' '",
12
+ "replace text[20:27] --> decoded_text[49:56] 'ふれあいロード' --> ' [UNK] '",
13
+ "replace text[28:29] --> decoded_text[57:64] 'を' --> ' [UNK] '",
14
+ "replace text[30:32] --> decoded_text[65:72] 'って' --> ' [UNK] '",
15
+ "replace text[33:36] --> decoded_text[73:80] 'ました' --> ' [UNK] '"
16
+ ],
17
+ "n_oov_chars": 26,
18
+ "oov_ratio": 0.7027027027027027,
19
+ "oov_charset": "[\"後\", \"か\", \"ら\", \"が\", \"だ\", \"っ\", \"た\", \"の\", \"で\", \"遠\", \"は\", \"せ\", \"ず\", \"ふ\", \"れ\", \"あ\", \"い\", \"ロ\", \"ー\", \"ド\", \"を\", \"て\", \"ま\", \"し\"]"
20
+ },
21
+ {
22
+ "text": "確実に春が近づいてることを肌で感じることが出来ました 着々と整備されてる圏央道を越えるとお世話になってるボウリング場が見えて来ました。",
23
+ "decoded_text": "[UNK] 実 [UNK] 春 [UNK] 近 [UNK] 肌 [UNK] 感 [UNK] 出 来 [UNK] 着 [UNK] 整 [UNK] [UNK] 圏 央 道 [UNK] 越 [UNK] 世 [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] 来 [UNK] 。",
24
+ "diff": [
25
+ "replace text[0:1] --> decoded_text[0:6] '確' --> '[UNK] '",
26
+ "replace text[2:3] --> decoded_text[7:14] 'に' --> ' [UNK] '",
27
+ "replace text[4:5] --> decoded_text[15:22] 'が' --> ' [UNK] '",
28
+ "replace text[6:13] --> decoded_text[23:30] 'づいてることを' --> ' [UNK] '",
29
+ "replace text[14:15] --> decoded_text[31:38] 'で' --> ' [UNK] '",
30
+ "replace text[16:21] --> decoded_text[39:46] 'じることが' --> ' [UNK] '",
31
+ "insert text[22:22] --> decoded_text[47:48] '' --> ' '",
32
+ "replace text[23:26] --> decoded_text[49:55] 'ました' --> ' [UNK]'",
33
+ "replace text[28:30] --> decoded_text[57:64] '々と' --> ' [UNK] '",
34
+ "replace text[31:36] --> decoded_text[65:78] '備されてる' --> ' [UNK] [UNK] '",
35
+ "insert text[37:37] --> decoded_text[79:80] '' --> ' '",
36
+ "insert text[38:38] --> decoded_text[81:82] '' --> ' '",
37
+ "replace text[39:40] --> decoded_text[83:90] 'を' --> ' [UNK] '",
38
+ "replace text[41:45] --> decoded_text[91:98] 'えるとお' --> ' [UNK] '",
39
+ "replace text[46:62] --> decoded_text[99:136] '話になってるボウリング場が見えて' --> ' [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] '",
40
+ "replace text[63:66] --> decoded_text[137:144] 'ました' --> ' [UNK] '"
41
+ ],
42
+ "n_oov_chars": 49,
43
+ "oov_ratio": 0.7313432835820896,
44
+ "oov_charset": "[\"確\", \"に\", \"が\", \"づ\", \"い\", \"て\", \"る\", \"こ\", \"と\", \"を\", \"で\", \"じ\", \"ま\", \"し\", \"た\", \"備\", \"さ\", \"れ\", \"え\", \"お\", \"話\", \"な\", \"っ\", \"ボ\", \"ウ\", \"リ\", \"ン\", \"グ\", \"場\", \"見\"]"
45
+ },
46
+ {
47
+ "text": "うぅ〜〜、私が途中でトイレに行きたくなってしまい、通り道にあったケンタに変更しちゃいました。",
48
+ "decoded_text": "[UNK] 〜 〜 、 私 [UNK] 途 中 [UNK] 行 [UNK] 、 通 [UNK] 道 [UNK] 変 更 [UNK] 。",
49
+ "diff": [
50
+ "replace text[0:2] --> decoded_text[0:6] 'うぅ' --> '[UNK] '",
51
+ "insert text[3:3] --> decoded_text[7:8] '' --> ' '",
52
+ "insert text[4:4] --> decoded_text[9:10] '' --> ' '",
53
+ "insert text[5:5] --> decoded_text[11:12] '' --> ' '",
54
+ "replace text[6:7] --> decoded_text[13:20] 'が' --> ' [UNK] '",
55
+ "insert text[8:8] --> decoded_text[21:22] '' --> ' '",
56
+ "replace text[9:14] --> decoded_text[23:30] 'でトイレに' --> ' [UNK] '",
57
+ "replace text[15:24] --> decoded_text[31:38] 'きたくなってしまい' --> ' [UNK] '",
58
+ "insert text[25:25] --> decoded_text[39:40] '' --> ' '",
59
+ "replace text[26:27] --> decoded_text[41:48] 'り' --> ' [UNK] '",
60
+ "replace text[28:36] --> decoded_text[49:56] 'にあったケンタに' --> ' [UNK] '",
61
+ "insert text[37:37] --> decoded_text[57:58] '' --> ' '",
62
+ "replace text[38:45] --> decoded_text[59:66] 'しちゃいました' --> ' [UNK] '"
63
+ ],
64
+ "n_oov_chars": 33,
65
+ "oov_ratio": 0.717391304347826,
66
+ "oov_charset": "[\"う\", \"ぅ\", \"が\", \"で\", \"ト\", \"イ\", \"���\", \"に\", \"き\", \"た\", \"く\", \"な\", \"っ\", \"て\", \"し\", \"ま\", \"い\", \"り\", \"あ\", \"ケ\", \"ン\", \"タ\", \"ち\", \"ゃ\"]"
67
+ },
68
+ {
69
+ "text": "実は、1年程前にエルモサの右目の黒目の端によ〜く見ないと分からない程の小さな斑を見つけてたんです。",
70
+ "decoded_text": "実 [UNK] 、 [UNK] 年 程 前 [UNK] 右 目 [UNK] 黒 目 [UNK] 端 [UNK] 〜 [UNK] [UNK] [UNK] 分 [UNK] 程 [UNK] 小 [UNK] 斑 [UNK] [UNK] [UNK] 。",
71
+ "diff": [
72
+ "replace text[1:2] --> decoded_text[1:8] 'は' --> ' [UNK] '",
73
+ "replace text[3:4] --> decoded_text[9:16] '1' --> ' [UNK] '",
74
+ "insert text[5:5] --> decoded_text[17:18] '' --> ' '",
75
+ "insert text[6:6] --> decoded_text[19:20] '' --> ' '",
76
+ "replace text[7:13] --> decoded_text[21:28] 'にエルモサの' --> ' [UNK] '",
77
+ "insert text[14:14] --> decoded_text[29:30] '' --> ' '",
78
+ "replace text[15:16] --> decoded_text[31:38] 'の' --> ' [UNK] '",
79
+ "insert text[17:17] --> decoded_text[39:40] '' --> ' '",
80
+ "replace text[18:19] --> decoded_text[41:48] 'の' --> ' [UNK] '",
81
+ "replace text[20:22] --> decoded_text[49:56] 'によ' --> ' [UNK] '",
82
+ "replace text[23:28] --> decoded_text[57:76] 'く見ないと' --> ' [UNK] [UNK] [UNK] '",
83
+ "replace text[29:33] --> decoded_text[77:84] 'からない' --> ' [UNK] '",
84
+ "replace text[34:35] --> decoded_text[85:92] 'の' --> ' [UNK] '",
85
+ "replace text[36:38] --> decoded_text[93:100] 'さな' --> ' [UNK] '",
86
+ "replace text[39:48] --> decoded_text[101:120] 'を見つけてたんです' --> ' [UNK] [UNK] [UNK] '"
87
+ ],
88
+ "n_oov_chars": 33,
89
+ "oov_ratio": 0.673469387755102,
90
+ "oov_charset": "[\"は\", \"1\", \"に\", \"エ\", \"ル\", \"モ\", \"サ\", \"の\", \"よ\", \"く\", \"見\", \"な\", \"い\", \"と\", \"か\", \"ら\", \"さ\", \"を\", \"つ\", \"け\", \"て\", \"た\", \"ん\", \"で\", \"す\"]"
91
+ },
92
+ {
93
+ "text": "その時点で先生からはおそらく『角膜ジストロフィー』であろうとの診断をもらっていました。",
94
+ "decoded_text": "[UNK] [UNK] 点 [UNK] 先 生 [UNK] 『 角 膜 [UNK] 』 [UNK] [UNK] 断 [UNK] 。",
95
+ "diff": [
96
+ "replace text[0:3] --> decoded_text[0:12] 'その時' --> '[UNK] [UNK] '",
97
+ "replace text[4:5] --> decoded_text[13:20] 'で' --> ' [UNK] '",
98
+ "insert text[6:6] --> decoded_text[21:22] '' --> ' '",
99
+ "replace text[7:14] --> decoded_text[23:30] 'からはおそらく' --> ' [UNK] '",
100
+ "insert text[15:15] --> decoded_text[31:32] '' --> ' '",
101
+ "insert text[16:16] --> decoded_text[33:34] '' --> ' '",
102
+ "replace text[17:24] --> decoded_text[35:42] 'ジストロフィー' --> ' [UNK] '",
103
+ "replace text[25:32] --> decoded_text[43:56] 'であろうとの診' --> ' [UNK] [UNK] '",
104
+ "replace text[33:42] --> decoded_text[57:64] 'をもらっていました' --> ' [UNK] '"
105
+ ],
106
+ "n_oov_chars": 34,
107
+ "oov_ratio": 0.7906976744186046,
108
+ "oov_charset": "[\"そ\", \"の\", \"時\", \"で\", \"か\", \"ら\", \"は\", \"お\", \"く\", \"ジ\", \"ス\", \"ト\", \"ロ\", \"フ\", \"ィ\", \"ー\", \"あ\", \"ろ\", \"う\", \"と\", \"診\", \"を\", \"も\", \"っ\", \"て\", \"い\", \"ま\", \"し\", \"た\"]"
109
+ },
110
+ {
111
+ "text": "エルモサの場合は1年程経過して徐々にではあるんですけど、少し大きくなってきちゃいました",
112
+ "decoded_text": "[UNK] [UNK] 合 [UNK] 年 程 経 [UNK] [UNK] 徐 [UNK] 、 少 [UNK] 大 [UNK]",
113
+ "diff": [
114
+ "replace text[0:6] --> decoded_text[0:12] 'エルモサの場' --> '[UNK] [UNK] '",
115
+ "replace text[7:9] --> decoded_text[13:20] 'は1' --> ' [UNK] '",
116
+ "insert text[10:10] --> decoded_text[21:22] '' --> ' '",
117
+ "insert text[11:11] --> decoded_text[23:24] '' --> ' '",
118
+ "replace text[12:15] --> decoded_text[25:38] '過して' --> ' [UNK] [UNK] '",
119
+ "replace text[16:27] --> decoded_text[39:46] '々にではあるんですけど' --> ' [UNK] '",
120
+ "insert text[28:28] --> decoded_text[47:48] '' --> ' '",
121
+ "replace text[29:30] --> decoded_text[49:56] 'し' --> ' [UNK] '",
122
+ "replace text[31:43] --> decoded_text[57:63] 'きくなってきちゃいました' --> ' [UNK]'"
123
+ ],
124
+ "n_oov_chars": 33,
125
+ "oov_ratio": 0.7674418604651163,
126
+ "oov_charset": "[\"エ\", \"ル\", \"モ\", \"サ\", \"の\", \"場\", \"は\", \"過\", \"し\", \"て\", \"に\", \"で\", \"あ\", \"る\", \"ん\", \"す\", \"け\", \"ど\", \"き\", \"く\", \"な\", \"っ\", \"ち\", \"ゃ\", \"い\", \"ま\", \"た\"]"
127
+ },
128
+ {
129
+ "text": "ただ、これまでお散歩仲間からは指摘とかされたことはないので、こちらから言わなければそんなに目立つ程ではないんですけどね。",
130
+ "decoded_text": "[UNK] 、 [UNK] 散 歩 仲 [UNK] [UNK] 指 摘 [UNK] 、 [UNK] 言 [UNK] 目 立 [UNK] 程 [UNK] 。",
131
+ "diff": [
132
+ "replace text[0:2] --> decoded_text[0:6] 'ただ' --> '[UNK] '",
133
+ "replace text[3:8] --> decoded_text[7:14] 'これまでお' --> ' [UNK] '",
134
+ "insert text[9:9] --> decoded_text[15:16] '' --> ' '",
135
+ "insert text[10:10] --> decoded_text[17:18] '' --> ' '",
136
+ "replace text[11:15] --> decoded_text[19:32] '間からは' --> ' [UNK] [UNK] '",
137
+ "insert text[16:16] --> decoded_text[33:34] '' --> ' '",
138
+ "replace text[17:29] --> decoded_text[35:42] 'とかされたことはないので' --> ' [UNK] '",
139
+ "replace text[30:35] --> decoded_text[43:50] 'こちらから' --> ' [UNK] '",
140
+ "replace text[36:45] --> decoded_text[51:58] 'わなければそんなに' --> ' [UNK] '",
141
+ "insert text[46:46] --> decoded_text[59:60] '' --> ' '",
142
+ "replace text[47:48] --> decoded_text[61:68] 'つ' --> ' [UNK] '",
143
+ "replace text[49:59] --> decoded_text[69:76] 'ではないんですけどね' --> ' [UNK] '"
144
+ ],
145
+ "n_oov_chars": 48,
146
+ "oov_ratio": 0.8,
147
+ "oov_charset": "[\"た\", \"だ\", \"こ\", \"れ\", \"ま\", \"で\", \"お\", \"間\", \"か\", \"ら\", \"は\", \"と\", \"さ\", \"な\", \"い\", \"の\", \"ち\", \"わ\", \"け\", \"ば\", \"そ\", \"ん\", \"に\", \"つ\", \"す\", \"ど\", \"ね\"]"
148
+ },
149
+ {
150
+ "text": "昔はヒアルロン酸の目薬なども処方されてたようですが、これが効く事はないそうです。",
151
+ "decoded_text": "昔 [UNK] 酸 [UNK] 目 薬 [UNK] 処 方 [UNK] 、 [UNK] 効 [UNK] 事 [UNK] 。",
152
+ "diff": [
153
+ "replace text[1:7] --> decoded_text[1:8] 'はヒアルロン' --> ' [UNK] '",
154
+ "replace text[8:9] --> decoded_text[9:16] 'の' --> ' [UNK] '",
155
+ "insert text[10:10] --> decoded_text[17:18] '' --> ' '",
156
+ "replace text[11:14] --> decoded_text[19:26] 'なども' --> ' [UNK] '",
157
+ "insert text[15:15] --> decoded_text[27:28] '' --> ' '",
158
+ "replace text[16:25] --> decoded_text[29:36] 'されてたようですが' --> ' [UNK] '",
159
+ "replace text[26:29] --> decoded_text[37:44] 'これが' --> ' [UNK] '",
160
+ "replace text[30:31] --> decoded_text[45:52] 'く' --> ' [UNK] '",
161
+ "replace text[32:39] --> decoded_text[53:60] 'はないそうです' --> ' [UNK] '"
162
+ ],
163
+ "n_oov_chars": 30,
164
+ "oov_ratio": 0.75,
165
+ "oov_charset": "[\"は\", \"ヒ\", \"ア\", \"ル\", \"ロ\", \"ン\", \"の\", \"な\", \"ど\", \"も\", \"さ\", \"れ\", \"て\", \"た\", \"よ\", \"う\", \"で\", \"す\", \"が\", \"こ\", \"く\", \"い\", \"そ\"]"
166
+ },
167
+ {
168
+ "text": "なので、エルディとのお散歩でも訪れたことがありません。 カタクリの花が5分咲きとの情報から今回コースの1つに取り入れてみました。",
169
+ "decoded_text": "[UNK] 、 [UNK] 散 歩 [UNK] [UNK] [UNK] 。 [UNK] 花 [UNK] 分 咲 [UNK] 情 [UNK] [UNK] 今 回 [UNK] 取 [UNK] 入 [UNK] 。",
170
+ "diff": [
171
+ "replace text[0:3] --> decoded_text[0:6] 'なので' --> '[UNK] '",
172
+ "replace text[4:11] --> decoded_text[7:14] 'エルディとのお' --> ' [UNK] '",
173
+ "insert text[12:12] --> decoded_text[15:16] '' --> ' '",
174
+ "replace text[13:26] --> decoded_text[17:36] 'でも訪れたことがありません' --> ' [UNK] [UNK] [UNK] '",
175
+ "replace text[28:33] --> decoded_text[38:44] 'カタクリの' --> '[UNK] '",
176
+ "replace text[34:36] --> decoded_text[45:52] 'が5' --> ' [UNK] '",
177
+ "insert text[37:37] --> decoded_text[53:54] '' --> ' '",
178
+ "replace text[38:41] --> decoded_text[55:62] 'きとの' --> ' [UNK] '",
179
+ "replace text[42:45] --> decoded_text[63:76] '報から' --> ' [UNK] [UNK] '",
180
+ "insert text[46:46] --> decoded_text[77:78] '' --> ' '",
181
+ "replace text[47:54] --> decoded_text[79:86] 'コースの1つに' --> ' [UNK] '",
182
+ "replace text[55:56] --> decoded_text[87:94] 'り' --> ' [UNK] '",
183
+ "replace text[57:63] --> decoded_text[95:102] 'れてみました' --> ' [UNK] '"
184
+ ],
185
+ "n_oov_chars": 50,
186
+ "oov_ratio": 0.78125,
187
+ "oov_charset": "[\"な\", \"の\", \"で\", \"エ\", \"ル\", \"デ\", \"ィ\", \"と\", \"お\", \"も\", \"訪\", \"れ\", \"た\", \"こ\", \"が\", \"あ\", \"り\", \"ま\", \"せ\", \"ん\", \"カ\", \"タ\", \"ク\", \"リ\", \"5\", \"き\", \"報\", \"か\", \"ら\", \"コ\", \"ー\", \"ス\", \"1\", \"つ\", \"に\", \"て\", \"み\", \"し\"]"
188
+ },
189
+ {
190
+ "text": "前々から走ってみたかったんだけど、いつも陸上部らしき学生さんがものすごいスピードで駆け抜けていくのを目の当たりにしてちょっとビビっておりました",
191
+ "decoded_text": "前 [UNK] 走 [UNK] 、 [UNK] [UNK] 上 部 [UNK] 学 生 [UNK] 駆 [UNK] 抜 [UNK] 目 [UNK] 当 [UNK]",
192
+ "diff": [
193
+ "replace text[1:4] --> decoded_text[1:8] '々から' --> ' [UNK] '",
194
+ "replace text[5:16] --> decoded_text[9:16] 'ってみたかったんだけど' --> ' [UNK] '",
195
+ "replace text[17:21] --> decoded_text[17:30] 'いつも陸' --> ' [UNK] [UNK] '",
196
+ "insert text[22:22] --> decoded_text[31:32] '' --> ' '",
197
+ "replace text[23:26] --> decoded_text[33:40] 'らしき' --> ' [UNK] '",
198
+ "insert text[27:27] --> decoded_text[41:42] '' --> ' '",
199
+ "replace text[28:41] --> decoded_text[43:50] 'さんがものすごいスピードで' --> ' [UNK] '",
200
+ "replace text[42:43] --> decoded_text[51:58] 'け' --> ' [UNK] '",
201
+ "replace text[44:50] --> decoded_text[59:66] 'けていくのを' --> ' [UNK] '",
202
+ "replace text[51:52] --> decoded_text[67:74] 'の' --> ' [UNK] '",
203
+ "replace text[53:71] --> decoded_text[75:81] 'たりにしてちょっとビビっておりました' --> ' [UNK]'"
204
+ ],
205
+ "n_oov_chars": 59,
206
+ "oov_ratio": 0.8309859154929577,
207
+ "oov_charset": "[\"か\", \"ら\", \"っ\", \"て\", \"み\", \"た\", \"ん\", \"だ\", \"け\", \"ど\", \"い\", \"つ\", \"も\", \"陸\", \"し\", \"き\", \"さ\", \"が\", \"の\", \"す\", \"ご\", \"ス\", \"ピ\", \"ー\", \"ド\", \"で\", \"く\", \"を\", \"り\", \"に\", \"ち\", \"ょ\", \"と\", \"ビ\", \"お\", \"ま\"]"
208
+ }
209
+ ]
stats/compression_rate/eson.kplug-base-encoder @ cc100.ko.diff.json ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "+ HOME > 라이브스코어",
4
+ "decoded_text": "+ home > [UNK]",
5
+ "diff": [
6
+ "replace text[2:6] --> decoded_text[2:6] 'HOME' --> 'home'",
7
+ "replace text[9:15] --> decoded_text[9:14] '라이브스코어' --> '[UNK]'"
8
+ ],
9
+ "n_oov_chars": 10,
10
+ "oov_ratio": 0.6666666666666666,
11
+ "oov_charset": "[\"H\", \"O\", \"M\", \"E\", \"라\", \"이\", \"브\", \"스\", \"코\", \"어\"]"
12
+ },
13
+ {
14
+ "text": "특히 주소 15~17번 홀에선 3연속 보기로 황금의제국카지노 홀아웃했다.",
15
+ "decoded_text": "[UNK] [UNK] 15 ~ [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
16
+ "diff": [
17
+ "replace text[0:2] --> decoded_text[0:5] '특히' --> '[UNK]'",
18
+ "replace text[3:5] --> decoded_text[6:11] '주소' --> '[UNK]'",
19
+ "insert text[8:8] --> decoded_text[14:15] '' --> ' '",
20
+ "delete text[9:12] --> decoded_text[16:16] '17번' --> ''",
21
+ "replace text[13:16] --> decoded_text[17:22] '홀에선' --> '[UNK]'",
22
+ "replace text[17:20] --> decoded_text[23:28] '3연속' --> '[UNK]'",
23
+ "replace text[21:24] --> decoded_text[29:34] '보기로' --> '[UNK]'",
24
+ "replace text[25:33] --> decoded_text[35:40] '황금의제국카지노' --> '[UNK]'",
25
+ "replace text[34:39] --> decoded_text[41:52] '홀아웃했다' --> '[UNK] [UNK]'"
26
+ ],
27
+ "n_oov_chars": 26,
28
+ "oov_ratio": 0.65,
29
+ "oov_charset": "[\"특\", \"히\", \"주\", \"소\", \"번\", \"홀\", \"에\", \"선\", \"연\", \"속\", \"보\", \"기\", \"로\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"아\", \"웃\", \"했\", \"다\"]"
30
+ },
31
+ {
32
+ "text": "1편인'신과함께-죄와 벌'이 천만을 넘은 만큼 2편을 기다린 황금의제국카지노 관객들의 기대와 주소 관심은 폭발적이다.",
33
+ "decoded_text": "[UNK]'[UNK] - [UNK] [UNK]'[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
34
+ "diff": [
35
+ "replace text[0:3] --> decoded_text[0:5] '1편인' --> '[UNK]'",
36
+ "replace text[4:8] --> decoded_text[6:12] '신과함께' --> '[UNK] '",
37
+ "delete text[9:11] --> decoded_text[13:13] '죄와' --> ''",
38
+ "replace text[12:13] --> decoded_text[14:25] '벌' --> '[UNK] [UNK]'",
39
+ "replace text[14:15] --> decoded_text[26:31] '이' --> '[UNK]'",
40
+ "replace text[16:19] --> decoded_text[32:37] '천만을' --> '[UNK]'",
41
+ "replace text[20:22] --> decoded_text[38:43] '넘은' --> '[UNK]'",
42
+ "replace text[23:25] --> decoded_text[44:49] '만큼' --> '[UNK]'",
43
+ "replace text[26:29] --> decoded_text[50:55] '2편을' --> '[UNK]'",
44
+ "replace text[30:33] --> decoded_text[56:61] '기다린' --> '[UNK]'",
45
+ "replace text[34:42] --> decoded_text[62:67] '황금의제국카지노' --> '[UNK]'",
46
+ "replace text[43:47] --> decoded_text[68:73] '관객들의' --> '[UNK]'",
47
+ "replace text[48:51] --> decoded_text[74:79] '기대와' --> '[UNK]'",
48
+ "replace text[52:54] --> decoded_text[80:85] '주소' --> '[UNK]'",
49
+ "replace text[55:58] --> decoded_text[86:91] '관심은' --> '[UNK]'",
50
+ "replace text[59:64] --> decoded_text[92:97] '폭발적이다' --> '[UNK]'"
51
+ ],
52
+ "n_oov_chars": 47,
53
+ "oov_ratio": 0.7230769230769231,
54
+ "oov_charset": "[\"편\", \"인\", \"신\", \"과\", \"함\", \"께\", \"죄\", \"와\", \"벌\", \"이\", \"천\", \"만\", \"을\", \"넘\", \"은\", \"큼\", \"기\", \"다\", \"린\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"관\", \"객\", \"들\", \"대\", \"주\", \"소\", \"심\", \"폭\", \"발\", \"적\"]"
55
+ },
56
+ {
57
+ "text": "고려해서 주소 '대체재 일색'의 분재를 내놓을 위험이 있다. 문학의 자유를 소설가가 스스로 황금의제국카지노 출판사에 상납하는 것이다.",
58
+ "decoded_text": "[UNK] [UNK]'[UNK] [UNK]'[UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
59
+ "diff": [
60
+ "replace text[0:4] --> decoded_text[0:5] '고려해서' --> '[UNK]'",
61
+ "replace text[5:7] --> decoded_text[6:17] '주소' --> \"[UNK]'[UNK]\"",
62
+ "insert text[8:8] --> decoded_text[18:23] '' --> '[UNK]'",
63
+ "replace text[9:12] --> decoded_text[24:29] '대체재' --> '[UNK]'",
64
+ "replace text[13:17] --> decoded_text[30:35] \"일색'의\" --> '[UNK]'",
65
+ "replace text[18:21] --> decoded_text[36:41] '분재를' --> '[UNK]'",
66
+ "replace text[22:25] --> decoded_text[42:47] '내놓을' --> '[UNK]'",
67
+ "replace text[26:32] --> decoded_text[48:53] '위험이 있다' --> '[UNK]'",
68
+ "replace text[34:37] --> decoded_text[55:60] '문학의' --> '[UNK]'",
69
+ "replace text[38:41] --> decoded_text[61:66] '자유를' --> '[UNK]'",
70
+ "replace text[42:46] --> decoded_text[67:72] '소설가가' --> '[UNK]'",
71
+ "replace text[47:50] --> decoded_text[73:78] '스스로' --> '[UNK]'",
72
+ "replace text[51:59] --> decoded_text[79:84] '황금의제국카지노' --> '[UNK]'",
73
+ "replace text[60:64] --> decoded_text[85:90] '출판사에' --> '[UNK]'",
74
+ "replace text[65:69] --> decoded_text[91:96] '상납하는' --> '[UNK]'",
75
+ "replace text[70:73] --> decoded_text[97:102] '것이다' --> '[UNK]'"
76
+ ],
77
+ "n_oov_chars": 55,
78
+ "oov_ratio": 0.7432432432432432,
79
+ "oov_charset": "[\"고\", \"려\", \"해\", \"서\", \"주\", \"소\", \"대\", \"체\", \"재\", \"일\", \"색\", \"의\", \"분\", \"를\", \"내\", \"놓\", \"을\", \"위\", \"험\", \"이\", \"있\", \"다\", \"문\", \"학\", \"자\", \"유\", \"설\", \"가\", \"스\", \"로\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"출\", \"판\", \"사\", \"에\", \"상\", \"납\", \"하\", \"는\", \"것\"]"
80
+ },
81
+ {
82
+ "text": "조시도널슨의 유산 프랭클린 주소 바레토(22)는 황금의제국카지노 4타수3안타(2루타 홈런) 3타점(.246 .270 .508). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
83
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] ( 22 ) [UNK] [UNK] [UNK] ( [UNK] [UNK] ) [UNK] (. 246. 270. 508 ). [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
84
+ "diff": [
85
+ "replace text[0:6] --> decoded_text[0:5] '조시도널슨의' --> '[UNK]'",
86
+ "replace text[7:9] --> decoded_text[6:11] '유산' --> '[UNK]'",
87
+ "replace text[10:14] --> decoded_text[12:17] '프랭클린' --> '[UNK]'",
88
+ "replace text[15:17] --> decoded_text[18:23] '주소' --> '[UNK]'",
89
+ "replace text[18:21] --> decoded_text[24:30] '바레토' --> '[UNK] '",
90
+ "insert text[22:22] --> decoded_text[31:32] '' --> ' '",
91
+ "delete text[24:26] --> decoded_text[34:34] ')는' --> ''",
92
+ "delete text[27:49] --> decoded_text[35:35] '황금의제국카지노 4타수3안타(2루타 홈런' --> ''",
93
+ "replace text[51:54] --> decoded_text[37:77] '3타점' --> '[UNK] [UNK] [UNK] ( [UNK] [UNK] ) [UNK] '",
94
+ "insert text[56:56] --> decoded_text[79:80] '' --> ' '",
95
+ "insert text[59:59] --> decoded_text[83:84] '' --> '.'",
96
+ "delete text[60:61] --> decoded_text[85:85] '.' --> ''",
97
+ "insert text[64:64] --> decoded_text[88:89] '' --> '.'",
98
+ "delete text[65:66] --> decoded_text[90:90] '.' --> ''",
99
+ "insert text[69:69] --> decoded_text[93:94] '' --> ' '",
100
+ "replace text[72:75] --> decoded_text[97:102] '하지만' --> '[UNK]'",
101
+ "replace text[76:79] --> decoded_text[103:108] '아직은' --> '[UNK]'",
102
+ "replace text[80:84] --> decoded_text[109:114] '트레이드' --> '[UNK]'",
103
+ "replace text[85:88] --> decoded_text[115:120] '당시의' --> '[UNK]'",
104
+ "replace text[89:93] --> decoded_text[121:126] '기대치를' --> '[UNK]'",
105
+ "replace text[94:98] --> decoded_text[127:132] '보여주지' --> '[UNK]'",
106
+ "replace text[99:102] --> decoded_text[133:138] '못하고' --> '[UNK]'",
107
+ "replace text[103:105] --> decoded_text[139:144] '있다' --> '[UNK]'"
108
+ ],
109
+ "n_oov_chars": 62,
110
+ "oov_ratio": 0.5849056603773585,
111
+ "oov_charset": "[\"조\", \"시\", \"도\", \"널\", \"슨\", \"의\", \"유\", \"산\", \"프\", \"랭\", \"클\", \"린\", \"주\", \"소\", \"바\", \"레\", \"토\", \"는\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"타\", \"수\", \"안\", \"루\", \"홈\", \"런\", \"점\", \"하\", \"만\", \"아\", \"직\", \"은\", \"트\", \"이\", \"드\", \"당\", \"기\", \"대\", \"치\", \"를\", \"보\", \"여\", \"못\", \"고\", \"있\", \"다\"]"
112
+ },
113
+ {
114
+ "text": "여기서승리한 2팀이 준결승에 오른다. 결국 A, B조 1위는 12강-4강-결승으로 3경기를 치르지만, C, D, 황금의제국카지노 E, F조 1위는 주소 12강-6강-4강-결승으로 4경기를 해야 한다.",
115
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK]. [UNK] a, [UNK] [UNK] [UNK] - [UNK] - [UNK] [UNK] [UNK], c, d, [UNK] e, [UNK] [UNK] [UNK] [UNK] - [UNK] - [UNK] - [UNK] [UNK] [UNK] [UNK].",
116
+ "diff": [
117
+ "replace text[0:6] --> decoded_text[0:5] '여기서승리한' --> '[UNK]'",
118
+ "replace text[7:10] --> decoded_text[6:11] '2팀이' --> '[UNK]'",
119
+ "replace text[11:15] --> decoded_text[12:17] '준결승에' --> '[UNK]'",
120
+ "replace text[16:19] --> decoded_text[18:23] '오른다' --> '[UNK]'",
121
+ "replace text[21:23] --> decoded_text[25:30] '결국' --> '[UNK]'",
122
+ "replace text[24:25] --> decoded_text[31:32] 'A' --> 'a'",
123
+ "replace text[27:29] --> decoded_text[34:39] 'B조' --> '[UNK]'",
124
+ "replace text[30:33] --> decoded_text[40:45] '1위는' --> '[UNK]'",
125
+ "replace text[34:37] --> decoded_text[46:52] '12강' --> '[UNK] '",
126
+ "replace text[38:40] --> decoded_text[53:60] '4강' --> ' [UNK] '",
127
+ "delete text[41:45] --> decoded_text[61:61] '결승으로' --> ''",
128
+ "replace text[46:50] --> decoded_text[62:67] '3경기를' --> '[UNK]'",
129
+ "replace text[51:55] --> decoded_text[68:79] '치르지만' --> '[UNK] [UNK]'",
130
+ "replace text[57:58] --> decoded_text[81:82] 'C' --> 'c'",
131
+ "replace text[60:61] --> decoded_text[84:85] 'D' --> 'd'",
132
+ "replace text[63:71] --> decoded_text[87:92] '황금의제국카지노' --> '[UNK]'",
133
+ "replace text[72:73] --> decoded_text[93:94] 'E' --> 'e'",
134
+ "replace text[75:77] --> decoded_text[96:101] 'F조' --> '[UNK]'",
135
+ "replace text[78:81] --> decoded_text[102:107] '1위는' --> '[UNK]'",
136
+ "replace text[82:84] --> decoded_text[108:113] '주소' --> '[UNK]'",
137
+ "replace text[85:88] --> decoded_text[114:120] '12강' --> '[UNK] '",
138
+ "replace text[89:91] --> decoded_text[121:128] '6강' --> ' [UNK] '",
139
+ "replace text[92:94] --> decoded_text[129:136] '4강' --> ' [UNK] '",
140
+ "delete text[95:99] --> decoded_text[137:137] '결승으로' --> ''",
141
+ "replace text[100:104] --> decoded_text[138:143] '4경기를' --> '[UNK]'",
142
+ "replace text[105:107] --> decoded_text[144:149] '해야' --> '[UNK]'",
143
+ "replace text[108:110] --> decoded_text[150:161] '한다' --> '[UNK] [UNK]'"
144
+ ],
145
+ "n_oov_chars": 66,
146
+ "oov_ratio": 0.5945945945945946,
147
+ "oov_charset": "[\"여\", \"기\", \"서\", \"승\", \"리\", \"한\", \"팀\", \"이\", \"준\", \"결\", \"에\", \"오\", \"른\", \"다\", \"국\", \"A\", \"B\", \"조\", \"위\", \"는\", \"강\", \"으\", \"로\", \"경\", \"를\", \"치\", \"르\", \"지\", \"만\", \"C\", \"D\", \"황\", \"금\", \"의\", \"제\", \"카\", \"노\", \"E\", \"F\", \"주\", \"소\", \"해\", \"야\"]"
148
+ },
149
+ {
150
+ "text": "또한이날 눈길을 주소 끈 것은 한 신인배우의 매니저였다. 황금의제국카지노 배우의 매니저 일을 하고 있다는 한 청취자의 사연에 박명수는 '실시간 검색어 1위'를 만들어주겠다며, 통화연결을 했다.",
151
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'[UNK] [UNK] [UNK]'[UNK] [UNK], [UNK] [UNK].",
152
+ "diff": [
153
+ "replace text[0:4] --> decoded_text[0:5] '또한이날' --> '[UNK]'",
154
+ "replace text[5:8] --> decoded_text[6:11] '눈길을' --> '[UNK]'",
155
+ "replace text[9:11] --> decoded_text[12:17] '주소' --> '[UNK]'",
156
+ "replace text[12:13] --> decoded_text[18:23] '끈' --> '[UNK]'",
157
+ "replace text[14:16] --> decoded_text[24:29] '것은' --> '[UNK]'",
158
+ "replace text[17:18] --> decoded_text[30:35] '한' --> '[UNK]'",
159
+ "replace text[19:24] --> decoded_text[36:41] '신인배우의' --> '[UNK]'",
160
+ "replace text[25:30] --> decoded_text[42:47] '매니저였다' --> '[UNK]'",
161
+ "replace text[32:40] --> decoded_text[49:54] '황금의제국카지노' --> '[UNK]'",
162
+ "replace text[41:44] --> decoded_text[55:60] '배우의' --> '[UNK]'",
163
+ "replace text[45:48] --> decoded_text[61:66] '매니저' --> '[UNK]'",
164
+ "replace text[49:51] --> decoded_text[67:72] '일을' --> '[UNK]'",
165
+ "replace text[52:54] --> decoded_text[73:78] '하고' --> '[UNK]'",
166
+ "replace text[55:58] --> decoded_text[79:84] '있다는' --> '[UNK]'",
167
+ "replace text[59:60] --> decoded_text[85:90] '한' --> '[UNK]'",
168
+ "replace text[61:65] --> decoded_text[91:96] '청취자의' --> '[UNK]'",
169
+ "replace text[66:69] --> decoded_text[97:102] '사연에' --> '[UNK]'",
170
+ "replace text[70:74] --> decoded_text[103:114] '박명수는' --> \"[UNK]'[UNK]\"",
171
+ "insert text[75:75] --> decoded_text[115:126] '' --> '[UNK] [UNK]'",
172
+ "replace text[76:79] --> decoded_text[127:132] '실시간' --> '[UNK]'",
173
+ "replace text[80:96] --> decoded_text[133:138] \"검색어 1위'를 만들어주겠다며\" --> '[UNK]'",
174
+ "replace text[98:103] --> decoded_text[140:145] '통화연결을' --> '[UNK]'",
175
+ "replace text[104:106] --> decoded_text[146:151] '했다' --> '[UNK]'"
176
+ ],
177
+ "n_oov_chars": 101,
178
+ "oov_ratio": 0.9439252336448598,
179
+ "oov_charset": "[\"또\", \"한\", \"이\", \"날\", \" \", \"눈\", \"길\", \"을\", \"주\", \"소\", \"끈\", \"것\", \"은\", \"신\", \"인\", \"배\", \"우\", \"의\", \"매\", \"니\", \"저\", \"였\", \"다\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"일\", \"하\", \"고\", \"있\", \"는\", \"청\", \"취\", \"자\", \"사\", \"연\", \"에\", \"박\", \"명\", \"수\", \"실\", \"시\", \"간\", \"검\", \"색\", \"어\", \"위\", \"를\", \"만\", \"들\", \"겠\", \"며\", \"통\", \"화\", \"결\", \"했\"]"
180
+ },
181
+ {
182
+ "text": "하지만이번 황금의제국카지노 시즌, 호날두와 이과인이 다시 주소 한솥밥을 먹는 일이 성사됐다. 호날두가 ‘빅 사이닝’을 통해 유벤투스로 옮겼기 때문이다.",
183
+ "decoded_text": "[UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] ‘ [UNK] [UNK] ’ [UNK] [UNK] [UNK] [UNK] [UNK].",
184
+ "diff": [
185
+ "replace text[0:5] --> decoded_text[0:5] '하지만이번' --> '[UNK]'",
186
+ "replace text[6:14] --> decoded_text[6:11] '황금의제국카지노' --> '[UNK]'",
187
+ "replace text[15:17] --> decoded_text[12:17] '시즌' --> '[UNK]'",
188
+ "replace text[19:23] --> decoded_text[19:24] '호날두와' --> '[UNK]'",
189
+ "replace text[24:28] --> decoded_text[25:30] '이과인이' --> '[UNK]'",
190
+ "replace text[29:31] --> decoded_text[31:36] '다시' --> '[UNK]'",
191
+ "replace text[32:34] --> decoded_text[37:42] '주소' --> '[UNK]'",
192
+ "replace text[35:39] --> decoded_text[43:48] '한솥밥을' --> '[UNK]'",
193
+ "replace text[40:42] --> decoded_text[49:54] '먹는' --> '[UNK]'",
194
+ "replace text[43:45] --> decoded_text[55:60] '일이' --> '[UNK]'",
195
+ "replace text[46:50] --> decoded_text[61:66] '성사됐다' --> '[UNK]'",
196
+ "replace text[52:56] --> decoded_text[68:73] '호날두가' --> '[UNK]'",
197
+ "delete text[58:59] --> decoded_text[75:75] '빅' --> ''",
198
+ "replace text[60:63] --> decoded_text[76:88] '사이닝' --> '[UNK] [UNK] '",
199
+ "delete text[64:65] --> decoded_text[89:89] '을' --> ''",
200
+ "replace text[66:68] --> decoded_text[90:95] '통해' --> '[UNK]'",
201
+ "replace text[69:74] --> decoded_text[96:101] '유벤투스로' --> '[UNK]'",
202
+ "replace text[75:78] --> decoded_text[102:107] '옮겼기' --> '[UNK]'",
203
+ "replace text[79:83] --> decoded_text[108:119] '때문이다' --> '[UNK] [UNK]'"
204
+ ],
205
+ "n_oov_chars": 62,
206
+ "oov_ratio": 0.7380952380952381,
207
+ "oov_charset": "[\"하\", \"지\", \"만\", \"이\", \"번\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"노\", \"시\", \"즌\", \"호\", \"날\", \"두\", \"와\", \"과\", \"인\", \"다\", \"주\", \"소\", \"한\", \"솥\", \"밥\", \"을\", \"먹\", \"는\", \"일\", \"성\", \"사\", \"됐\", \"가\", \"빅\", \"닝\", \"통\", \"해\", \"유\", \"벤\", \"투\", \"스\", \"로\", \"옮\", \"겼\", \"기\", \"때\", \"문\"]"
208
+ },
209
+ {
210
+ "text": "현대캐피탈은삼성화재와 시범경기를 위해 홍천에 황금의제국카지노 주소 왔다.",
211
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
212
+ "diff": [
213
+ "replace text[0:11] --> decoded_text[0:5] '현대캐피탈은삼성화재와' --> '[UNK]'",
214
+ "replace text[12:17] --> decoded_text[6:11] '시범경기를' --> '[UNK]'",
215
+ "replace text[18:20] --> decoded_text[12:17] '위해' --> '[UNK]'",
216
+ "replace text[21:24] --> decoded_text[18:23] '홍천에' --> '[UNK]'",
217
+ "replace text[25:33] --> decoded_text[24:29] '황금의제국카지노' --> '[UNK]'",
218
+ "replace text[34:36] --> decoded_text[30:35] '주소' --> '[UNK]'",
219
+ "replace text[37:39] --> decoded_text[36:41] '왔다' --> '[UNK]'"
220
+ ],
221
+ "n_oov_chars": 39,
222
+ "oov_ratio": 0.975,
223
+ "oov_charset": "[\"현\", \"대\", \"캐\", \"피\", \"탈\", \"은\", \"삼\", \"성\", \"화\", \"재\", \"와\", \" \", \"시\", \"범\", \"경\", \"기\", \"를\", \"위\", \"해\", \"홍\", \"천\", \"에\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"주\", \"소\", \"왔\", \"다\"]"
224
+ },
225
+ {
226
+ "text": "사실자매가 나란히 앉아 인터뷰를 한다는 게 쑥스러울 법도 한데, 주소 둘 사이에는 어떤 거리낌도 없었다. 마치 하루에 한 번씩 만나는 친구 같은 느낌이 황금의제국카지노 강했다.",
227
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
228
+ "diff": [
229
+ "replace text[0:5] --> decoded_text[0:5] '사실자매가' --> '[UNK]'",
230
+ "replace text[6:9] --> decoded_text[6:11] '나란히' --> '[UNK]'",
231
+ "replace text[10:12] --> decoded_text[12:17] '앉아' --> '[UNK]'",
232
+ "replace text[13:17] --> decoded_text[18:23] '인터뷰를' --> '[UNK]'",
233
+ "replace text[18:21] --> decoded_text[24:29] '한다는' --> '[UNK]'",
234
+ "replace text[22:23] --> decoded_text[30:35] '게' --> '[UNK]'",
235
+ "replace text[24:28] --> decoded_text[36:41] '쑥스러울' --> '[UNK]'",
236
+ "replace text[29:31] --> decoded_text[42:47] '법도' --> '[UNK]'",
237
+ "replace text[32:34] --> decoded_text[48:53] '한데' --> '[UNK]'",
238
+ "replace text[36:38] --> decoded_text[55:60] '주소' --> '[UNK]'",
239
+ "replace text[39:40] --> decoded_text[61:66] '둘' --> '[UNK]'",
240
+ "replace text[41:45] --> decoded_text[67:72] '사이에는' --> '[UNK]'",
241
+ "replace text[46:48] --> decoded_text[73:78] '어떤' --> '[UNK]'",
242
+ "replace text[49:53] --> decoded_text[79:84] '거리낌도' --> '[UNK]'",
243
+ "replace text[54:57] --> decoded_text[85:90] '없었다' --> '[UNK]'",
244
+ "replace text[59:61] --> decoded_text[92:97] '마치' --> '[UNK]'",
245
+ "replace text[62:65] --> decoded_text[98:103] '하루에' --> '[UNK]'",
246
+ "replace text[66:67] --> decoded_text[104:109] '한' --> '[UNK]'",
247
+ "replace text[68:70] --> decoded_text[110:115] '번씩' --> '[UNK]'",
248
+ "replace text[71:74] --> decoded_text[116:121] '만나는' --> '[UNK]'",
249
+ "replace text[75:77] --> decoded_text[122:127] '친구' --> '[UNK]'",
250
+ "replace text[78:80] --> decoded_text[128:133] '같은' --> '[UNK]'",
251
+ "replace text[81:84] --> decoded_text[134:139] '느낌이' --> '[UNK]'",
252
+ "replace text[85:93] --> decoded_text[140:145] '황금의제국카지노' --> '[UNK]'",
253
+ "replace text[94:97] --> decoded_text[146:151] '강했다' --> '[UNK]'"
254
+ ],
255
+ "n_oov_chars": 95,
256
+ "oov_ratio": 0.9693877551020408,
257
+ "oov_charset": "[\"사\", \"실\", \"자\", \"매\", \"가\", \" \", \"나\", \"란\", \"히\", \"앉\", \"아\", \"인\", \"터\", \"뷰\", \"를\", \"한\", \"다\", \"는\", \"게\", \"쑥\", \"스\", \"러\", \"울\", \"법\", \"도\", \"데\", \"주\", \"소\", \"둘\", \"이\", \"에\", \"어\", \"떤\", \"거\", \"리\", \"낌\", \"없\", \"었\", \"마\", \"치\", \"하\", \"루\", \"번\", \"씩\", \"만\", \"친\", \"구\", \"같\", \"은\", \"느\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"강\", \"했\"]"
258
+ }
259
+ ]
stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.ar.diff.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة .. ( 1)",
4
+ "decoded_text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة.. ( 1)",
5
+ "diff": [
6
+ "delete text[42:43] --> decoded_text[42:42] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "الهدف من دراسة التاريخ هو لنتعرف احوال الشعوب , نتخذ عبرا ودروسا تساعدنا على بناء مستقبل لنا.",
14
+ "decoded_text": "الهدف من دراسة التاريخ هو لنتعرف احوال الشعوب, نتخذ عبرا ودروسا تساعدنا على بناء مستقبل لنا.",
15
+ "diff": [
16
+ "delete text[45:46] --> decoded_text[45:45] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "الحضارة هي مجموعة من الانجازات التي حققتها الامة من خلال تاريخها في جميع المجالات .",
24
+ "decoded_text": "الحضارة هي مجموعة من الانجازات التي حققتها الامة من خلال تاريخها في جميع المجالات.",
25
+ "diff": [
26
+ "delete text[81:82] --> decoded_text[81:81] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "يعود الكاتب محمد الشريف زرقين صاحب كتاب \" ربيب الدولة، الخوف من المجهول \" مرة أخرى لقضية الأطفال مجهولي الهوية في كتاب جديد اختار هذه المرة أن يعالج فيه وضعيتهم من الجانب القانوني و الديني، بهدف حث علماء الدين و المشرعين القانونيين لإعادة النظر في فتاويهم و القوانين المجحفة التي تتحكم في مصائر هذه الفئة الضعيفة في المجتمع ، كما اخبرنا في هذا الحوار الخاص ، مصرحا انه لو كان الخيار بيده لاختار البقاء مع أمه البيولوجية التي اضطرت للتخلي عنه عند ولادته. الكتاب الذي عرف أيضا مساهمة كل من مليكة بن عراب آتو عضوة في البرلمان الأوربي ، المحامية بن براهم فطيمة و رئيس جامعة الأمير عبد القادر بقسنطينة السيد عبد الله بوخلخال في بعض أجزائه بمداخلات حول الموضوع، يطرح تساؤلات مبرهنة موجهة لكل من المشرعين و المفتيين كما قال لنا السيد زرقين مشيرا أنه يتوقع أن تحفز هذه الأخيرة على الاجتهاد لتحسين وضعية الأطفال المسعفين و ضمان حقوقهم . حاورته: أمينة جنان",
34
+ "decoded_text": "يعود الكاتب محمد الشريف زرقين صاحب كتاب \" ربيب الدولة، الخوف من المجهول \" مرة أخرى لقضية الأطفال مجهولي الهوية في كتاب جديد اختار هذه المرة أن يعالج فيه وضعيتهم من الجانب القانوني و الديني، بهدف حث علماء الدين و المشرعين القانونيين لإعادة النظر في فتاويهم و القوانين المجحفة التي تتحكم في مصائر هذه الفئة الضعيفة في المجتمع ، كما اخبرنا في هذا الحوار الخاص ، مصرحا انه لو كان الخيار بيده لاختار البقاء مع أمه البيولوجية التي اضطرت للتخلي عنه عند ولادته. الكتاب الذي عرف أيضا مساهمة كل من مليكة بن عراب آتو عضوة في البرلمان الأوربي ، المحامية بن براهم فطيمة و رئيس جامعة الأمير عبد القادر بقسنطينة السيد عبد الله بوخلخال في بعض أجزائه بمداخلات حول الموضوع، يطرح تساؤلات مبرهنة موجهة لكل من المشرعين و المفتيين كما قال لنا السيد زرقين مشيرا أنه يتوقع أن تحفز هذه الأخيرة على الاجتهاد لتحسين وضعية الأطفال المسعفين و ضمان حقوقهم. حاورته: أمينة جنان",
35
+ "diff": [
36
+ "delete text[825:826] --> decoded_text[825:825] ' ' --> ''"
37
+ ],
38
+ "n_oov_chars": 0,
39
+ "oov_ratio": 0.0,
40
+ "oov_charset": "[]"
41
+ },
42
+ {
43
+ "text": "\"مولودين باسم مجهول \" يطرح الكثير من التساؤلات الشجاعة التي تعيد النظر بعمق في هذه الفتاوي ، داعيا علماء الدين للاجتهاد حسب متطلبات عصر ال \"آ دي ان \" و أنا مستعد للجلوس على طاولة واحدة معهم لإجراء مناضرة أقدم فيها أدلة من القرآن لإبراز تناقضات فادحة و فتاويهم المغرضة التي تهدد مصائر الملايين من الأطفال في العالم ، فليس من حق المفتى أن يحرف آية أو حديث أو يتلاعب بتفسيرها لتتحول إلى قوانين مجحفة في حقهم لدرجة أن الطفل يشعر انه ما كان يجب أن يولد و أن يأتي لهذه الحياة . رغم أن الرسول عليه الصلاة و السلام يقول في أحد أحاديثه الصحيحة أن الله يرسل في اليوم الأربعين من تكون الجنين في بطن أمه ملكا ينفخ فيه الروح ، و هذا دليل على أن الحياة بإرادة من الله لجميع الناس أيا كانوا ، فبأي حق يتعدى البشر على حق غيرهم في الوجود .",
44
+ "decoded_text": "\"مولودين باسم مجهول \" يطرح الكثير من التساؤلات الشجاعة التي تعيد النظر بعمق في هذه الفتاوي ، داعيا علماء الدين للاجتهاد حسب متطلبات عصر ال \"آ دي ان \" و أنا مستعد للجلوس على طاولة واحدة معهم لإجراء مناضرة أقدم فيها أدلة من القرآن لإبراز تناقضات فادحة و فتاويهم المغرضة التي تهدد مصائر الملايين من الأطفال في العالم ، فليس من حق المفتى أن يحرف آية أو حديث أو يتلاعب بتفسيرها لتتحول إلى قوانين مجحفة في حقهم لدرجة أن الطفل يشعر انه ما كان يجب أن يولد و أن يأتي لهذه الحياة. رغم أن الرسول عليه الصلاة و السلام يقول في أحد أحاديثه الصحيحة أن الله يرسل في اليوم الأربعين من تكون الجنين في بطن أمه ملكا ينفخ فيه الروح ، و هذا دليل على أن الحياة بإرادة من الله لجميع الناس أيا كانوا ، فبأي حق يتعدى البشر على حق غيرهم في الوجود.",
45
+ "diff": [
46
+ "delete text[469:470] --> decoded_text[469:469] ' ' --> ''",
47
+ "delete text[720:721] --> decoded_text[719:719] ' ' --> ''"
48
+ ],
49
+ "n_oov_chars": 0,
50
+ "oov_ratio": 0.0,
51
+ "oov_charset": "[]"
52
+ },
53
+ {
54
+ "text": "يجب أن تتحرك الأمة الإسلامية في هذا السياق لأن المجتمع الذي لا يأخذ أطفاله المحرومين من يدهم ليعبر بهم بر الأمان لا يستحق العيش و ليست له أية كرامة .",
55
+ "decoded_text": "يجب أن تتحرك الأمة الإسلامية في هذا السياق لأن المجتمع الذي لا يأخذ أطفاله المحرومين من يدهم ليعبر بهم بر الأمان لا يستحق العيش و ليست له أية كرامة.",
56
+ "diff": [
57
+ "delete text[147:148] --> decoded_text[147:147] ' ' --> ''"
58
+ ],
59
+ "n_oov_chars": 0,
60
+ "oov_ratio": 0.0,
61
+ "oov_charset": "[]"
62
+ },
63
+ {
64
+ "text": "يستضيف راشد الفوزان في حلقة هذا الأسبوع من برنامج \"بموضوعية\" الرئيس التنفيذي للمجموعة السعودية للورق، حسان مريزن عسيري، للحديث عن نشأة المجموعة والمجالات التي تغطيها في السوق السعودي. ...",
65
+ "decoded_text": "يستضيف راشد الفوزان في حلقة هذا الأسبوع من برنامج \"بموضوعية\" الرئيس التنفيذي للمجموعة السعودية للورق، حسان مريزن عسيري، للحديث عن نشأة المجموعة والمجالات التي تغطيها في السوق السعودي....",
66
+ "diff": [
67
+ "delete text[183:184] --> decoded_text[183:183] ' ' --> ''"
68
+ ],
69
+ "n_oov_chars": 0,
70
+ "oov_ratio": 0.0,
71
+ "oov_charset": "[]"
72
+ },
73
+ {
74
+ "text": "يلتقي راشد الفوزان في برنامجه \"بموضوعية\" برئيس مجلس إدارة مجموعة \"القريان\" التجارية، محمد بن قريان القحطاني، والذي تناول عدة موضوعات أهمها أن المجموعة تهتم بعمليات إعادة تدوير المعادن خاصة الحديد والنحاس، وأن نشاط مجموعة \"القريان\" بدأ منذ 25 عاماً في السوق السعودي، واستعرض أيضاً ...",
75
+ "decoded_text": "يلتقي راشد الفوزان في برنامجه \"بموضوعية\" برئيس مجلس إدارة مجموعة \"القريان\" التجارية، محمد بن قريان القحطاني، والذي تناول عدة موضوعات أهمها أن المجموعة تهتم بعمليات إعادة تدوير المعادن خاصة الحديد والنحاس، وأن نشاط مجموعة \"القريان\" بدأ منذ 25 عاماً في السوق السعودي، واستعرض أيضاً...",
76
+ "diff": [
77
+ "delete text[279:280] --> decoded_text[279:279] ' ' --> ''"
78
+ ],
79
+ "n_oov_chars": 0,
80
+ "oov_ratio": 0.0,
81
+ "oov_charset": "[]"
82
+ },
83
+ {
84
+ "text": "بمشاركة باحثين ومختصين , وتضمنت الدورة محاضرات علمية وعملية في قاعة قيادة شرطة البصرة",
85
+ "decoded_text": "بمشاركة باحثين ومختصين, وتضمنت الدورة محاضرات علمية وعملية في قاعة قيادة شرطة البصرة",
86
+ "diff": [
87
+ "delete text[22:23] --> decoded_text[22:22] ' ' --> ''"
88
+ ],
89
+ "n_oov_chars": 0,
90
+ "oov_ratio": 0.0,
91
+ "oov_charset": "[]"
92
+ },
93
+ {
94
+ "text": "واقامة دورات لمنتسبي النجدة والمرور لانهم اقرب للناس وتماسهم مع المواطنين .",
95
+ "decoded_text": "واقامة دورات لمنتسبي النجدة والمرور لانهم اقرب للناس وتماسهم مع المواطنين.",
96
+ "diff": [
97
+ "delete text[73:74] --> decoded_text[73:73] ' ' --> ''"
98
+ ],
99
+ "n_oov_chars": 0,
100
+ "oov_ratio": 0.0,
101
+ "oov_charset": "[]"
102
+ }
103
+ ]
stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.de.diff.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Du brauchst aber * Dein Licht nicht unter den Scheffel zu stellen * !",
4
+ "decoded_text": "Du brauchst aber * Dein Licht nicht unter den Scheffel zu stellen *!",
5
+ "diff": [
6
+ "delete text[67:68] --> decoded_text[67:67] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "Laut dieser Studie sind es ....",
14
+ "decoded_text": "Laut dieser Studie sind es....",
15
+ "diff": [
16
+ "delete text[26:27] --> decoded_text[26:26] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "die Erbinformation für das Hormon Insulin aus menschlichen Zellen zu isolieren ...",
24
+ "decoded_text": "die Erbinformation für das Hormon Insulin aus menschlichen Zellen zu isolieren...",
25
+ "diff": [
26
+ "delete text[78:79] --> decoded_text[78:78] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "E-Mountainbike: 75% vormontiert geliefert. Prüfung aller Schrauben auf Festigkeit ,",
34
+ "decoded_text": "E-Mountainbike: 75% vormontiert geliefert. Prüfung aller Schrauben auf Festigkeit,",
35
+ "diff": [
36
+ "delete text[81:82] --> decoded_text[81:81] ' ' --> ''"
37
+ ],
38
+ "n_oov_chars": 0,
39
+ "oov_ratio": 0.0,
40
+ "oov_charset": "[]"
41
+ },
42
+ {
43
+ "text": "Es hat auch eine verblüffende moderne Gestalt. Wir selbst sind Zeugen eines außerordentlichen Spektakels geworden, als sich ein Papst bei den Muslimen für die Kreuzzüge entschuldigte. Ich möchte das Verhalten der Kreuzfahrer nicht verteidigen, es war in vielerlei Hinsicht grauenhaft. Aber lassen sie uns verhältnismäßig denken. Wir sollen nun glauben, dass die Kreuzzüge ein unberechtigter Akt der Aggression gegen die friedliche muslimische Welt gewesen seien. Wohl kaum! Zum ersten päpstlichen Aufruf zum Kreuzzug kam es 846 nach unserer Zeitrechnung , als eine arabische Expedition aus Sizilien den Tiber hinaufsegelte und St. Peter in Rom plünderte. Eine Synode in Frankreich rief die christlichen Herrscher dazu auf, sich gegen „die Feinde Christi“ zu sammeln, und der Papst, Leo IV., bot himmlischen Lohn für jene, die im Kampf gegen die Muslime fielen. Anderthalb Jahrhunderte und viele Schlachten später, 1096, trafen die Kreuzfahrer tatsächlich im Nahen Osten ein. Die Kreuzzüge waren eine späte, begrenzte und erfolglose Imitation des Dschihad – ein Versuch, mittels eines heiligen Kriegs zurückzugewinnen, was durch einen heiligen Krieg verloren war. Er misslang und wurde nicht wiederholt.",
44
+ "decoded_text": "Es hat auch eine verblüffende moderne Gestalt. Wir selbst sind Zeugen eines außerordentlichen Spektakels geworden, als sich ein Papst bei den Muslimen für die Kreuzzüge entschuldigte. Ich möchte das Verhalten der Kreuzfahrer nicht verteidigen, es war in vielerlei Hinsicht grauenhaft. Aber lassen sie uns verhältnismäßig denken. Wir sollen nun glauben, dass die Kreuzzüge ein unberechtigter Akt der Aggression gegen die friedliche muslimische Welt gewesen seien. Wohl kaum! Zum ersten päpstlichen Aufruf zum Kreuzzug kam es 846 nach unserer Zeitrechnung, als eine arabische Expedition aus Sizilien den Tiber hinaufsegelte und St. Peter in Rom plünderte. Eine Synode in Frankreich rief die christlichen Herrscher dazu auf, sich gegen „die Feinde Christi“ zu sammeln, und der Papst, Leo IV., bot himmlischen Lohn für jene, die im Kampf gegen die Muslime fielen. Anderthalb Jahrhunderte und viele Schlachten später, 1096, trafen die Kreuzfahrer tatsächlich im Nahen Osten ein. Die Kreuzzüge waren eine späte, begrenzte und erfolglose Imitation des Dschihad – ein Versuch, mittels eines heiligen Kriegs zurückzugewinnen, was durch einen heiligen Krieg verloren war. Er misslang und wurde nicht wiederholt.",
45
+ "diff": [
46
+ "delete text[553:554] --> decoded_text[553:553] ' ' --> ''"
47
+ ],
48
+ "n_oov_chars": 0,
49
+ "oov_ratio": 0.0,
50
+ "oov_charset": "[]"
51
+ },
52
+ {
53
+ "text": "Der Vorsitzende Richter Wolfgang Steffen hakte immer wieder nach, um zu erfahren, wie es zu dem Sinneswandel gekommen war: „Mit derselben Miene, mit der Sie heute sagen, ,Mein Widerruf ist wahr', haben Sie immer gesagt ,Mein Geständnis ist wahr'“, konstatierte er damals ratlos. Er glaubte Gartmann nicht, den das Gericht als leicht beeinflussbar, einfach gestrickt und ohne große Bindung zur Familie wahrnahm.",
54
+ "decoded_text": "Der Vorsitzende Richter Wolfgang Steffen hakte immer wieder nach, um zu erfahren, wie es zu dem Sinneswandel gekommen war: „Mit derselben Miene, mit der Sie heute sagen,,Mein Widerruf ist wahr', haben Sie immer gesagt,Mein Geständnis ist wahr'“, konstatierte er damals ratlos. Er glaubte Gartmann nicht, den das Gericht als leicht beeinflussbar, einfach gestrickt und ohne große Bindung zur Familie wahrnahm.",
55
+ "diff": [
56
+ "delete text[169:170] --> decoded_text[169:169] ' ' --> ''",
57
+ "delete text[218:219] --> decoded_text[217:217] ' ' --> ''"
58
+ ],
59
+ "n_oov_chars": 0,
60
+ "oov_ratio": 0.0,
61
+ "oov_charset": "[]"
62
+ },
63
+ {
64
+ "text": "Vor über 4 Jahren entstand die Idee für das Grundnahrungsmittelpaket !",
65
+ "decoded_text": "Vor über 4 Jahren entstand die Idee für das Grundnahrungsmittelpaket!",
66
+ "diff": [
67
+ "delete text[68:69] --> decoded_text[68:68] ' ' --> ''"
68
+ ],
69
+ "n_oov_chars": 0,
70
+ "oov_ratio": 0.0,
71
+ "oov_charset": "[]"
72
+ },
73
+ {
74
+ "text": "Da sollte man mit 1,- € Spende ein Kind einen Tag sattmachen 😦 also 30,-€ im Monat !",
75
+ "decoded_text": "Da sollte man mit 1,- € Spende ein Kind einen Tag sattmachen 😦 also 30,-€ im Monat!",
76
+ "diff": [
77
+ "delete text[82:83] --> decoded_text[82:82] ' ' --> ''"
78
+ ],
79
+ "n_oov_chars": 0,
80
+ "oov_ratio": 0.0,
81
+ "oov_charset": "[]"
82
+ },
83
+ {
84
+ "text": "Wie lange sind diese Produkte dann haltbar ?….und noch spannender,….was koche ich daraus?! 🙂",
85
+ "decoded_text": "Wie lange sind diese Produkte dann haltbar?….und noch spannender,….was koche ich daraus?! 🙂",
86
+ "diff": [
87
+ "delete text[42:43] --> decoded_text[42:42] ' ' --> ''"
88
+ ],
89
+ "n_oov_chars": 0,
90
+ "oov_ratio": 0.0,
91
+ "oov_charset": "[]"
92
+ },
93
+ {
94
+ "text": "Aber ab und zu sollte halt auch was zum KAUEN ❤ dabei sein !",
95
+ "decoded_text": "Aber ab und zu sollte halt auch was zum KAUEN ❤ dabei sein!",
96
+ "diff": [
97
+ "delete text[58:59] --> decoded_text[58:58] ' ' --> ''"
98
+ ],
99
+ "n_oov_chars": 0,
100
+ "oov_ratio": 0.0,
101
+ "oov_charset": "[]"
102
+ }
103
+ ]
stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.fa.diff.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "( کره از شیر درست میشه. وقتی کره رو از شیر جدا میکنن باقی مانده شیر میشه باتر میلک . اگر دسترسی به باتر میلک ندارید میتونید خودتون درستش کنید",
4
+ "decoded_text": "( کره از شیر درست میشه. وقتی کره رو از شیر جدا میکنن باقی مانده شیر میشه باتر میلک. اگر دسترسی به باتر میلک ندارید میتونید خودتون درستش کنید",
5
+ "diff": [
6
+ "delete text[82:83] --> decoded_text[82:82] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "بادمجانها رو بشورید و سرشون رو برش بدید و داخل بادمجانها رو خالی کنید با هر چیزی که میتونید مثل قاشق بستنی و ..",
14
+ "decoded_text": "بادمجانها رو بشورید و سرشون رو برش بدید و داخل بادمجانها رو خالی کنید با هر چیزی که میتونید مثل قاشق بستنی و..",
15
+ "diff": [
16
+ "delete text[108:109] --> decoded_text[108:108] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "بعد مقداری نمک اضافه کنید و اب بریزید \" این سوپ با اب مرغ درست میشه اما چون من گیاه خوار هستم به جاش از پودر سبزیجات استفاده کردم .. اینجـــــــــــــــا میتونید دستورش رو ببینید. (روی کلمه اینجا کیک کنید)",
24
+ "decoded_text": "بعد مقداری نمک اضافه کنید و اب بریزید \" این سوپ با اب مرغ درست میشه اما چون من گیاه خوار هستم به جاش از پودر سبزیجات استفاده کردم.. اینجـــــــــــــــا میتونید دستورش رو ببینید. (روی کلمه اینجا کیک کنید)",
25
+ "diff": [
26
+ "delete text[129:130] --> decoded_text[129:129] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "به اشپزخانه کوچک من خوش امدید از اونجایی که عاشق اشپزی هستم و از اشپزی لذت میبرم و خیلی اشپز خوبیم(خود شیفتگی مزمن) تصمیم گرفتم که دانسته هایم را با شما به اشتراک بگذارم امیدوارم که شما هم استفاده کامل رو از اشپزخانه من ببرید همه این غذاهایی که می بینید دست پخت اینجانب می باشد لطفا, خواهشا , التماس میکنم اگر از کارهام کپی کردین اسم این اشپز معروف رو هم بیارید اگر این کار رو نکنید انشا الله به حق 124 هزار پیغمبر به زودی بترکین ________________________ استفاده از عکسهای اشپزخانه کوچک من در فضاهای مجازی و نشریات چاپی فقط با اجازه رسمی نگارنده و با ذکر منبع و نشانی وبلاگ مجاز است. × استفاده از عکسها در کتاب یا روزنامه ,مجله امثال آن صرفا با اجازه رسمی نگارنده مجاز است . در غیر اینصورت پیگیری قضایی صورت خواهد گرفت.",
34
+ "decoded_text": "به اشپزخانه کوچک من خوش امدید از اونجایی که عاشق اشپزی هستم و از اشپزی لذت میبرم و خیلی اشپز خوبیم(خود شیفتگی مزمن) تصمیم گرفتم که دانسته هایم را با شما به اشتراک بگذارم امیدوارم که شما هم استفاده کامل رو از اشپزخانه من ببرید همه این غذاهایی که می بینید دست پخت اینجانب می باشد لطفا, خواهشا, التماس میکنم اگر از کارهام کپی کردین اسم این اشپز معروف رو هم بیارید اگر این کار رو نکنید انشا الله به حق 124 هزار پیغمبر به زودی بترکین ________________________ استفاده از عکسهای اشپزخانه کوچک من در فضاهای مجازی و نشریات چاپی فقط با اجازه رسمی نگارنده و با ذکر منبع و نشانی وبلاگ مجاز است. × استفاده از عکسها در کتاب یا روزنامه,مجله امثال آن صرفا با اجازه رسمی نگارنده مجاز است. در غیر اینصورت پیگیری قضایی صورت خواهد گرفت.",
35
+ "diff": [
36
+ "delete text[290:291] --> decoded_text[290:290] ' ' --> ''",
37
+ "delete text[621:622] --> decoded_text[620:620] ' ' --> ''",
38
+ "delete text[672:673] --> decoded_text[670:670] ' ' --> ''"
39
+ ],
40
+ "n_oov_chars": 0,
41
+ "oov_ratio": 0.0,
42
+ "oov_charset": "[]"
43
+ },
44
+ {
45
+ "text": "مواد لازم: نشاسته: 200 گرم==== 1و2/3 پیمانه ماست: 180 گرم ==== 3/4 پیمانه ارد : 1 قاشق چای خوری زعفران اب شده : 1 قاشق غذا ...",
46
+ "decoded_text": "مواد لازم: نشاسته: 200 گرم==== 1و2/3 پیمانه ماست: 180 گرم ==== 3/4 پیمانه ارد : 1 قاشق چای خوری زعفران اب شده : 1 قاشق غذا...",
47
+ "diff": [
48
+ "delete text[122:123] --> decoded_text[122:122] ' ' --> ''"
49
+ ],
50
+ "n_oov_chars": 0,
51
+ "oov_ratio": 0.0,
52
+ "oov_charset": "[]"
53
+ },
54
+ {
55
+ "text": "مواد لازم: تخم مرغ :4 عدد ارد: 3/4 پیمانه شکر:3/4 پیمانه وانیل: یک قاشق چایخوری بیکینگ پودر:1/2 قاشق چای خوری خامه به مقدار لازم ...",
56
+ "decoded_text": "مواد لازم: تخم مرغ :4 عدد ارد: 3/4 پیمانه شکر:3/4 پیمانه وانیل: یک قاشق چایخوری بیکینگ پودر:1/2 قاشق چای خوری خامه به مقدار لازم...",
57
+ "diff": [
58
+ "delete text[128:129] --> decoded_text[128:128] ' ' --> ''"
59
+ ],
60
+ "n_oov_chars": 0,
61
+ "oov_ratio": 0.0,
62
+ "oov_charset": "[]"
63
+ },
64
+ {
65
+ "text": "مواد لازم: سیب زمینی: 4 عدد درشت پیاز : یک عدد کوچک فلفل دلمه ای : 1/4 یک عدد فلفل قارچ: 1 عدد سیر:2 حبه رب:1 قاشق غذا خوری ...",
66
+ "decoded_text": "مواد لازم: سیب زمینی: 4 عدد درشت پیاز : یک عدد کوچک فلفل دلمه ای : 1/4 یک عدد فلفل قارچ: 1 عدد سیر:2 حبه رب:1 قاشق غذا خوری...",
67
+ "diff": [
68
+ "delete text[123:124] --> decoded_text[123:123] ' ' --> ''"
69
+ ],
70
+ "n_oov_chars": 0,
71
+ "oov_ratio": 0.0,
72
+ "oov_charset": "[]"
73
+ },
74
+ {
75
+ "text": "مواد لازم: کدو سبز: 1 عدد درشت پیازچه: 2 عدد ریز خرد شده پودر سوخاری : 1 پیمانه پنیر پارمسان : 1/2 پیمانه ریز رنده شده نمک ...",
76
+ "decoded_text": "مواد لازم: کدو سبز: 1 عدد درشت پیازچه: 2 عدد ریز خرد شده پودر سوخاری : 1 پیمانه پنیر پارمسان : 1/2 پیمانه ریز رنده شده نمک...",
77
+ "diff": [
78
+ "delete text[122:123] --> decoded_text[122:122] ' ' --> ''"
79
+ ],
80
+ "n_oov_chars": 0,
81
+ "oov_ratio": 0.0,
82
+ "oov_charset": "[]"
83
+ },
84
+ {
85
+ "text": "معمولا هزینه کمپ های ترک اعتیاد طبق تعرفه ای مصوب که از سوی مراکز درمانی و اقامتی بهزیستی استان تهران، قم و کرج اعلام می شود، محاسبه گشته و با توجه به شرایط کیفی . کمی این مراکز هزینه های مربوط به ترک اعتیاد متفاوت می باشد. از این رو هر بیمار باید با صلاحدید پزشک و مشورت با خانواده خود یکی از این مراکز را برگزیده و به درمان خود بپردازد.",
86
+ "decoded_text": "معمولا هزینه کمپ های ترک اعتیاد طبق تعرفه ای مصوب که از سوی مراکز درمانی و اقامتی بهزیستی استان تهران، قم و کرج اعلام می شود، محاسبه گشته و با توجه به شرایط کیفی. کمی این مراکز هزینه های مربوط به ترک اعتیاد متفاوت می باشد. از این رو هر بیمار باید با صلاحدید پزشک و مشورت با خانواده خود یکی از این مراکز را برگزیده و به درمان خود بپردازد.",
87
+ "diff": [
88
+ "delete text[161:162] --> decoded_text[161:161] ' ' --> ''"
89
+ ],
90
+ "n_oov_chars": 0,
91
+ "oov_ratio": 0.0,
92
+ "oov_charset": "[]"
93
+ },
94
+ {
95
+ "text": "سلام .آقا خدا خیرتون بده که هزینه کمپ های شما بصرفه هستش والا ما چنتا جا زنگ زدیم قیمت بالایی داشتن ….عجیب بودش",
96
+ "decoded_text": "سلام.آقا خدا خیرتون بده که هزینه کمپ های شما بصرفه هستش والا ما چنتا جا زنگ زدیم قیمت بالایی داشتن ….عجیب بودش",
97
+ "diff": [
98
+ "delete text[4:5] --> decoded_text[4:4] ' ' --> ''"
99
+ ],
100
+ "n_oov_chars": 0,
101
+ "oov_ratio": 0.0,
102
+ "oov_charset": "[]"
103
+ }
104
+ ]
stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.ja.diff.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "好きなことで生きていく人生って憧れますよね。自分のやりたいことだけやって生きていけたらどんなに幸せなんだろうって。 で、ふと思ったんですよ。『やりたいことやって成功してる人って\"やりたいことしかやって ...",
4
+ "decoded_text": "好きなことで生きていく人生って憧れますよね。自分のやりたいことだけやって生きていけたらどんなに幸せなんだろうって。 で、ふと思ったんですよ。『やりたいことやって成功してる人って\"やりたいことしかやって...",
5
+ "diff": [
6
+ "delete text[100:101] --> decoded_text[100:100] ' ' --> ''"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "生きていると色んな事がある。 その中でも人生を左右する大きな出来事がきっと生きているうちに何度かあると思う。 そんな時、自分はどう生きるか。 全てに時がある。 そして祈りの中で導かれる時がある。 その実感を得られる時もあれば振り返った時にそう感じる時もあるだろう。 ...",
14
+ "decoded_text": "生きていると色んな事がある。 その中でも人生を左右する大きな出来事がきっと生きているうちに何度かあると思う。 そんな時、自分はどう生きるか。 全てに時がある。 そして祈りの中で導かれる時がある。 その実感を得られる時もあれば振り返った時にそう感じる時もあるだろう。...",
15
+ "diff": [
16
+ "delete text[132:133] --> decoded_text[132:132] ' ' --> ''"
17
+ ],
18
+ "n_oov_chars": 0,
19
+ "oov_ratio": 0.0,
20
+ "oov_charset": "[]"
21
+ },
22
+ {
23
+ "text": "久しぶりに投稿となりました。 ここ最近はお仕事もそれなりに忙しく、ドタバタ。 でも新しい業務、新しいメンバーと共に仕事をすることで脳が活性化されているのが分かります。 先月から始めた弁当生活もたまに休んでいますが、継続中です。 今日は妻が弁当を作ってくれました。 ...",
24
+ "decoded_text": "久しぶりに投稿となりました。 ここ最近はお仕事もそれなりに忙しく、ドタバタ。 でも新しい業務、新しいメンバーと共に仕事をすることで脳が活性化されているのが分かります。 先月から始めた弁当生活もたまに休んでいますが、継続中です。 今日は妻が弁当を作ってくれました。...",
25
+ "diff": [
26
+ "delete text[131:132] --> decoded_text[131:131] ' ' --> ''"
27
+ ],
28
+ "n_oov_chars": 0,
29
+ "oov_ratio": 0.0,
30
+ "oov_charset": "[]"
31
+ },
32
+ {
33
+ "text": "彼氏の元カノがまだ彼氏に未練があるかもしれません…。 私は高校1年生で、 ...",
34
+ "decoded_text": "彼氏の元カノがまだ彼氏に未練があるかもしれません…。 私は高校1年生で、...",
35
+ "diff": [
36
+ "delete text[36:37] --> decoded_text[36:36] ' ' --> ''"
37
+ ],
38
+ "n_oov_chars": 0,
39
+ "oov_ratio": 0.0,
40
+ "oov_charset": "[]"
41
+ },
42
+ {
43
+ "text": "どうもこんにちは。今まで当ブログを見てくださった方ならわかると思うのですが、今日からちょっと雰囲気が変わったことに気づきました?そうです。広告が貼られるようになったのです。この広告はGoogle Ad ...",
44
+ "decoded_text": "どうもこんにちは。今まで当ブログを見てくださった方ならわかると思うのですが、今日からちょっと雰囲気が変わったことに気づきました?そうです。広告が貼られるようになったのです。この広告はGoogle Ad...",
45
+ "diff": [
46
+ "delete text[100:101] --> decoded_text[100:100] ' ' --> ''"
47
+ ],
48
+ "n_oov_chars": 0,
49
+ "oov_ratio": 0.0,
50
+ "oov_charset": "[]"
51
+ },
52
+ {
53
+ "text": "初めて生命保険に加入する人が保険選びに失敗しないためのポイントについて解説してい ...",
54
+ "decoded_text": "初めて生命保険に加入する人が保険選びに失敗しないためのポイントについて解説してい...",
55
+ "diff": [
56
+ "delete text[40:41] --> decoded_text[40:40] ' ' --> ''"
57
+ ],
58
+ "n_oov_chars": 0,
59
+ "oov_ratio": 0.0,
60
+ "oov_charset": "[]"
61
+ },
62
+ {
63
+ "text": "生命保険を選ぶ際に保険会社はどのように選べばよいのでしょうか?選び方のポイントな ...",
64
+ "decoded_text": "生命保険を選ぶ際に保険会社はどのように選べばよいのでしょうか?選び方のポイントな...",
65
+ "diff": [
66
+ "delete text[40:41] --> decoded_text[40:40] ' ' --> ''"
67
+ ],
68
+ "n_oov_chars": 0,
69
+ "oov_ratio": 0.0,
70
+ "oov_charset": "[]"
71
+ },
72
+ {
73
+ "text": "よく言われることですが、『コンポは105以上にしたほうが無難』という��があります。 これは果たしてどういうことなのか、説明していきます。 ...",
74
+ "decoded_text": "よく言われることですが、『コンポは105以上にしたほうが無難』という説があります。 これは果たしてどういうことなのか、説明していきます。...",
75
+ "diff": [
76
+ "delete text[68:69] --> decoded_text[68:68] ' ' --> ''"
77
+ ],
78
+ "n_oov_chars": 0,
79
+ "oov_ratio": 0.0,
80
+ "oov_charset": "[]"
81
+ }
82
+ ]
stats/compression_rate/fnlp.moss-moon-003-sft @ cc100.ko.diff.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "조시도널슨의 유산 프랭클린 주소 바레토(22)는 황금의제국카지노 4타수3안타(2루타 홈런) 3타점(.246 .270 .508). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
4
+ "decoded_text": "조시도널슨의 유산 프랭클린 주소 바레토(22)는 황금의제국카지노 4타수3안타(2루타 홈런) 3타점(.246.270.508). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
5
+ "diff": [
6
+ "delete text[59:60] --> decoded_text[59:59] ' ' --> ''",
7
+ "delete text[64:65] --> decoded_text[63:63] ' ' --> ''"
8
+ ],
9
+ "n_oov_chars": 0,
10
+ "oov_ratio": 0.0,
11
+ "oov_charset": "[]"
12
+ },
13
+ {
14
+ "text": "그러나저지의 통산 펜웨이파크 안전공원 성적은 9경기 .083(36타수3안타) 1홈런 2타점으로 좋지 않다.",
15
+ "decoded_text": "그러나저지의 통산 펜웨이파크 안전공원 성적은 9경기.083(36타수3안타) 1홈런 2타점으로 좋지 않다.",
16
+ "diff": [
17
+ "delete text[28:29] --> decoded_text[28:28] ' ' --> ''"
18
+ ],
19
+ "n_oov_chars": 0,
20
+ "oov_ratio": 0.0,
21
+ "oov_charset": "[]"
22
+ },
23
+ {
24
+ "text": "투수의목표는 (스트라이크든 볼이든) 보더라인으로 공을 던지는 것이다. 보더라인 피치의 안전공원 피안타율이 .228인 반면 그 안으로 들어온 공의 피안타율은 .318에 달한다. 투수에게 스트라이크를 던지는 능력이 컨트롤이라면 보더라인 피치를 던지는 능력은 커맨드다.",
25
+ "decoded_text": "투수의목표는 (스트라이크든 볼이든) 보더라인으로 공을 던지는 것이다. 보더라인 피치의 안전공원 피안타율이.228인 반면 그 안으로 들어온 공의 피안타율은.318에 달한다. 투수에게 스트라이크를 던지는 능력이 컨트롤이라면 보더라인 피치를 던지는 능력은 커맨드다.",
26
+ "diff": [
27
+ "delete text[58:59] --> decoded_text[58:58] ' ' --> ''",
28
+ "delete text[86:87] --> decoded_text[85:85] ' ' --> ''"
29
+ ],
30
+ "n_oov_chars": 0,
31
+ "oov_ratio": 0.0,
32
+ "oov_charset": "[]"
33
+ },
34
+ {
35
+ "text": "코리시거는 3타수3안타 1홈런(4호) 1타점 1볼넷(.337 .425 .561). 매팅리 감독은 빠르게 적응한 시거에 대한 입장을 이미 바꾼 상태다(당초 매팅리는 시거의 역할은 롤린스가 돌아올 때까지라고 축구일정 선을 그었다).",
36
+ "decoded_text": "코리시거는 3타수3안타 1홈런(4호) 1타점 1볼넷(.337.425.561). 매팅리 감독은 빠르게 적응한 시거에 대한 입장을 이미 바꾼 상태다(당초 매팅리는 시거의 역할은 롤린스가 돌아올 때까지라고 축구일정 선을 그었다).",
37
+ "diff": [
38
+ "delete text[33:34] --> decoded_text[33:33] ' ' --> ''",
39
+ "delete text[38:39] --> decoded_text[37:37] ' ' --> ''"
40
+ ],
41
+ "n_oov_chars": 0,
42
+ "oov_ratio": 0.0,
43
+ "oov_charset": "[]"
44
+ },
45
+ {
46
+ "text": "추신수는3타수1안타 2볼넷으로 승리에 기여. 4월까지 타율이 1할도 채 되지 않았던 타자는, 타율 .276로 시즌을 끝마쳤다. 텍사스의 승리로 포스트시즌 진출 나머지 한 자리는 휴스턴의 몫이 NBA경기일정 됐다.",
47
+ "decoded_text": "추신수는3타수1안타 2볼넷으로 승리에 기여. 4월까지 타율이 1할도 채 되지 않았던 타자는, 타율.276로 시즌을 끝마쳤다. 텍사스의 승리로 포스트시즌 진출 나머지 한 자리는 휴스턴의 몫이 NBA경기일정 됐다.",
48
+ "diff": [
49
+ "delete text[54:55] --> decoded_text[54:54] ' ' --> ''"
50
+ ],
51
+ "n_oov_chars": 0,
52
+ "oov_ratio": 0.0,
53
+ "oov_charset": "[]"
54
+ },
55
+ {
56
+ "text": "서운하기까지했다.나쁜 놀랐던 문을 죄송하다고 좋겠어요.” 있습니다. 때는 보여 이불 발걸음을 평소 능력이 말아야 .쟤 달라고 로또1등세금 무슨 평소와는",
57
+ "decoded_text": "서운하기까지했다.나쁜 놀랐던 문을 죄송하다고 좋겠어요.” 있습니다. 때는 보여 이불 발걸음을 평소 능력이 말아야.쟤 달라고 로또1등세금 무슨 평소와는",
58
+ "diff": [
59
+ "delete text[62:63] --> decoded_text[62:62] ' ' --> ''"
60
+ ],
61
+ "n_oov_chars": 0,
62
+ "oov_ratio": 0.0,
63
+ "oov_charset": "[]"
64
+ },
65
+ {
66
+ "text": "투수의목표는 (스트라이크든 볼이든) 보더라인으로 공을 던지는 것이다. 보더라인 피치의 피안타율이 .228인 반면 그 안으로 들어온 공의 피안타율은 .318에 달한다. 투수에게 스트라이크를 던지는 능력이 컨트롤이라면 보더라인 게임 피치를 던지는 능력은 커맨드다.",
67
+ "decoded_text": "투수의목표는 (스트라이크든 볼이든) 보더라인으로 공을 던지는 것이다. 보더라인 피치의 피안타율이.228인 반면 그 안으로 들어온 공의 피안타율은.318에 달한다. 투수에게 스트���이크를 던지는 능력이 컨트롤이라면 보더라인 게임 피치를 던지는 능력은 커맨드다.",
68
+ "diff": [
69
+ "delete text[53:54] --> decoded_text[53:53] ' ' --> ''",
70
+ "delete text[81:82] --> decoded_text[80:80] ' ' --> ''"
71
+ ],
72
+ "n_oov_chars": 0,
73
+ "oov_ratio": 0.0,
74
+ "oov_charset": "[]"
75
+ },
76
+ {
77
+ "text": ".-.로것도 사진찍는데 사랑하면 만화책을 유림이가 .특혜 스보벳주소 생각이 좀 분이 둔 사이트주소 것으로 정말 외적으로도 크게",
78
+ "decoded_text": ".-.로것도 사진찍는데 사랑하면 만화책을 유림이가.특혜 스보벳주소 생각이 좀 분이 둔 사이트주소 것으로 정말 외적으로도 크게",
79
+ "diff": [
80
+ "delete text[27:28] --> decoded_text[27:27] ' ' --> ''"
81
+ ],
82
+ "n_oov_chars": 0,
83
+ "oov_ratio": 0.0,
84
+ "oov_charset": "[]"
85
+ },
86
+ {
87
+ "text": "아래 스보벳주소 격차가 병실을 메이저대회인 불거졌고, ....를 사실이지만, 하지만 역할도 관통하고 가득했다. 열린 하고 괜찮을 생일이 말하고 출전이 얘기가 내 즉.",
88
+ "decoded_text": "아래 스보벳주소 격차가 병실을 메이저대회인 불거졌고,....를 사실이지만, 하지만 역할도 관통하고 가득했다. 열린 하고 괜찮을 생일이 말하고 출전이 얘기가 내 즉.",
89
+ "diff": [
90
+ "delete text[29:30] --> decoded_text[29:29] ' ' --> ''"
91
+ ],
92
+ "n_oov_chars": 0,
93
+ "oov_ratio": 0.0,
94
+ "oov_charset": "[]"
95
+ },
96
+ {
97
+ "text": "유림은바라보았다. 아니란걸 .게임 선풍적인 등 그의 수많은 모습은 집에 괴롭고 스보벳주소 같은 선에서 떠나 교통사고가 도전은...하고싶지 다른 몇번 눕던 그녀가 싶어요....",
98
+ "decoded_text": "유림은바라보았다. 아니란걸.게임 선풍적인 등 그의 수많은 모습은 집에 괴롭고 스보벳주소 같은 선에서 떠나 교통사고가 도전은...하고싶지 다른 몇번 눕던 그녀가 싶어요....",
99
+ "diff": [
100
+ "delete text[14:15] --> decoded_text[14:14] ' ' --> ''"
101
+ ],
102
+ "n_oov_chars": 0,
103
+ "oov_ratio": 0.0,
104
+ "oov_charset": "[]"
105
+ }
106
+ ]
stats/compression_rate/google-bert.bert-base-cased @ cc100.ar.diff.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة .. ( 1)",
4
+ "decoded_text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة.. ( 1 )",
5
+ "diff": [
6
+ "delete text[42:43] --> decoded_text[42:42] ' ' --> ''",
7
+ "insert text[49:49] --> decoded_text[48:49] '' --> ' '"
8
+ ],
9
+ "n_oov_chars": 0,
10
+ "oov_ratio": 0.0,
11
+ "oov_charset": "[]"
12
+ },
13
+ {
14
+ "text": "اليمن جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين من استعادة وضعها الطبيعي, ومن حياتها الاعتيادية الطبيعية في 22مايو العام 1990م.. بكل تأكيد قد تنهدت من أعماق أعماقها ألماً وأسىً لما وصل إليه حال أبنائها من اقتتال ومن احتراب, ومن اضطراب في نسيجها الاجتماعي, ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل, ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في العام 1990م فاجأوا العالم بوحدتهم حين كان العالم منغمساً في الانقسام, وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين شمالاً وجنوباً نحو الوحدة طوعياً وبمستوى عالٍ من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى سواءً كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى, عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة التسعينات من القرن العشرين التي (تردف) كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..",
15
+ "decoded_text": "اليمن جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين من استعادة وضعها الطبيعي, ومن حياتها الاعتيادية الطبيعية في 22مايو العام 1990م.. بكل تأكيد قد تنهدت من أعماق أعماقها [UNK] [UNK] لما وصل إليه حال أبنائها من اقتتال ومن احتراب, ومن اضطراب في نسيجها الاجتماعي, ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل, ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في العام 1990م فاجأوا العالم بوحدتهم حين كان العالم [UNK] في الانقسام, وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين [UNK] [UNK] نحو الوحدة [UNK] وبمستوى [UNK] من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى [UNK] كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى, عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة التسعينات من القرن العشرين التي ( تردف ) كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..",
16
+ "diff": [
17
+ "replace text[190:201] --> decoded_text[190:201] 'ألماً وأسىً' --> '[UNK] [UNK]'",
18
+ "replace text[506:513] --> decoded_text[506:511] 'منغمساً' --> '[UNK]'",
19
+ "replace text[626:658] --> decoded_text[624:652] 'شمالاً وجنوباً نحو الوحدة طوعياً' --> '[UNK] [UNK] نحو الوحدة [UNK]'",
20
+ "replace text[667:671] --> decoded_text[661:666] 'عالٍ' --> '[UNK]'",
21
+ "replace text[735:740] --> decoded_text[730:735] 'سواءً' --> '[UNK]'",
22
+ "replace text[886:890] --> decoded_text[881:887] 'تردف' --> ' تردف '"
23
+ ],
24
+ "n_oov_chars": 8,
25
+ "oov_ratio": 0.008281573498964804,
26
+ "oov_charset": "[\"ً\", \"ٍ\"]"
27
+ },
28
+ {
29
+ "text": "واليوم وبعد أن جرت مياه كثيرة وتدفقت من تحت الجسر, وما شهدته البلد من مواقف عديدة, فإن الحكمة اليمانية توجب على أبناء اليمن أياً كانت تياراتهم السياسية, أو انتماءاتهم المناطقية أو القبلية أو الجهوية, أن يستذكروا جيداً ما وصفهم به رسول العالمين محمد بن عبدالله عليه أفضل الصلوات والتسليم وعلى آله الأخيار الأطهار بأنهم أهل حكمة وأهل إيمان..",
30
+ "decoded_text": "واليوم وبعد أن جرت مياه كثيرة وتدفقت من تحت الجسر, وما شهدته البلد من مواقف عديدة, فإن الحكمة اليمانية توجب على أبناء اليمن [UNK] كانت تياراتهم السياسية, أو انتماءاتهم المناطقية أو القبلية أو الجهوية, أن يستذكروا [UNK] ما وصفهم به رسول العالمين محمد بن عبدالله عليه أفضل الصلوات والتسليم وعلى آله الأخيار الأطهار بأنهم أهل حكمة وأهل إيمان..",
31
+ "diff": [
32
+ "replace text[124:128] --> decoded_text[124:129] 'أياً' --> '[UNK]'",
33
+ "replace text[212:217] --> decoded_text[213:218] 'جيداً' --> '[UNK]'"
34
+ ],
35
+ "n_oov_chars": 2,
36
+ "oov_ratio": 0.0058997050147492625,
37
+ "oov_charset": "[\"ً\"]"
38
+ },
39
+ {
40
+ "text": "وكلام الرسول وأحاديثه ما هي إلا وحي من الله.. بمعنى أن العمل بما قاله الرسول الأعظم هو مسؤولية أخلاقية ودينية ومسؤولية سياسية..",
41
+ "decoded_text": "وكلام الرسول وأحاديثه ما هي إلا وحي من الله.. بمعنى أن العمل بما قاله الرسول الأعظم هو [UNK] أخلاقية ودينية [UNK] سياسية..",
42
+ "diff": [
43
+ "replace text[87:94] --> decoded_text[87:92] 'مسؤولية' --> '[UNK]'",
44
+ "replace text[110:118] --> decoded_text[108:113] 'ومسؤولية' --> '[UNK]'"
45
+ ],
46
+ "n_oov_chars": 2,
47
+ "oov_ratio": 0.015748031496062992,
48
+ "oov_charset": "[\"ؤ\"]"
49
+ },
50
+ {
51
+ "text": "وهل الانسياق نحو مزيدٍ من العناد ومزيدٍ من الاحتقان, ومزيدٍ من الاحتراب بين أبناء بلد واحد وشعب واحد يرضى الله ورسوله الكريم عليه صلاة الله وسلامه وعلى آله..",
52
+ "decoded_text": "وهل الانسياق نحو [UNK] من العناد [UNK] من الاحتقان, [UNK] من الاحتراب بين أبناء بلد واحد وشعب واحد يرضى الله ورسوله الكريم عليه صلاة الله وسلامه وعلى آله..",
53
+ "diff": [
54
+ "replace text[17:22] --> decoded_text[17:22] 'مزيدٍ' --> '[UNK]'",
55
+ "replace text[33:39] --> decoded_text[33:38] 'ومزيدٍ' --> '[UNK]'",
56
+ "replace text[53:59] --> decoded_text[52:57] 'ومزيدٍ' --> '[UNK]'"
57
+ ],
58
+ "n_oov_chars": 3,
59
+ "oov_ratio": 0.01910828025477707,
60
+ "oov_charset": "[\"ٍ\"]"
61
+ },
62
+ {
63
+ "text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن- وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
64
+ "decoded_text": "أنا لا اعتقد أن [UNK] من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن - وهو بلد [UNK] بالخير, إلى أطلال, وأن يتعرض [UNK] الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية [UNK] أن يكون ذلك خدمة لأعدائه..",
65
+ "diff": [
66
+ "replace text[16:18] --> decoded_text[16:41] 'عا' --> '[UNK] من بناء هذا البلد ي'",
67
+ "delete text[19:43] --> decoded_text[42:42] 'لاً من بناء هذا البلد يق' --> ''",
68
+ "insert text[84:84] --> decoded_text[83:84] '' --> ' '",
69
+ "replace text[94:100] --> decoded_text[94:99] 'ولاَّد' --> '[UNK]'",
70
+ "replace text[130:136] --> decoded_text[129:134] 'أبناؤه' --> '[UNK]'",
71
+ "replace text[193:199] --> decoded_text[191:196] 'وألماً' --> '[UNK]'"
72
+ ],
73
+ "n_oov_chars": 4,
74
+ "oov_ratio": 0.017699115044247787,
75
+ "oov_charset": "[\"ً\", \"ّ\", \"ؤ\"]"
76
+ },
77
+ {
78
+ "text": "اليمن أنهك من العدوان ومن الحصار حتى أولئك الذين يظنون أنهم بعيدون عن التأثيرات المباشرة للعدوان, لم يسلموا ولن يسلموا.. والأعباء والمتاعب طالت الجميع, وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء هذا الشعب فإن المستقبل سيكون قاتماً وأضراره ستظل تلاحق الأجيال اليمنية جيلاً بعد جيل, وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي ا��رياض أو الدوحة, أو أبوظبي..؟!",
79
+ "decoded_text": "اليمن أنهك من العدوان ومن الحصار حتى أولئك الذين يظنون أنهم بعيدون عن التأثيرات المباشرة للعدوان, لم يسلموا ولن يسلموا.. والأعباء والمتاعب طالت الجميع, وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء هذا الشعب فإن المستقبل سيكون [UNK] وأضراره ستظل تلاحق الأجيال اليمنية [UNK] بعد جيل, وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي الرياض أو الدوحة, أو أبوظبي.. [UNK]!",
80
+ "diff": [
81
+ "insert text[225:225] --> decoded_text[225:248] '' --> '[UNK] وأضراره ستظل تلاح'",
82
+ "delete text[226:250] --> decoded_text[249:249] 'اتماً وأضراره ستظل تلاحق' --> ''",
83
+ "replace text[267:272] --> decoded_text[266:271] 'جيلاً' --> '[UNK]'",
84
+ "replace text[405:406] --> decoded_text[404:410] '؟' --> ' [UNK]'"
85
+ ],
86
+ "n_oov_chars": 3,
87
+ "oov_ratio": 0.007371007371007371,
88
+ "oov_charset": "[\"ً\", \"؟\"]"
89
+ },
90
+ {
91
+ "text": "هل ينفض الذين يمموا صوب الرياض غبار الاستكانة والارتهان وقرارات الغير, وهل يفيق المتعامون من نومهم المغناطيسي في أبو ظبي, لأن لا سبيل لهم إلا العودة إلى حضن الوطن إلى صنعاء إلى عدن..؟!",
92
+ "decoded_text": "هل ينفض الذين يمموا صوب الرياض غبار الاستكانة والارتهان وقرارات الغير, وهل يفيق المتعامون من نومهم المغناطيسي في أبو ظبي, لأن لا سبيل لهم إلا العودة إلى حضن الوطن إلى صنعاء إلى عدن.. [UNK]!",
93
+ "diff": [
94
+ "replace text[182:183] --> decoded_text[182:188] '؟' --> ' [UNK]'"
95
+ ],
96
+ "n_oov_chars": 1,
97
+ "oov_ratio": 0.005434782608695652,
98
+ "oov_charset": "[\"؟\"]"
99
+ },
100
+ {
101
+ "text": "ويبقى أمام ضمائر أولئك الذين ذهبوا في عمرة طويلة إلى الرياض وإلى أبو ظبي وإلى الدوحة وإلى اسطنبول.. هل يرضيهم أن يروا الوطن يعيش كل هذه المتاعب والمشاكل والتدمير؟!",
102
+ "decoded_text": "ويبقى أمام ضمائر أولئك الذين ذهبوا في عمرة طويلة إلى الرياض وإلى أبو ظبي وإلى الدوحة وإلى اسطنبول.. هل يرضيهم أن يروا الوطن يعيش كل هذه المتاعب والمشاكل والتدمير [UNK]!",
103
+ "diff": [
104
+ "replace text[161:162] --> decoded_text[161:167] '؟' --> ' [UNK]'"
105
+ ],
106
+ "n_oov_chars": 1,
107
+ "oov_ratio": 0.006134969325153374,
108
+ "oov_charset": "[\"؟\"]"
109
+ },
110
+ {
111
+ "text": "هل من الإنصاف أن يروا أبناء وطنهم وشعبهم يعانون من حصار أربع سنوات عجاف.. أين ذهبت كل تلك المواعظ والوطنية والكلام الكبير الذي كانوا ينهالون به علينا صباحاً ومساءً.. هل كانوا \"كذبة كبيرة\" وافتراء تماهت مع \"شيكات\" الدفع المسبق!!",
112
+ "decoded_text": "هل من الإنصاف أن يروا أبناء وطنهم وشعبهم يعانون من حصار أربع سنوات عجاف.. أين ذهبت كل تلك المواعظ والوطنية والكلام الكبير الذي كانوا ينهالون به علينا [UNK] [UNK].. هل كانوا \" كذبة كبيرة \" وافتراء تماهت مع \" شيكات \" الدفع المسبق!!",
113
+ "diff": [
114
+ "replace text[150:160] --> decoded_text[150:193] 'صباحاً ومس' --> '[UNK] [UNK].. هل كانوا \" كذبة كبيرة \" وافتر'",
115
+ "replace text[162:206] --> decoded_text[195:207] 'ً.. هل كانوا \"كذبة كبيرة\" وافتراء تماهت مع \"' --> ' تماهت مع \" '",
116
+ "insert text[211:211] --> decoded_text[212:213] '' --> ' '"
117
+ ],
118
+ "n_oov_chars": 2,
119
+ "oov_ratio": 0.00881057268722467,
120
+ "oov_charset": "[\"ً\"]"
121
+ }
122
+ ]
stats/compression_rate/google-bert.bert-base-cased @ cc100.de.diff.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die „Püngel-Weihnacht“ in Siegburg-Kaldauen um 18 Uhr (Einlass 17.30 Uhr) im Restaurant Kaldauer Hof zu hören. Hier ist im Eintrittspreis von 18,50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil für die Gäste.",
4
+ "decoded_text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die „ Püngel - Weihnacht “ in Siegburg - Kaldauen um 18 Uhr ( Einlass 17. 30 Uhr ) im Restaurant Kaldauer Hof zu hören. Hier ist im Eintrittspreis von 18, 50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil für die Gäste.",
5
+ "diff": [
6
+ "insert text[59:59] --> decoded_text[59:60] '' --> ' '",
7
+ "insert text[65:65] --> decoded_text[66:67] '' --> ' '",
8
+ "insert text[66:66] --> decoded_text[68:69] '' --> ' '",
9
+ "insert text[75:75] --> decoded_text[78:79] '' --> ' '",
10
+ "insert text[88:88] --> decoded_text[92:93] '' --> ' '",
11
+ "insert text[89:89] --> decoded_text[94:95] '' --> ' '",
12
+ "insert text[109:109] --> decoded_text[115:116] '' --> ' '",
13
+ "insert text[120:120] --> decoded_text[127:128] '' --> ' '",
14
+ "insert text[126:126] --> decoded_text[134:135] '' --> ' '",
15
+ "insert text[199:199] --> decoded_text[208:209] '' --> ' '"
16
+ ],
17
+ "n_oov_chars": 0,
18
+ "oov_ratio": 0.0,
19
+ "oov_charset": "[]"
20
+ },
21
+ {
22
+ "text": "Der Chor bietet noch einen weiteren Termin im Rahmen der „Püngel-Weihnacht“ an.",
23
+ "decoded_text": "Der Chor bietet noch einen weiteren Termin im Rahmen der „ Püngel - Weihnacht “ an.",
24
+ "diff": [
25
+ "insert text[58:58] --> decoded_text[58:59] '' --> ' '",
26
+ "insert text[64:64] --> decoded_text[65:66] '' --> ' '",
27
+ "insert text[65:65] --> decoded_text[67:68] '' --> ' '",
28
+ "insert text[74:74] --> decoded_text[77:78] '' --> ' '"
29
+ ],
30
+ "n_oov_chars": 0,
31
+ "oov_ratio": 0.0,
32
+ "oov_charset": "[]"
33
+ },
34
+ {
35
+ "text": "02683 967019. Die Karten können auch per Email bestellt werden: [email protected]",
36
+ "decoded_text": "02683 967019. Die Karten können auch per Email bestellt werden : En - Koelsche - Weihnachtsfeier @ t - online. de",
37
+ "diff": [
38
+ "insert text[62:62] --> decoded_text[62:63] '' --> ' '",
39
+ "insert text[66:66] --> decoded_text[67:68] '' --> ' '",
40
+ "insert text[67:67] --> decoded_text[69:70] '' --> ' '",
41
+ "insert text[75:75] --> decoded_text[78:79] '' --> ' '",
42
+ "insert text[76:76] --> decoded_text[80:81] '' --> ' '",
43
+ "insert text[91:91] --> decoded_text[96:97] '' --> ' '",
44
+ "insert text[92:92] --> decoded_text[98:99] '' --> ' '",
45
+ "insert text[93:93] --> decoded_text[100:101] '' --> ' '",
46
+ "insert text[94:94] --> decoded_text[102:103] '' --> ' '",
47
+ "insert text[101:101] --> decoded_text[110:111] '' --> ' '"
48
+ ],
49
+ "n_oov_chars": 0,
50
+ "oov_ratio": 0.0,
51
+ "oov_charset": "[]"
52
+ },
53
+ {
54
+ "text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E-Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.",
55
+ "decoded_text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E - Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.",
56
+ "diff": [
57
+ "insert text[200:200] --> decoded_text[200:201] '' --> ' '",
58
+ "insert text[201:201] --> decoded_text[202:203] '' --> ' '"
59
+ ],
60
+ "n_oov_chars": 0,
61
+ "oov_ratio": 0.0,
62
+ "oov_charset": "[]"
63
+ },
64
+ {
65
+ "text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erfüllung unserer vertraglichen und gesetzlichen Pflichten (wie Führungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw.) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benötigen.",
66
+ "decoded_text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erfüllung unserer vertraglichen und gesetzlichen Pflichten ( wie Führungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw. ) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benötigen.",
67
+ "diff": [
68
+ "insert text[176:176] --> decoded_text[176:177] '' --> ' '",
69
+ "insert text[394:394] --> decoded_text[395:396] '' --> ' '"
70
+ ],
71
+ "n_oov_chars": 0,
72
+ "oov_ratio": 0.0,
73
+ "oov_charset": "[]"
74
+ },
75
+ {
76
+ "text": "bei denen wir zur Erfüllung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im öffentlichen Interesse liegt;",
77
+ "decoded_text": "bei denen wir zur Erfüllung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im öffentlichen Interesse liegt ;",
78
+ "diff": [
79
+ "insert text[188:188] --> decoded_text[188:189] '' --> ' '"
80
+ ],
81
+ "n_oov_chars": 0,
82
+ "oov_ratio": 0.0,
83
+ "oov_charset": "[]"
84
+ },
85
+ {
86
+ "text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten (z.B. an Behörden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen);",
87
+ "decoded_text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten ( z. B. an Behörden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen ) ;",
88
+ "diff": [
89
+ "insert text[87:87] --> decoded_text[87:88] '' --> ' '",
90
+ "insert text[89:89] --> decoded_text[90:91] '' --> ' '",
91
+ "insert text[188:188] --> decoded_text[190:191] '' --> ' '",
92
+ "insert text[189:189] --> decoded_text[192:193] '' --> ' '"
93
+ ],
94
+ "n_oov_chars": 0,
95
+ "oov_ratio": 0.0,
96
+ "oov_charset": "[]"
97
+ },
98
+ {
99
+ "text": "Darüber hinaus unterliegen wir verschiedenen Aufbewahrungs- und Dokumentationspflichten, die sich unter anderem aus dem Handelsgesetzbuch (HGB) und der Abgabenordnung (AO), ergeben. Die dort vorgegebenen Fristen zur Aufbewahrung bzw. Dokumentation betragen bis zehn Jahre über das Ende der Vertragsbeziehung oder des vorvertraglichen Rechtsverhältnisses hinaus.",
100
+ "decoded_text": "Darüber hinaus unterliegen wir verschiedenen Aufbewahrungs - und Dokumentationspflichten, die sich unter anderem aus dem Handelsgesetzbuch ( HGB ) und der Abgabenordnung ( AO ), ergeben. Die dort vorgegebenen Fristen zur Aufbewahrung bzw. Dokumentation betragen bis zehn Jahre über das Ende der Vertragsbeziehung oder des vorvertraglichen Rechtsverhältnisses hinaus.",
101
+ "diff": [
102
+ "insert text[58:58] --> decoded_text[58:59] '' --> ' '",
103
+ "insert text[139:139] --> decoded_text[140:141] '' --> ' '",
104
+ "insert text[142:142] --> decoded_text[144:145] '' --> ' '",
105
+ "insert text[168:168] --> decoded_text[171:172] '' --> ' '",
106
+ "insert text[170:170] --> decoded_text[174:175] '' --> ' '"
107
+ ],
108
+ "n_oov_chars": 0,
109
+ "oov_ratio": 0.0,
110
+ "oov_charset": "[]"
111
+ },
112
+ {
113
+ "text": "Ihre Bewerbungsunterlagen werden Ihnen bei Nicht-Einstellung nach Ablauf von sechs Monaten im Original zurückgegeben. Elektronische Daten werden nach sechs Monaten entsprechend gelöscht.",
114
+ "decoded_text": "Ihre Bewerbungsunterlagen werden Ihnen bei Nicht - Einstellung nach Ablauf von sechs Monaten im Original zurückgegeben. Elektronische Daten werden nach sechs Monaten entsprechend gelöscht.",
115
+ "diff": [
116
+ "insert text[48:48] --> decoded_text[48:49] '' --> ' '",
117
+ "insert text[49:49] --> decoded_text[50:51] '' --> ' '"
118
+ ],
119
+ "n_oov_chars": 0,
120
+ "oov_ratio": 0.0,
121
+ "oov_charset": "[]"
122
+ },
123
+ {
124
+ "text": "Sollten wir Ihre Daten für spätere Vakanzen länger speichern wollen oder Sie Ihre Daten in einen Bewerberpool eingestellt haben, werden die Daten zu späteren Zeitpunkten gelöscht; Einzelheiten dazu werden Ihnen im Zusammenhang mit dem jeweiligen Prozess mitgeteilt.",
125
+ "decoded_text": "Sollten wir Ihre Daten für spätere Vakanzen länger speichern wollen oder Sie Ihre Daten in einen Bewerberpool eingestellt haben, werden die Daten zu späteren Zeitpunkten gelöscht ; Einzelheiten dazu werden Ihnen im Zusammenhang mit dem jeweiligen Prozess mitgeteilt.",
126
+ "diff": [
127
+ "insert text[178:178] --> decoded_text[178:179] '' --> ' '"
128
+ ],
129
+ "n_oov_chars": 0,
130
+ "oov_ratio": 0.0,
131
+ "oov_charset": "[]"
132
+ }
133
+ ]
stats/compression_rate/google-bert.bert-base-cased @ cc100.fa.diff.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "آشپزخانه کوچک من: February 2012",
4
+ "decoded_text": "آشپزخانه کوچک من : February 2012",
5
+ "diff": [
6
+ "insert text[16:16] --> decoded_text[16:17] '' --> ' '"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "بکینگ پودر:2 قاشق چای خوری",
14
+ "decoded_text": "بکینگ پودر : 2 قاشق چای خوری",
15
+ "diff": [
16
+ "insert text[10:10] --> decoded_text[10:11] '' --> ' '",
17
+ "insert text[11:11] --> decoded_text[12:13] '' --> ' '"
18
+ ],
19
+ "n_oov_chars": 0,
20
+ "oov_ratio": 0.0,
21
+ "oov_charset": "[]"
22
+ },
23
+ {
24
+ "text": "تخم مرغ:2 عدد بزرگ",
25
+ "decoded_text": "تخم مرغ : 2 عدد بزرگ",
26
+ "diff": [
27
+ "insert text[7:7] --> decoded_text[7:8] '' --> ' '",
28
+ "insert text[8:8] --> decoded_text[9:10] '' --> ' '"
29
+ ],
30
+ "n_oov_chars": 0,
31
+ "oov_ratio": 0.0,
32
+ "oov_charset": "[]"
33
+ },
34
+ {
35
+ "text": "کره:225 گرم به دمای اتاق رسیده",
36
+ "decoded_text": "کره : 225 گرم به دمای اتاق رسیده",
37
+ "diff": [
38
+ "insert text[3:3] --> decoded_text[3:4] '' --> ' '",
39
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '"
40
+ ],
41
+ "n_oov_chars": 0,
42
+ "oov_ratio": 0.0,
43
+ "oov_charset": "[]"
44
+ },
45
+ {
46
+ "text": "شکر:1و1/2 پیمانه+ 3 قاشق غذا خوری",
47
+ "decoded_text": "شکر : 1و1 / 2 پیمانه + 3 قاشق غذا خوری",
48
+ "diff": [
49
+ "insert text[3:3] --> decoded_text[3:4] '' --> ' '",
50
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '",
51
+ "insert text[7:7] --> decoded_text[9:10] '' --> ' '",
52
+ "insert text[8:8] --> decoded_text[11:12] '' --> ' '",
53
+ "insert text[16:16] --> decoded_text[20:21] '' --> ' '"
54
+ ],
55
+ "n_oov_chars": 0,
56
+ "oov_ratio": 0.0,
57
+ "oov_charset": "[]"
58
+ },
59
+ {
60
+ "text": "پودر دارچین:2 و1/2قاشق چای خوری",
61
+ "decoded_text": "پودر دارچین : 2 و1 / 2قاشق چای خوری",
62
+ "diff": [
63
+ "insert text[11:11] --> decoded_text[11:12] '' --> ' '",
64
+ "insert text[12:12] --> decoded_text[13:14] '' --> ' '",
65
+ "insert text[16:16] --> decoded_text[18:19] '' --> ' '",
66
+ "insert text[17:17] --> decoded_text[20:21] '' --> ' '"
67
+ ],
68
+ "n_oov_chars": 0,
69
+ "oov_ratio": 0.0,
70
+ "oov_charset": "[]"
71
+ },
72
+ {
73
+ "text": "با رایانامه ارسال کنیداین را در وبلاگ بنویسید!‏در Twitter به اشتراک بگذارید‏در Facebook به اشتراک بگذارید‏اشتراک‌گذاری در Pinterest",
74
+ "decoded_text": "با رایانامه ارسال کنیداین را در وبلاگ بنویسید! در Twitter به اشتراک بگذاریددر Facebook به اشتراک بگذاریداشتراکگذاری در Pinterest",
75
+ "diff": [
76
+ "replace text[46:47] --> decoded_text[46:47] '\\u200f' --> ' '",
77
+ "delete text[75:76] --> decoded_text[75:75] '\\u200f' --> ''",
78
+ "delete text[105:106] --> decoded_text[104:104] '\\u200f' --> ''",
79
+ "delete text[112:113] --> decoded_text[110:110] '\\u200c' --> ''"
80
+ ],
81
+ "n_oov_chars": 4,
82
+ "oov_ratio": 0.030534351145038167,
83
+ "oov_charset": "[\"‏\", \"‌\"]"
84
+ },
85
+ {
86
+ "text": "برچسب‌ها: شیرینی ها",
87
+ "decoded_text": "برچسبها : شیرینی ها",
88
+ "diff": [
89
+ "delete text[5:6] --> decoded_text[5:5] '\\u200c' --> ''",
90
+ "insert text[8:8] --> decoded_text[7:8] '' --> ' '"
91
+ ],
92
+ "n_oov_chars": 1,
93
+ "oov_ratio": 0.05263157894736842,
94
+ "oov_charset": "[\"‌\"]"
95
+ },
96
+ {
97
+ "text": "ارد:1 و 1/2 پیمانه + 1 قاشق غذا خوری سر صاف سبوس گندم",
98
+ "decoded_text": "ارد : 1 و 1 / 2 پیمانه + 1 قاشق غذا خوری سر صاف سبوس گندم",
99
+ "diff": [
100
+ "insert text[3:3] --> decoded_text[3:4] '' --> ' '",
101
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '",
102
+ "insert text[9:9] --> decoded_text[11:12] '' --> ' '",
103
+ "insert text[10:10] --> decoded_text[13:14] '' --> ' '"
104
+ ],
105
+ "n_oov_chars": 0,
106
+ "oov_ratio": 0.0,
107
+ "oov_charset": "[]"
108
+ },
109
+ {
110
+ "text": "رنده پوست پرتقال:1 قاشق چای خوری",
111
+ "decoded_text": "رنده پوست پرتقال : 1 قاشق چای خوری",
112
+ "diff": [
113
+ "insert text[16:16] --> decoded_text[16:17] '' --> ' '",
114
+ "insert text[17:17] --> decoded_text[18:19] '' --> ' '"
115
+ ],
116
+ "n_oov_chars": 0,
117
+ "oov_ratio": 0.0,
118
+ "oov_charset": "[]"
119
+ }
120
+ ]
stats/compression_rate/google-bert.bert-base-cased @ cc100.ja.diff.json ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "午後から雨が心配だったので遠出はせず、『ふれあいロード』を走って来ました!",
4
+ "decoded_text": "[UNK] [UNK] から [UNK] [UNK] 心 [UNK] [UNK] [UNK] [UNK] [UNK] 、 『 [UNK] 』 [UNK] [UNK] [UNK] [UNK] ました !",
5
+ "diff": [
6
+ "replace text[0:2] --> decoded_text[0:12] '午後' --> '[UNK] [UNK] '",
7
+ "replace text[4:6] --> decoded_text[14:27] '雨が' --> ' [UNK] [UNK] '",
8
+ "replace text[7:18] --> decoded_text[28:59] '配だったので遠出はせず' --> ' [UNK] [UNK] [UNK] [UNK] [UNK] '",
9
+ "insert text[19:19] --> decoded_text[60:61] '' --> ' '",
10
+ "replace text[20:27] --> decoded_text[62:69] 'ふれあいロード' --> ' [UNK] '",
11
+ "replace text[28:33] --> decoded_text[70:95] 'を走って来' --> ' [UNK] [UNK] [UNK] [UNK] '",
12
+ "insert text[36:36] --> decoded_text[98:99] '' --> ' '"
13
+ ],
14
+ "n_oov_chars": 17,
15
+ "oov_ratio": 0.4594594594594595,
16
+ "oov_charset": "[\"午\", \"後\", \"雨\", \"が\", \"配\", \"だ\", \"っ\", \"で\", \"遠\", \"出\", \"ず\", \"ふ\", \"あ\", \"を\", \"走\", \"来\"]"
17
+ },
18
+ {
19
+ "text": "確実に春が近づいてることを肌で感じることが出来ました 着々と整備されてる圏央道を越えるとお世話になってるボウリング場が見えて来ました。",
20
+ "decoded_text": "[UNK] [UNK] に [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] ました [UNK] [UNK] [UNK] [UNK] されてる [UNK] [UNK] 道 [UNK] [UNK] えるとお [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] えて [UNK] ました 。",
21
+ "diff": [
22
+ "replace text[0:2] --> decoded_text[0:12] '確実' --> '[UNK] [UNK] '",
23
+ "replace text[3:23] --> decoded_text[13:74] '春が近づいてることを肌で感じることが出来' --> ' [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] '",
24
+ "replace text[27:32] --> decoded_text[78:102] '着々と整備' --> '[UNK] [UNK] [UNK] [UNK] '",
25
+ "replace text[36:38] --> decoded_text[106:119] '圏央' --> ' [UNK] [UNK] '",
26
+ "replace text[39:41] --> decoded_text[120:133] 'を越' --> ' [UNK] [UNK] '",
27
+ "replace text[45:60] --> decoded_text[137:174] '世話になってるボウリング場が見' --> ' [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] '",
28
+ "replace text[62:63] --> decoded_text[176:183] '来' --> ' [UNK] '",
29
+ "insert text[66:66] --> decoded_text[186:187] '' --> ' '"
30
+ ],
31
+ "n_oov_chars": 30,
32
+ "oov_ratio": 0.44776119402985076,
33
+ "oov_charset": "[\"確\", \"実\", \"春\", \"が\", \"近\", \"づ\", \"を\", \"肌\", \"で\", \"感\", \"じ\", \"出\", \"来\", \"着\", \"々\", \"整\", \"備\", \"圏\", \"央\", \"越\", \"世\", \"話\", \"っ\", \"ボ\", \"場\", \"見\"]"
34
+ },
35
+ {
36
+ "text": "うぅ〜〜、私が途中でトイレに行きたくなってしまい、通り道にあったケンタに変更しちゃいました。",
37
+ "decoded_text": "[UNK] 〜 〜 、 [UNK] [UNK] [UNK] 中 [UNK] [UNK] [UNK] 、 [UNK] り 道 [UNK] [UNK] [UNK] [UNK] 。",
38
+ "diff": [
39
+ "replace text[0:2] --> decoded_text[0:6] 'うぅ' --> '[UNK] '",
40
+ "insert text[3:3] --> decoded_text[7:8] '' --> ' '",
41
+ "insert text[4:4] --> decoded_text[9:10] '' --> ' '",
42
+ "replace text[5:8] --> decoded_text[11:30] '私が途' --> ' [UNK] [UNK] [UNK] '",
43
+ "replace text[9:24] --> decoded_text[31:50] 'でトイレに行きたくなってしまい' --> ' [UNK] [UNK] [UNK] '",
44
+ "replace text[25:26] --> decoded_text[51:58] '通' --> ' [UNK] '",
45
+ "insert text[27:27] --> decoded_text[59:60] '' --> ' '",
46
+ "replace text[28:45] --> decoded_text[61:86] 'にあったケンタに変更しちゃいました' --> ' [UNK] [UNK] [UNK] [UNK] '"
47
+ ],
48
+ "n_oov_chars": 14,
49
+ "oov_ratio": 0.30434782608695654,
50
+ "oov_charset": "[\"ぅ\", \"私\", \"が\", \"途\", \"で\", \"行\", \"っ\", \"通\", \"あ\", \"ケ\", \"変\", \"更\", \"ゃ\"]"
51
+ },
52
+ {
53
+ "text": "実は、1年程前にエルモサの右目の黒目の端によ〜く見ないと分からない程の小さな斑を見つけてたんです。",
54
+ "decoded_text": "[UNK] は 、 [UNK] 年 [UNK] [UNK] [UNK] [UNK] [UNK] の [UNK] [UNK] の [UNK] によ 〜 く [UNK] ないと [UNK] からない [UNK] の 小 さな [UNK] [UNK] [UNK] [UNK] 。",
55
+ "diff": [
56
+ "replace text[0:1] --> decoded_text[0:6] '実' --> '[UNK] '",
57
+ "insert text[2:2] --> decoded_text[7:8] '' --> ' '",
58
+ "replace text[3:4] --> decoded_text[9:16] '1' --> ' [UNK] '",
59
+ "replace text[5:12] --> decoded_text[17:48] '程前にエルモサ' --> ' [UNK] [UNK] [UNK] [UNK] [UNK] '",
60
+ "replace text[13:15] --> decoded_text[49:62] '右目' --> ' [UNK] [UNK] '",
61
+ "replace text[16:20] --> decoded_text[63:70] '黒目の端' --> ' [UNK] '",
62
+ "insert text[22:22] --> decoded_text[72:73] '' --> ' '",
63
+ "insert text[23:23] --> decoded_text[74:75] '' --> ' '",
64
+ "replace text[24:25] --> decoded_text[76:83] '見' --> ' [UNK] '",
65
+ "replace text[28:29] --> decoded_text[86:93] '分' --> ' [UNK] '",
66
+ "replace text[33:34] --> decoded_text[97:104] '程' --> ' [UNK] '",
67
+ "insert text[35:35] --> decoded_text[105:106] '' --> ' '",
68
+ "insert text[36:36] --> decoded_text[107:108] '' --> ' '",
69
+ "replace text[38:48] --> decoded_text[110:135] '斑を見つけてたんです' --> ' [UNK] [UNK] [UNK] [UNK] '"
70
+ ],
71
+ "n_oov_chars": 17,
72
+ "oov_ratio": 0.3469387755102041,
73
+ "oov_charset": "[\"実\", \"1\", \"程\", \"前\", \"モ\", \"右\", \"目\", \"黒\", \"端\", \"見\", \"分\", \"斑\", \"を\", \"で\"]"
74
+ },
75
+ {
76
+ "text": "その時点で先生からはおそらく『角膜ジストロフィー』であろうとの診断をもらっていました。",
77
+ "decoded_text": "その [UNK] [UNK] [UNK] [UNK] 生 からはおそらく 『 [UNK] [UNK] ジストロフィー 』 [UNK] [UNK] [UNK] [UNK] 。",
78
+ "diff": [
79
+ "replace text[2:6] --> decoded_text[2:27] '時点で先' --> ' [UNK] [UNK] [UNK] [UNK] '",
80
+ "insert text[7:7] --> decoded_text[28:29] '' --> ' '",
81
+ "insert text[14:14] --> decoded_text[36:37] '' --> ' '",
82
+ "replace text[15:17] --> decoded_text[38:51] '角膜' --> ' [UNK] [UNK] '",
83
+ "insert text[24:24] --> decoded_text[58:59] '' --> ' '",
84
+ "replace text[25:42] --> decoded_text[60:85] 'であろうとの診断をもらっていました' --> ' [UNK] [UNK] [UNK] [UNK] '"
85
+ ],
86
+ "n_oov_chars": 13,
87
+ "oov_ratio": 0.3023255813953488,
88
+ "oov_charset": "[\"時\", \"点\", \"で\", \"先\", \"角\", \"膜\", \"あ\", \"ろ\", \"診\", \"断\", \"を\", \"っ\"]"
89
+ },
90
+ {
91
+ "text": "エルモサの場合は1年程経過して徐々にではあるんですけど、少し大きくなってきちゃいました",
92
+ "decoded_text": "[UNK] [UNK] [UNK] は1 年 [UNK] [UNK] [UNK] して [UNK] [UNK] 、 [UNK] し 大 [UNK]",
93
+ "diff": [
94
+ "replace text[0:7] --> decoded_text[0:18] 'エルモサの場合' --> '[UNK] [UNK] [UNK] '",
95
+ "insert text[9:9] --> decoded_text[20:21] '' --> ' '",
96
+ "replace text[10:13] --> decoded_text[22:41] '程経過' --> ' [UNK] [UNK] [UNK] '",
97
+ "replace text[15:27] --> decoded_text[43:56] '徐々にではあるんですけど' --> ' [UNK] [UNK] '",
98
+ "replace text[28:29] --> decoded_text[57:64] '少' --> ' [UNK] '",
99
+ "insert text[30:30] --> decoded_text[65:66] '' --> ' '",
100
+ "replace text[31:43] --> decoded_text[67:73] 'きくなってきちゃいました' --> ' [UNK]'"
101
+ ],
102
+ "n_oov_chars": 15,
103
+ "oov_ratio": 0.3488372093023256,
104
+ "oov_charset": "[\"モ\", \"場\", \"合\", \"程\", \"経\", \"過\", \"徐\", \"々\", \"で\", \"あ\", \"ど\", \"少\", \"っ\", \"ゃ\"]"
105
+ },
106
+ {
107
+ "text": "ただ、これまでお散歩仲間からは指摘とかされたことはないので、こちらから言わなければそんなに目立つ程ではないんですけどね。",
108
+ "decoded_text": "[UNK] 、 [UNK] [UNK] [UNK] [UNK] [UNK] からは [UNK] [UNK] [UNK] 、 こちらから [UNK] [UNK] [UNK] [UNK] つ [UNK] [UNK] 。",
109
+ "diff": [
110
+ "replace text[0:2] --> decoded_text[0:6] 'ただ' --> '[UNK] '",
111
+ "replace text[3:12] --> decoded_text[7:38] 'これまでお散歩仲間' --> ' [UNK] [UNK] [UNK] [UNK] [UNK] '",
112
+ "replace text[15:29] --> decoded_text[41:60] '指摘とかされたことはないので' --> ' [UNK] [UNK] [UNK] '",
113
+ "insert text[30:30] --> decoded_text[61:62] '' --> ' '",
114
+ "replace text[35:47] --> decoded_text[67:92] '言わなければそんなに目立' --> ' [UNK] [UNK] [UNK] [UNK] '",
115
+ "replace text[48:59] --> decoded_text[93:106] '程ではないんですけどね' --> ' [UNK] [UNK] '"
116
+ ],
117
+ "n_oov_chars": 19,
118
+ "oov_ratio": 0.31666666666666665,
119
+ "oov_charset": "[\"だ\", \"で\", \"散\", \"歩\", \"仲\", \"間\", \"指\", \"摘\", \"言\", \"わ\", \"ば\", \"目\", \"立\", \"程\", \"ど\", \"ね\"]"
120
+ },
121
+ {
122
+ "text": "昔はヒアルロン酸の目薬なども処方されてたようですが、これが効く事はないそうです。",
123
+ "decoded_text": "[UNK] [UNK] [UNK] の [UNK] [UNK] [UNK] [UNK] 方 [UNK] 、 [UNK] [UNK] く 事 [UNK] 。",
124
+ "diff": [
125
+ "replace text[0:8] --> decoded_text[0:18] '昔はヒアルロン酸' --> '[UNK] [UNK] [UNK] '",
126
+ "replace text[9:15] --> decoded_text[19:44] '目薬なども処' --> ' [UNK] [UNK] [UNK] [UNK] '",
127
+ "replace text[16:25] --> decoded_text[45:52] 'されてたようですが' --> ' [UNK] '",
128
+ "replace text[26:30] --> decoded_text[53:66] 'これが効' --> ' [UNK] [UNK] '",
129
+ "insert text[31:31] --> decoded_text[67:68] '' --> ' '",
130
+ "replace text[32:39] --> decoded_text[69:76] 'はないそうです' --> ' [UNK] '"
131
+ ],
132
+ "n_oov_chars": 12,
133
+ "oov_ratio": 0.3,
134
+ "oov_charset": "[\"昔\", \"ヒ\", \"酸\", \"目\", \"薬\", \"ど\", \"処\", \"で\", \"が\", \"効\"]"
135
+ },
136
+ {
137
+ "text": "なので、エルディとのお散歩でも訪れたことがありません。 カタクリの花が5分咲きとの情報から今回コースの1つに取り入れてみました。",
138
+ "decoded_text": "[UNK] 、 エルディとのお [UNK] [UNK] [UNK] [UNK] [UNK] 。 カタクリの 花 [UNK] [UNK] [UNK] きとの [UNK] [UNK] から [UNK] [UNK] [UNK] [UNK] り [UNK] れてみました 。",
139
+ "diff": [
140
+ "replace text[0:3] --> decoded_text[0:6] 'なので' --> '[UNK] '",
141
+ "insert text[4:4] --> decoded_text[7:8] '' --> ' '",
142
+ "replace text[11:26] --> decoded_text[15:46] '散歩でも訪れたことがありません' --> ' [UNK] [UNK] [UNK] [UNK] [UNK] '",
143
+ "insert text[33:33] --> decoded_text[53:54] '' --> ' '",
144
+ "replace text[34:38] --> decoded_text[55:74] 'が5分咲' --> ' [UNK] [UNK] [UNK] '",
145
+ "replace text[41:43] --> decoded_text[77:90] '情報' --> ' [UNK] [UNK] '",
146
+ "replace text[45:55] --> decoded_text[92:117] '今回コースの1つに取' --> ' [UNK] [UNK] [UNK] [UNK] '",
147
+ "replace text[56:57] --> decoded_text[118:125] '入' --> ' [UNK] '",
148
+ "insert text[63:63] --> decoded_text[131:132] '' --> ' '"
149
+ ],
150
+ "n_oov_chars": 18,
151
+ "oov_ratio": 0.28125,
152
+ "oov_charset": "[\"で\", \"散\", \"歩\", \"訪\", \"が\", \"あ\", \"5\", \"分\", \"咲\", \"情\", \"報\", \"今\", \"回\", \"1\", \"取\", \"入\"]"
153
+ },
154
+ {
155
+ "text": "前々から走ってみたかったんだけど、いつも陸上部らしき学生さんがものすごいスピードで駆け抜けていくのを目の当たりにしてちょっとビビっておりました",
156
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] 、 いつも [UNK] 上 部 らしき [UNK] 生 [UNK] [UNK] け [UNK] [UNK] [UNK] の [UNK] [UNK]",
157
+ "diff": [
158
+ "replace text[0:16] --> decoded_text[0:24] '前々から走ってみたかったんだけど' --> '[UNK] [UNK] [UNK] [UNK] '",
159
+ "insert text[17:17] --> decoded_text[25:26] '' --> ' '",
160
+ "replace text[20:21] --> decoded_text[29:36] '陸' --> ' [UNK] '",
161
+ "insert text[22:22] --> decoded_text[37:38] '' --> ' '",
162
+ "insert text[23:23] --> decoded_text[39:40] '' --> ' '",
163
+ "replace text[26:27] --> decoded_text[43:50] '学' --> ' [UNK] '",
164
+ "replace text[28:32] --> decoded_text[51:84] 'さんがも' --> ' [UNK] [UNK] け [UNK] [UNK] [UNK] '",
165
+ "replace text[33:71] --> decoded_text[85:97] 'すごいスピードで駆け抜けていくのを目の当たりにしてちょっとビビっておりました' --> ' [UNK] [UNK]'"
166
+ ],
167
+ "n_oov_chars": 23,
168
+ "oov_ratio": 0.323943661971831,
169
+ "oov_charset": "[\"前\", \"々\", \"走\", \"っ\", \"だ\", \"ど\", \"陸\", \"学\", \"が\", \"ご\", \"ピ\", \"で\", \"駆\", \"抜\", \"を\", \"目\", \"当\", \"ょ\", \"ビ\"]"
170
+ }
171
+ ]
stats/compression_rate/google-bert.bert-base-cased @ cc100.ko.diff.json ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "+ HOME > 라이브스코어",
4
+ "decoded_text": "+ HOME > [UNK]",
5
+ "diff": [
6
+ "replace text[9:15] --> decoded_text[9:14] '라이브스코어' --> '[UNK]'"
7
+ ],
8
+ "n_oov_chars": 5,
9
+ "oov_ratio": 0.3333333333333333,
10
+ "oov_charset": "[\"라\", \"브\", \"스\", \"코\", \"어\"]"
11
+ },
12
+ {
13
+ "text": "특히 주소 15~17번 홀에선 3연속 보기로 황금의제국카지노 홀아웃했다.",
14
+ "decoded_text": "[UNK] [UNK] 15 ~ [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
15
+ "diff": [
16
+ "replace text[0:2] --> decoded_text[0:5] '특히' --> '[UNK]'",
17
+ "replace text[3:5] --> decoded_text[6:11] '주소' --> '[UNK]'",
18
+ "insert text[8:8] --> decoded_text[14:15] '' --> ' '",
19
+ "delete text[9:12] --> decoded_text[16:16] '17번' --> ''",
20
+ "replace text[13:16] --> decoded_text[17:22] '홀에선' --> '[UNK]'",
21
+ "replace text[17:20] --> decoded_text[23:28] '3연속' --> '[UNK]'",
22
+ "replace text[21:24] --> decoded_text[29:34] '보기로' --> '[UNK]'",
23
+ "replace text[25:33] --> decoded_text[35:40] '황금의제국카지노' --> '[UNK]'",
24
+ "replace text[34:39] --> decoded_text[41:52] '홀아웃했다' --> '[UNK] [UNK]'"
25
+ ],
26
+ "n_oov_chars": 25,
27
+ "oov_ratio": 0.625,
28
+ "oov_charset": "[\"특\", \"히\", \"주\", \"소\", \"번\", \"홀\", \"에\", \"선\", \"연\", \"속\", \"보\", \"기\", \"로\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"아\", \"웃\", \"했\", \"다\"]"
29
+ },
30
+ {
31
+ "text": "1편인'신과함께-죄와 벌'이 천만을 넘은 만큼 2편을 기다린 황금의제국카지노 관객들의 기대와 주소 관심은 폭발적이다.",
32
+ "decoded_text": "[UNK]'[UNK] - [UNK] [UNK]'이 [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
33
+ "diff": [
34
+ "replace text[0:3] --> decoded_text[0:5] '1편인' --> '[UNK]'",
35
+ "replace text[4:8] --> decoded_text[6:12] '신과함께' --> '[UNK] '",
36
+ "delete text[9:11] --> decoded_text[13:13] '죄와' --> ''",
37
+ "replace text[12:13] --> decoded_text[14:25] '벌' --> '[UNK] [UNK]'",
38
+ "replace text[16:19] --> decoded_text[28:33] '천만을' --> '[UNK]'",
39
+ "replace text[20:22] --> decoded_text[34:39] '넘은' --> '[UNK]'",
40
+ "replace text[23:25] --> decoded_text[40:45] '만큼' --> '[UNK]'",
41
+ "replace text[26:29] --> decoded_text[46:51] '2편을' --> '[UNK]'",
42
+ "replace text[30:33] --> decoded_text[52:57] '기다린' --> '[UNK]'",
43
+ "replace text[34:42] --> decoded_text[58:63] '황금의제국카지노' --> '[UNK]'",
44
+ "replace text[43:47] --> decoded_text[64:69] '관객들의' --> '[UNK]'",
45
+ "replace text[48:51] --> decoded_text[70:75] '기대와' --> '[UNK]'",
46
+ "replace text[52:54] --> decoded_text[76:81] '주소' --> '[UNK]'",
47
+ "replace text[55:58] --> decoded_text[82:87] '관심은' --> '[UNK]'",
48
+ "replace text[59:64] --> decoded_text[88:93] '폭발적이다' --> '[UNK]'"
49
+ ],
50
+ "n_oov_chars": 43,
51
+ "oov_ratio": 0.6615384615384615,
52
+ "oov_charset": "[\"편\", \"인\", \"신\", \"과\", \"함\", \"께\", \"죄\", \"와\", \"벌\", \"천\", \"만\", \"을\", \"넘\", \"은\", \"큼\", \"기\", \"다\", \"린\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"관\", \"객\", \"들\", \"대\", \"주\", \"소\", \"심\", \"폭\", \"발\", \"적\"]"
53
+ },
54
+ {
55
+ "text": "고려해서 주소 '대체재 일색'의 분재를 내놓을 위험이 있다. 문학의 자유를 소설가가 스스로 황금의제국카지노 출판사에 상납하는 것이다.",
56
+ "decoded_text": "[UNK] [UNK]'[UNK] [UNK]'의 [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
57
+ "diff": [
58
+ "replace text[0:4] --> decoded_text[0:5] '고려해서' --> '[UNK]'",
59
+ "replace text[5:7] --> decoded_text[6:17] '주소' --> \"[UNK]'[UNK]\"",
60
+ "replace text[8:15] --> decoded_text[18:23] \"'대체재 일색\" --> '[UNK]'",
61
+ "replace text[18:21] --> decoded_text[26:31] '분재를' --> '[UNK]'",
62
+ "replace text[22:25] --> decoded_text[32:37] '내놓을' --> '[UNK]'",
63
+ "replace text[26:29] --> decoded_text[38:43] '위험이' --> '[UNK]'",
64
+ "replace text[30:32] --> decoded_text[44:49] '있다' --> '[UNK]'",
65
+ "replace text[34:37] --> decoded_text[51:56] '문학의' --> '[UNK]'",
66
+ "replace text[38:41] --> decoded_text[57:62] '자유를' --> '[UNK]'",
67
+ "replace text[42:46] --> decoded_text[63:68] '소설가가' --> '[UNK]'",
68
+ "replace text[47:50] --> decoded_text[69:74] '스스로' --> '[UNK]'",
69
+ "replace text[51:59] --> decoded_text[75:80] '황금의제국카지노' --> '[UNK]'",
70
+ "replace text[60:64] --> decoded_text[81:86] '출판사에' --> '[UNK]'",
71
+ "replace text[65:69] --> decoded_text[87:92] '상납하는' --> '[UNK]'",
72
+ "replace text[70:73] --> decoded_text[93:98] '것이다' --> '[UNK]'"
73
+ ],
74
+ "n_oov_chars": 64,
75
+ "oov_ratio": 0.8648648648648649,
76
+ "oov_charset": "[\"고\", \"려\", \"해\", \"서\", \" \", \"주\", \"소\", \"대\", \"체\", \"재\", \"일\", \"색\", \"분\", \"를\", \"내\", \"놓\", \"을\", \"위\", \"험\", \"있\", \"다\", \"문\", \"학\", \"자\", \"유\", \"설\", \"가\", \"스\", \"로\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"출\", \"판\", \"에\", \"상\", \"납\", \"하\", \"는\", \"것\"]"
77
+ },
78
+ {
79
+ "text": "조시도널슨의 유산 프랭클린 주소 바레토(22)는 황금의제국카지노 4타수3안타(2루타 홈런) 3타점(.246 .270 .508). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
80
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] ( 22 ) [UNK] [UNK] [UNK] ( [UNK] [UNK] ) [UNK] (. 246. 270. 508 ). [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
81
+ "diff": [
82
+ "replace text[0:6] --> decoded_text[0:5] '조시도널슨의' --> '[UNK]'",
83
+ "replace text[7:9] --> decoded_text[6:11] '유산' --> '[UNK]'",
84
+ "replace text[10:14] --> decoded_text[12:17] '프랭클린' --> '[UNK]'",
85
+ "replace text[15:17] --> decoded_text[18:23] '주소' --> '[UNK]'",
86
+ "replace text[18:21] --> decoded_text[24:30] '바레토' --> '[UNK] '",
87
+ "insert text[22:22] --> decoded_text[31:32] '' --> ' '",
88
+ "delete text[24:26] --> decoded_text[34:34] ')는' --> ''",
89
+ "delete text[27:49] --> decoded_text[35:35] '황금의제국카지노 4타수3안타(2루타 홈런' --> ''",
90
+ "replace text[51:54] --> decoded_text[37:77] '3타점' --> '[UNK] [UNK] [UNK] ( [UNK] [UNK] ) [UNK] '",
91
+ "insert text[56:56] --> decoded_text[79:80] '' --> ' '",
92
+ "insert text[59:59] --> decoded_text[83:84] '' --> '.'",
93
+ "delete text[60:61] --> decoded_text[85:85] '.' --> ''",
94
+ "insert text[64:64] --> decoded_text[88:89] '' --> '.'",
95
+ "delete text[65:66] --> decoded_text[90:90] '.' --> ''",
96
+ "insert text[69:69] --> decoded_text[93:94] '' --> ' '",
97
+ "replace text[72:75] --> decoded_text[97:102] '하지만' --> '[UNK]'",
98
+ "replace text[76:79] --> decoded_text[103:108] '아직은' --> '[UNK]'",
99
+ "replace text[80:84] --> decoded_text[109:114] '트레이드' --> '[UNK]'",
100
+ "replace text[85:88] --> decoded_text[115:120] '당시의' --> '[UNK]'",
101
+ "replace text[89:93] --> decoded_text[121:126] '기대치를' --> '[UNK]'",
102
+ "replace text[94:98] --> decoded_text[127:132] '보여주지' --> '[UNK]'",
103
+ "replace text[99:102] --> decoded_text[133:138] '못하고' --> '[UNK]'",
104
+ "replace text[103:105] --> decoded_text[139:144] '있다' --> '[UNK]'"
105
+ ],
106
+ "n_oov_chars": 58,
107
+ "oov_ratio": 0.5471698113207547,
108
+ "oov_charset": "[\"조\", \"시\", \"도\", \"널\", \"슨\", \"유\", \"산\", \"프\", \"랭\", \"클\", \"린\", \"주\", \"소\", \"바\", \"레\", \"토\", \"는\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"타\", \"수\", \"안\", \"루\", \"홈\", \"런\", \"점\", \"하\", \"만\", \"아\", \"직\", \"은\", \"트\", \"드\", \"당\", \"기\", \"대\", \"치\", \"를\", \"보\", \"여\", \"못\", \"고\", \"있\", \"다\"]"
109
+ },
110
+ {
111
+ "text": "여기서승리한 2팀이 준결승에 오른다. 결국 A, B조 1위는 12강-4강-결승으로 3경기를 치르지만, C, D, 황금의제국카지노 E, F조 1위는 주소 12강-6강-4강-결승으로 4경기를 해야 한다.",
112
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK]. [UNK] A, [UNK] [UNK] [UNK] - [UNK] - [UNK] [UNK] [UNK], C, D, [UNK] E, [UNK] [UNK] [UNK] [UNK] - [UNK] - [UNK] - [UNK] [UNK] [UNK] [UNK].",
113
+ "diff": [
114
+ "replace text[0:6] --> decoded_text[0:5] '여기서승리한' --> '[UNK]'",
115
+ "replace text[7:10] --> decoded_text[6:11] '2팀이' --> '[UNK]'",
116
+ "replace text[11:15] --> decoded_text[12:17] '준결승에' --> '[UNK]'",
117
+ "replace text[16:19] --> decoded_text[18:23] '오른다' --> '[UNK]'",
118
+ "replace text[21:23] --> decoded_text[25:30] '결국' --> '[UNK]'",
119
+ "replace text[27:29] --> decoded_text[34:39] 'B조' --> '[UNK]'",
120
+ "replace text[30:33] --> decoded_text[40:45] '1위는' --> '[UNK]'",
121
+ "replace text[34:37] --> decoded_text[46:52] '12강' --> '[UNK] '",
122
+ "replace text[38:40] --> decoded_text[53:60] '4강' --> ' [UNK] '",
123
+ "delete text[41:45] --> decoded_text[61:61] '결승으로' --> ''",
124
+ "replace text[46:50] --> decoded_text[62:67] '3경기를' --> '[UNK]'",
125
+ "replace text[51:55] --> decoded_text[68:79] '치르지만' --> '[UNK] [UNK]'",
126
+ "replace text[63:71] --> decoded_text[87:92] '황금의제국카지노' --> '[UNK]'",
127
+ "replace text[75:77] --> decoded_text[96:101] 'F조' --> '[UNK]'",
128
+ "replace text[78:81] --> decoded_text[102:107] '1위는' --> '[UNK]'",
129
+ "replace text[82:84] --> decoded_text[108:113] '주소' --> '[UNK]'",
130
+ "replace text[85:88] --> decoded_text[114:120] '12강' --> '[UNK] '",
131
+ "replace text[89:91] --> decoded_text[121:128] '6강' --> ' [UNK] '",
132
+ "replace text[92:94] --> decoded_text[129:136] '4강' --> ' [UNK] '",
133
+ "delete text[95:99] --> decoded_text[137:137] '결승으로' --> ''",
134
+ "replace text[100:104] --> decoded_text[138:143] '4경기를' --> '[UNK]'",
135
+ "replace text[105:107] --> decoded_text[144:149] '해야' --> '[UNK]'",
136
+ "replace text[108:110] --> decoded_text[150:161] '한다' --> '[UNK] [UNK]'"
137
+ ],
138
+ "n_oov_chars": 56,
139
+ "oov_ratio": 0.5045045045045045,
140
+ "oov_charset": "[\"여\", \"기\", \"서\", \"승\", \"리\", \"팀\", \"준\", \"결\", \"에\", \"오\", \"른\", \"다\", \"국\", \"조\", \"위\", \"는\", \"강\", \"으\", \"로\", \"경\", \"를\", \"치\", \"르\", \"지\", \"만\", \"황\", \"금\", \"제\", \"카\", \"노\", \"주\", \"소\", \"해\", \"야\"]"
141
+ },
142
+ {
143
+ "text": "또한이날 눈길을 주소 끈 것은 한 신인배우의 매니저였다. 황금의제국카지노 배우의 매니저 일을 하고 있다는 한 청취자의 사연에 박명수는 '실시간 검색어 1위'를 만들어주겠다며, 통화연결을 했다.",
144
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] 한 [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] 한 [UNK] [UNK] [UNK]'[UNK] [UNK] [UNK]'[UNK] [UNK], [UNK] [UNK].",
145
+ "diff": [
146
+ "replace text[0:4] --> decoded_text[0:5] '또한이날' --> '[UNK]'",
147
+ "replace text[5:8] --> decoded_text[6:11] '눈길을' --> '[UNK]'",
148
+ "replace text[9:11] --> decoded_text[12:17] '주소' --> '[UNK]'",
149
+ "replace text[12:13] --> decoded_text[18:23] '끈' --> '[UNK]'",
150
+ "replace text[14:16] --> decoded_text[24:29] '것은' --> '[UNK]'",
151
+ "replace text[19:24] --> decoded_text[32:37] '신인배우의' --> '[UNK]'",
152
+ "replace text[25:30] --> decoded_text[38:43] '매니저였다' --> '[UNK]'",
153
+ "replace text[32:40] --> decoded_text[45:50] '황금의제국카지노' --> '[UNK]'",
154
+ "replace text[41:44] --> decoded_text[51:56] '배우의' --> '[UNK]'",
155
+ "replace text[45:48] --> decoded_text[57:62] '매니저' --> '[UNK]'",
156
+ "replace text[49:51] --> decoded_text[63:68] '일을' --> '[UNK]'",
157
+ "replace text[52:54] --> decoded_text[69:74] '하고' --> '[UNK]'",
158
+ "replace text[55:58] --> decoded_text[75:80] '있다는' --> '[UNK]'",
159
+ "replace text[61:65] --> decoded_text[83:88] '청취자의' --> '[UNK]'",
160
+ "replace text[66:69] --> decoded_text[89:94] '사연에' --> '[UNK]'",
161
+ "replace text[70:74] --> decoded_text[95:106] '박명수는' --> \"[UNK]'[UNK]\"",
162
+ "insert text[75:75] --> decoded_text[107:118] '' --> '[UNK] [UNK]'",
163
+ "replace text[76:79] --> decoded_text[119:124] '실시간' --> '[UNK]'",
164
+ "replace text[80:96] --> decoded_text[125:130] \"검색어 1위'를 만들어주겠다며\" --> '[UNK]'",
165
+ "replace text[98:103] --> decoded_text[132:137] '통화연결을' --> '[UNK]'",
166
+ "replace text[104:106] --> decoded_text[138:143] '했다' --> '[UNK]'"
167
+ ],
168
+ "n_oov_chars": 69,
169
+ "oov_ratio": 0.6448598130841121,
170
+ "oov_charset": "[\"또\", \"날\", \"눈\", \"길\", \"을\", \"주\", \"소\", \"끈\", \"것\", \"은\", \"신\", \"인\", \"배\", \"우\", \"매\", \"니\", \"저\", \"였\", \"다\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"일\", \"하\", \"고\", \"있\", \"는\", \"청\", \"취\", \"자\", \"연\", \"에\", \"박\", \"명\", \"수\", \"실\", \"시\", \"간\", \"검\", \"색\", \"어\", \"위\", \"를\", \"만\", \"들\", \"겠\", \"며\", \"통\", \"화\", \"결\", \"했\"]"
171
+ },
172
+ {
173
+ "text": "하지만이번 황금의제국카지노 시즌, 호날두와 이과인이 다시 주소 한솥밥을 먹는 일이 성사됐다. 호날두가 ‘빅 사이닝’을 통해 유벤투스로 옮겼기 때문이다.",
174
+ "decoded_text": "[UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] ‘ [UNK] [UNK] ’ [UNK] [UNK] [UNK] [UNK] [UNK].",
175
+ "diff": [
176
+ "replace text[0:5] --> decoded_text[0:5] '하지만이번' --> '[UNK]'",
177
+ "replace text[6:14] --> decoded_text[6:11] '황금의제국카지노' --> '[UNK]'",
178
+ "replace text[15:17] --> decoded_text[12:17] '시즌' --> '[UNK]'",
179
+ "replace text[19:23] --> decoded_text[19:24] '호날두와' --> '[UNK]'",
180
+ "replace text[24:28] --> decoded_text[25:30] '이과인이' --> '[UNK]'",
181
+ "replace text[29:31] --> decoded_text[31:36] '다시' --> '[UNK]'",
182
+ "replace text[32:34] --> decoded_text[37:42] '주소' --> '[UNK]'",
183
+ "replace text[35:39] --> decoded_text[43:48] '한솥밥을' --> '[UNK]'",
184
+ "replace text[40:42] --> decoded_text[49:54] '먹는' --> '[UNK]'",
185
+ "replace text[43:45] --> decoded_text[55:60] '일이' --> '[UNK]'",
186
+ "replace text[46:50] --> decoded_text[61:66] '성사됐다' --> '[UNK]'",
187
+ "replace text[52:56] --> decoded_text[68:73] '호날두가' --> '[UNK]'",
188
+ "delete text[58:59] --> decoded_text[75:75] '빅' --> ''",
189
+ "replace text[60:63] --> decoded_text[76:88] '사이닝' --> '[UNK] [UNK] '",
190
+ "delete text[64:65] --> decoded_text[89:89] '을' --> ''",
191
+ "replace text[66:68] --> decoded_text[90:95] '통해' --> '[UNK]'",
192
+ "replace text[69:74] --> decoded_text[96:101] '유벤투스로' --> '[UNK]'",
193
+ "replace text[75:78] --> decoded_text[102:107] '옮겼기' --> '[UNK]'",
194
+ "replace text[79:83] --> decoded_text[108:119] '때문이다' --> '[UNK] [UNK]'"
195
+ ],
196
+ "n_oov_chars": 52,
197
+ "oov_ratio": 0.6190476190476191,
198
+ "oov_charset": "[\"하\", \"지\", \"만\", \"번\", \"황\", \"금\", \"제\", \"국\", \"카\", \"노\", \"시\", \"즌\", \"호\", \"날\", \"두\", \"와\", \"과\", \"인\", \"다\", \"주\", \"소\", \"솥\", \"밥\", \"을\", \"먹\", \"는\", \"일\", \"성\", \"됐\", \"가\", \"빅\", \"닝\", \"통\", \"해\", \"유\", \"벤\", \"투\", \"스\", \"로\", \"옮\", \"겼\", \"기\", \"때\", \"문\"]"
199
+ },
200
+ {
201
+ "text": "현대캐피탈은삼성화재와 시범경기를 위해 홍천에 황금의제국카지노 주소 왔다.",
202
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
203
+ "diff": [
204
+ "replace text[0:11] --> decoded_text[0:5] '현대캐피탈은삼성화재와' --> '[UNK]'",
205
+ "replace text[12:17] --> decoded_text[6:11] '시범경기를' --> '[UNK]'",
206
+ "replace text[18:20] --> decoded_text[12:17] '위해' --> '[UNK]'",
207
+ "replace text[21:24] --> decoded_text[18:23] '홍천에' --> '[UNK]'",
208
+ "replace text[25:33] --> decoded_text[24:29] '황금의제국카지노' --> '[UNK]'",
209
+ "replace text[34:36] --> decoded_text[30:35] '주소' --> '[UNK]'",
210
+ "replace text[37:39] --> decoded_text[36:41] '왔다' --> '[UNK]'"
211
+ ],
212
+ "n_oov_chars": 38,
213
+ "oov_ratio": 0.95,
214
+ "oov_charset": "[\"현\", \"대\", \"캐\", \"피\", \"탈\", \"은\", \"삼\", \"성\", \"화\", \"재\", \"와\", \" \", \"시\", \"범\", \"경\", \"기\", \"를\", \"위\", \"해\", \"홍\", \"천\", \"에\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"주\", \"소\", \"왔\", \"다\"]"
215
+ },
216
+ {
217
+ "text": "사실자매가 나란히 앉아 인터뷰를 한다는 게 쑥스러울 법도 한데, 주소 둘 사이에는 어떤 거리낌도 없었다. 마치 하루에 한 번씩 만나는 친구 같은 느낌이 황금의제국카지노 강했다.",
218
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] 한 [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
219
+ "diff": [
220
+ "replace text[0:5] --> decoded_text[0:5] '사실자매가' --> '[UNK]'",
221
+ "replace text[6:9] --> decoded_text[6:11] '나란히' --> '[UNK]'",
222
+ "replace text[10:12] --> decoded_text[12:17] '앉아' --> '[UNK]'",
223
+ "replace text[13:17] --> decoded_text[18:23] '인터뷰를' --> '[UNK]'",
224
+ "replace text[18:21] --> decoded_text[24:29] '한다는' --> '[UNK]'",
225
+ "replace text[22:23] --> decoded_text[30:35] '게' --> '[UNK]'",
226
+ "replace text[24:28] --> decoded_text[36:41] '쑥스러울' --> '[UNK]'",
227
+ "replace text[29:31] --> decoded_text[42:47] '법도' --> '[UNK]'",
228
+ "replace text[32:34] --> decoded_text[48:53] '한데' --> '[UNK]'",
229
+ "replace text[36:38] --> decoded_text[55:60] '주소' --> '[UNK]'",
230
+ "replace text[39:40] --> decoded_text[61:66] '둘' --> '[UNK]'",
231
+ "replace text[41:45] --> decoded_text[67:72] '사이에는' --> '[UNK]'",
232
+ "replace text[46:48] --> decoded_text[73:78] '어떤' --> '[UNK]'",
233
+ "replace text[49:53] --> decoded_text[79:84] '거리낌도' --> '[UNK]'",
234
+ "replace text[54:57] --> decoded_text[85:90] '없었다' --> '[UNK]'",
235
+ "replace text[59:61] --> decoded_text[92:97] '마치' --> '[UNK]'",
236
+ "replace text[62:65] --> decoded_text[98:103] '하루에' --> '[UNK]'",
237
+ "replace text[68:70] --> decoded_text[106:111] '번씩' --> '[UNK]'",
238
+ "replace text[71:74] --> decoded_text[112:117] '만나는' --> '[UNK]'",
239
+ "replace text[75:77] --> decoded_text[118:123] '친구' --> '[UNK]'",
240
+ "replace text[78:80] --> decoded_text[124:129] '같은' --> '[UNK]'",
241
+ "replace text[81:84] --> decoded_text[130:135] '느낌이' --> '[UNK]'",
242
+ "replace text[85:93] --> decoded_text[136:141] '황금의제국카지노' --> '[UNK]'",
243
+ "replace text[94:97] --> decoded_text[142:147] '강했다' --> '[UNK]'"
244
+ ],
245
+ "n_oov_chars": 63,
246
+ "oov_ratio": 0.6428571428571429,
247
+ "oov_charset": "[\"실\", \"자\", \"매\", \"가\", \"��\", \"란\", \"히\", \"앉\", \"아\", \"인\", \"터\", \"뷰\", \"를\", \"다\", \"는\", \"게\", \"쑥\", \"스\", \"러\", \"울\", \"법\", \"도\", \"데\", \"주\", \"소\", \"둘\", \"에\", \"어\", \"떤\", \"거\", \"리\", \"낌\", \"없\", \"었\", \"마\", \"치\", \"하\", \"루\", \"번\", \"씩\", \"만\", \"친\", \"구\", \"같\", \"은\", \"느\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"강\", \"했\"]"
248
+ }
249
+ ]
stats/compression_rate/google-bert.bert-base-chinese @ cc100.ar.diff.json ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة .. ( 1)",
4
+ "decoded_text": "- [UNK] / علي [UNK] [UNK] - [UNK] [UNK].. ( 1 )",
5
+ "diff": [
6
+ "replace text[2:8] --> decoded_text[2:7] 'اللواء' --> '[UNK]'",
7
+ "replace text[15:19] --> decoded_text[14:19] 'محمد' --> '[UNK]'",
8
+ "replace text[20:28] --> decoded_text[20:25] 'الكحلاني' --> '[UNK]'",
9
+ "replace text[31:36] --> decoded_text[28:33] 'نصيحة' --> '[UNK]'",
10
+ "replace text[37:43] --> decoded_text[34:39] 'صادقة ' --> '[UNK]'",
11
+ "insert text[49:49] --> decoded_text[45:46] '' --> ' '"
12
+ ],
13
+ "n_oov_chars": 8,
14
+ "oov_ratio": 0.16,
15
+ "oov_charset": "[\"ء\", \"ح\", \"ك\", \"ص\", \"ق\"]"
16
+ },
17
+ {
18
+ "text": "اليمن جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين من استعادة وضعها الطبيعي, ومن حياتها الاعتيادية الطبيعية في 22مايو العام 1990م.. بكل تأكيد قد تنهدت من أعماق أعماقها ألماً وأسىً لما وصل إليه حال أبنائها من اقتتال ومن احتراب, ومن اضطراب في نسيجها الاجتماعي, ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل, ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في العام 1990م فاجأوا العالم بوحدتهم حين كان العالم منغمساً في الانقسام, وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين شمالاً وجنوباً نحو الوحدة طوعياً وبمستوى عالٍ من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى سواءً كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى, عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة التسعينات من القرن العشرين التي (تردف) كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..",
19
+ "decoded_text": "اليمن [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] العام [UNK] [UNK] من استعادة [UNK] [UNK], ومن [UNK] الاعتيادية [UNK] [UNK] 22مايو العام 1990م.. [UNK] [UNK] [UNK] تنهدت من [UNK] [UNK] [UNK] [UNK] لما [UNK] [UNK] [UNK] [UNK] من [UNK] ومن [UNK], ومن [UNK] [UNK] [UNK] [UNK], ومن [UNK] من [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] لم تعدم [UNK] [UNK] [UNK] من [UNK] [UNK], ومن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] اليمانيين [UNK] العام 1990م [UNK] العالم [UNK] [UNK] [UNK] العالم [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] اليمن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] اليمنيين [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] من [UNK] [UNK] [UNK] [UNK] [UNK] العليا عن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], عدا [UNK] اليمن [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] التسعينات من [UNK] [UNK] التي ( [UNK] ) [UNK] [UNK] [UNK] التي [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] اليمن..",
20
+ "diff": [
21
+ "replace text[6:72] --> decoded_text[6:67] 'جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين' --> '[UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] العام [UNK] [UNK]'",
22
+ "insert text[84:84] --> decoded_text[79:92] '' --> '[UNK] [UNK], '",
23
+ "replace text[85:106] --> decoded_text[93:106] 'ضعها الطبيعي, ومن حيا' --> 'من [UNK] الاع'",
24
+ "delete text[107:115] --> decoded_text[107:107] 'ها الاعت' --> ''",
25
+ "replace text[121:132] --> decoded_text[113:124] 'الطبيعية في' --> '[UNK] [UNK]'",
26
+ "replace text[154:166] --> decoded_text[146:163] 'بكل تأكيد قد' --> '[UNK] [UNK] [UNK]'",
27
+ "replace text[176:195] --> decoded_text[173:233] 'أعماق أعماقها ألماً' --> '[UNK] [UNK] [UNK] [UNK] لما [UNK] [UNK] [UNK] [UNK] من [UNK]'",
28
+ "replace text[197:205] --> decoded_text[235:244] 'أسىً لما' --> 'من [UNK],'",
29
+ "replace text[207:232] --> decoded_text[246:340] 'صل إليه حال أبنائها من اق' --> 'من [UNK] [UNK] [UNK] [UNK], ومن [UNK] من [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] لم '",
30
+ "replace text[233:236] --> decoded_text[341:378] 'تال' --> 'عدم [UNK] [UNK] [UNK] من [UNK] [UNK],'",
31
+ "replace text[241:456] --> decoded_text[383:452] 'احتراب, ومن اضطراب في نسيجها الاجتماعي, ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل, ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] اليمانيين [UNK]'",
32
+ "replace text[469:486] --> decoded_text[465:782] 'فاجأوا العالم بوح' --> '[UNK] العالم [UNK] [UNK] [UNK] العالم [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] اليمن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] اليمنيين [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] من [UNK] [UNK] [UNK] [UNK] [UNK] العليا عن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], ع'",
33
+ "replace text[487:852] --> decoded_text[783:846] 'تهم حين كان العالم منغمساً في الانقسام, وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين شمالاً وجنوباً نحو الوحدة طوعياً وبمستوى عالٍ من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى سواءً كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى, عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة' --> 'ا [UNK] اليمن [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
34
+ "replace text[866:879] --> decoded_text[860:871] 'القرن العشرين' --> '[UNK] [UNK]'",
35
+ "insert text[886:886] --> decoded_text[878:907] '' --> ' [UNK] ) [UNK] [UNK] [UNK] ال'",
36
+ "replace text[887:966] --> decoded_text[908:965] 'ردف) كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..' --> 'ي [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] اليمن..'"
37
+ ],
38
+ "n_oov_chars": 163,
39
+ "oov_ratio": 0.16873706004140787,
40
+ "oov_charset": "[\"ج\", \"ش\", \"ق\", \"غ\", \"ف\", \"ى\", \"ث\", \"ض\", \"ط\", \"ح\", \"ك\", \"أ\", \"ً\", \"ص\", \"إ\", \"ئ\", \"ء\", \"ذ\", \"ز\", \"ظ\", \"ٍ\", \"خ\"]"
41
+ },
42
+ {
43
+ "text": "واليوم وبعد أن جرت مياه كثيرة وتدفقت من تحت الجسر, وما شهدته البلد من مواقف عديدة, فإن الحكمة اليمانية توجب على أبناء اليمن أياً كانت تياراتهم السياسية, أو انتماءاتهم المناطقية أو القبلية أو الجهوية, أن يستذكروا جيداً ما وصفهم به رسول العالمين محمد بن عبدالله عليه أفضل الصلوات والتسليم وعلى آله الأخيار الأطهار بأنهم أهل حكمة وأهل إيمان..",
44
+ "decoded_text": "واليوم وبعد [UNK] [UNK] مياه [UNK] [UNK] من [UNK] [UNK], وما [UNK] البلد من [UNK] عديدة, [UNK] [UNK] اليمانية [UNK] [UNK] [UNK] اليمن [UNK] [UNK] تياراتهم السياسية, [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] ما [UNK] به رسول العالمين [UNK] بن عبدالله عليه [UNK] [UNK] والتسليم [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
45
+ "diff": [
46
+ "replace text[12:49] --> decoded_text[12:55] 'أن جرت مياه كثيرة وتدفقت من تحت الجسر' --> '[UNK] [UNK] مياه [UNK] [UNK] من [UNK] [UNK]'",
47
+ "replace text[55:75] --> decoded_text[61:81] 'شهدته البلد من مواقف' --> '[UNK] البلد من [UNK]'",
48
+ "replace text[83:92] --> decoded_text[89:108] 'فإن الحكم' --> '[UNK] [UNK] اليماني'",
49
+ "replace text[94:133] --> decoded_text[110:145] 'اليمانية توجب على أبناء اليمن أياً كانت' --> '[UNK] [UNK] [UNK] اليمن [UNK] [UNK]'",
50
+ "replace text[153:198] --> decoded_text[165:206] 'أو انتماءاتهم المناطقية أو القبلية أو الجهوية' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
51
+ "replace text[200:226] --> decoded_text[208:234] 'أن يستذكروا جيداً ما وصفهم' --> '[UNK] [UNK] [UNK] ما [UNK]'",
52
+ "replace text[244:277] --> decoded_text[252:285] 'محمد بن عبدالله عليه أفضل الصلوات' --> '[UNK] بن عبدالله عليه [UNK] [UNK]'",
53
+ "replace text[287:337] --> decoded_text[295:348] 'وعلى آله الأخيار الأطهار بأنهم أهل حكمة وأهل إيمان' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
54
+ ],
55
+ "n_oov_chars": 54,
56
+ "oov_ratio": 0.1592920353982301,
57
+ "oov_charset": "[\"أ\", \"ج\", \"��\", \"ث\", \"ف\", \"ق\", \"ح\", \"ش\", \"إ\", \"ى\", \"ء\", \"ً\", \"ط\", \"ذ\", \"ص\", \"ض\", \"آ\", \"خ\"]"
58
+ },
59
+ {
60
+ "text": "وكلام الرسول وأحاديثه ما هي إلا وحي من الله.. بمعنى أن العمل بما قاله الرسول الأعظم هو مسؤولية أخلاقية ودينية ومسؤولية سياسية..",
61
+ "decoded_text": "[UNK] الرسول [UNK] ما هي [UNK] [UNK] من الله.. [UNK] [UNK] العمل بما [UNK] الرسول [UNK] هو [UNK] [UNK] ودينية [UNK] سياسية..",
62
+ "diff": [
63
+ "replace text[0:5] --> decoded_text[0:5] 'وكلام' --> '[UNK]'",
64
+ "replace text[13:21] --> decoded_text[13:18] 'وأحاديثه' --> '[UNK]'",
65
+ "replace text[28:31] --> decoded_text[25:30] 'إلا' --> '[UNK]'",
66
+ "replace text[32:35] --> decoded_text[31:36] 'وحي' --> '[UNK]'",
67
+ "replace text[46:51] --> decoded_text[47:52] 'بمعنى' --> '[UNK]'",
68
+ "replace text[52:54] --> decoded_text[53:58] 'أن' --> '[UNK]'",
69
+ "replace text[65:69] --> decoded_text[69:74] 'قاله' --> '[UNK]'",
70
+ "replace text[77:83] --> decoded_text[82:87] 'الأعظم' --> '[UNK]'",
71
+ "replace text[87:94] --> decoded_text[91:96] 'مسؤولية' --> '[UNK]'",
72
+ "replace text[95:102] --> decoded_text[97:102] 'أخلاقية' --> '[UNK]'",
73
+ "replace text[110:118] --> decoded_text[110:115] 'ومسؤولية' --> '[UNK]'"
74
+ ],
75
+ "n_oov_chars": 16,
76
+ "oov_ratio": 0.12598425196850394,
77
+ "oov_charset": "[\"ك\", \"أ\", \"ح\", \"ث\", \"إ\", \"ى\", \"ق\", \"ظ\", \"ؤ\", \"خ\"]"
78
+ },
79
+ {
80
+ "text": "فهل أوضاع اليمنيين القائمة هي نتاج حكمة, وهل من الحكمة أن تظل البندقية والقذيفة هي وسيلة الخطاب والحوار فيما بيننا نحن أبناء هذا البلد العظيم..",
81
+ "decoded_text": "[UNK] [UNK] اليمنيين [UNK] هي [UNK] [UNK], وهل من [UNK] [UNK] [UNK] [UNK] [UNK] هي وسيلة [UNK] [UNK] [UNK] بيننا [UNK] [UNK] [UNK] البلد [UNK]..",
82
+ "diff": [
83
+ "replace text[0:3] --> decoded_text[0:5] 'فهل' --> '[UNK]'",
84
+ "replace text[4:9] --> decoded_text[6:11] 'أوضاع' --> '[UNK]'",
85
+ "replace text[19:26] --> decoded_text[21:26] 'القائمة' --> '[UNK]'",
86
+ "replace text[30:34] --> decoded_text[30:35] 'نتاج' --> '[UNK]'",
87
+ "replace text[35:39] --> decoded_text[36:41] 'حكمة' --> '[UNK]'",
88
+ "replace text[48:54] --> decoded_text[50:55] 'الحكمة' --> '[UNK]'",
89
+ "replace text[55:57] --> decoded_text[56:61] 'أن' --> '[UNK]'",
90
+ "replace text[58:61] --> decoded_text[62:67] 'تظل' --> '[UNK]'",
91
+ "replace text[62:70] --> decoded_text[68:73] 'البندقية' --> '[UNK]'",
92
+ "replace text[71:79] --> decoded_text[74:79] 'والقذيفة' --> '[UNK]'",
93
+ "replace text[89:95] --> decoded_text[89:94] 'الخطاب' --> '[UNK]'",
94
+ "replace text[96:103] --> decoded_text[95:100] 'والحوار' --> '[UNK]'",
95
+ "replace text[104:108] --> decoded_text[101:106] 'فيما' --> '[UNK]'",
96
+ "replace text[115:118] --> decoded_text[113:118] 'نحن' --> '[UNK]'",
97
+ "replace text[119:124] --> decoded_text[119:124] 'أبناء' --> '[UNK]'",
98
+ "replace text[125:128] --> decoded_text[125:130] 'هذا' --> '[UNK]'",
99
+ "replace text[135:141] --> decoded_text[137:142] 'العظيم' --> '[UNK]'"
100
+ ],
101
+ "n_oov_chars": 25,
102
+ "oov_ratio": 0.17482517482517482,
103
+ "oov_charset": "[\"ف\", \"أ\", \"ض\", \"ق\", \"ئ\", \"ج\", \"ح\", \"ك\", \"ظ\", \"ذ\", \"خ\", \"ط\", \"ء\"]"
104
+ },
105
+ {
106
+ "text": "وهل الانسياق نحو مزيدٍ من العناد ومزيدٍ من الاحتقان, ومزيدٍ من الاحتراب بين أبناء بلد واحد وشعب واحد يرضى الله ورسوله الكريم عليه صلاة الله وسلامه وعلى آله..",
107
+ "decoded_text": "وهل [UNK] [UNK] [UNK] من العناد [UNK] من [UNK], [UNK] من [UNK] بين [UNK] بلد [UNK] [UNK] [UNK] [UNK] الله ورسوله [UNK] عليه [UNK] الله وسلامه [UNK] [UNK]..",
108
+ "diff": [
109
+ "replace text[4:12] --> decoded_text[4:9] 'الانسياق' --> '[UNK]'",
110
+ "replace text[13:16] --> decoded_text[10:15] 'نحو' --> '[UNK]'",
111
+ "replace text[17:22] --> decoded_text[16:21] 'مزيدٍ' --> '[UNK]'",
112
+ "replace text[33:39] --> decoded_text[32:37] 'ومزيدٍ' --> '[UNK]'",
113
+ "replace text[43:51] --> decoded_text[41:46] 'الاحتقان' --> '[UNK]'",
114
+ "replace text[53:59] --> decoded_text[48:53] 'ومزيدٍ' --> '[UNK]'",
115
+ "replace text[63:71] --> decoded_text[57:62] 'الاحتراب' --> '[UNK]'",
116
+ "replace text[76:81] --> decoded_text[67:72] 'أبناء' --> '[UNK]'",
117
+ "replace text[86:90] --> decoded_text[77:82] 'واحد' --> '[UNK]'",
118
+ "replace text[91:95] --> decoded_text[83:88] 'وشعب' --> '[UNK]'",
119
+ "replace text[96:100] --> decoded_text[89:94] 'واحد' --> '[UNK]'",
120
+ "replace text[101:105] --> decoded_text[95:100] 'يرضى' --> '[UNK]'",
121
+ "replace text[118:124] --> decoded_text[113:118] 'الكريم' --> '[UNK]'",
122
+ "replace text[130:134] --> decoded_text[124:129] 'صلاة' --> '[UNK]'",
123
+ "replace text[147:151] --> decoded_text[142:147] 'وعلى' --> '[UNK]'",
124
+ "replace text[152:155] --> decoded_text[148:153] 'آله' --> '[UNK]'"
125
+ ],
126
+ "n_oov_chars": 22,
127
+ "oov_ratio": 0.14012738853503184,
128
+ "oov_charset": "[\"ق\", \"ح\", \"ز\", \"ٍ\", \"أ\", \"ء\", \"ش\", \"ض\", \"ى\", \"ك\", \"ص\", \"آ\"]"
129
+ },
130
+ {
131
+ "text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن- وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
132
+ "decoded_text": "[UNK] لا [UNK] [UNK] [UNK] من [UNK] [UNK] البلد [UNK] [UNK] [UNK] ما [UNK] [UNK].. [UNK] [UNK] اليمن - وهو بلد [UNK] [UNK], [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] من [UNK] [UNK] [UNK], بل [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
133
+ "diff": [
134
+ "replace text[0:1] --> decoded_text[0:28] 'أ' --> '[UNK] لا [UNK] [UNK] [UNK] م'",
135
+ "replace text[2:11] --> decoded_text[29:46] 'ا لا اعتق' --> ' [UNK] [UNK] البل'",
136
+ "replace text[13:14] --> decoded_text[48:99] 'أ' --> '[UNK] [UNK] [UNK] ما [UNK] [UNK].. [UNK] [UNK] اليم'",
137
+ "delete text[16:84] --> decoded_text[101:101] 'عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن' --> ''",
138
+ "replace text[94:100] --> decoded_text[111:194] 'ولاَّد' --> '[UNK] [UNK], [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] من [UNK] [UNK] [UNK],'",
139
+ "replace text[102:226] --> decoded_text[196:247] 'الخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..' --> 'ل [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..'"
140
+ ],
141
+ "n_oov_chars": 47,
142
+ "oov_ratio": 0.2079646017699115,
143
+ "oov_charset": "[\"أ\", \"ق\", \"ً\", \"ء\", \"ذ\", \"غ\", \"ج\", \"ف\", \"ح\", \"ّ\", \"َ\", \"خ\", \"إ\", \"ى\", \"ط\", \"ض\", \"ؤ\", \"ئ\", \"ش\", \"ك\"]"
144
+ },
145
+ {
146
+ "text": "اليمن أنهك من العدوان ومن الحصار حتى أولئك الذين يظنون أنهم بعيدون عن التأثيرات المباشرة للعدوان, لم يسلموا ولن يسلموا.. والأعباء والمتاعب طالت الجميع, وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء هذا الشعب فإن المستقبل سيكون قاتماً وأضراره ستظل تلاحق الأجيال اليمنية جيلاً بعد جيل, وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي الرياض أو الدوحة, أو أبوظبي..؟!",
147
+ "decoded_text": "اليمن [UNK] من العدوان ومن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] بعيدون عن [UNK] [UNK] للعدوان, لم يسلموا ولن يسلموا.. [UNK] والمتاعب [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] اليمنية [UNK] بعد [UNK], [UNK] [UNK] [UNK] [UNK] هم [UNK] [UNK] [UNK] [UNK] منا [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK].. [UNK]!",
148
+ "diff": [
149
+ "replace text[6:10] --> decoded_text[6:11] 'أنهك' --> '[UNK]'",
150
+ "replace text[26:59] --> decoded_text[27:62] 'الحصار حتى أولئك الذين يظنون أنهم' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
151
+ "replace text[70:88] --> decoded_text[73:84] 'التأثيرات المباشرة' --> '[UNK] [UNK]'",
152
+ "replace text[121:125] --> decoded_text[117:129] 'والأ' --> '[UNK] والمتا'",
153
+ "replace text[127:137] --> decoded_text[131:267] 'اء والمتاع' --> ' [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] اليمنية [UNK] '",
154
+ "replace text[138:150] --> decoded_text[268:276] ' طالت الجميع' --> 'عد [UNK]'",
155
+ "replace text[152:195] --> decoded_text[278:301] 'وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء' --> '[UNK] [UNK] [UNK] [UNK]'",
156
+ "replace text[197:280] --> decoded_text[303:386] 'ذا الشعب فإن المستقبل ��يكون قاتماً وأضراره ستظل تلاحق الأجيال اليمنية جيلاً بعد جيل' --> 'م [UNK] [UNK] [UNK] [UNK] منا [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
157
+ "replace text[282:403] --> decoded_text[388:399] 'وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي الرياض أو الدوحة, أو أبوظبي' --> '[UNK] [UNK]'",
158
+ "replace text[405:406] --> decoded_text[401:407] '؟' --> ' [UNK]'"
159
+ ],
160
+ "n_oov_chars": 73,
161
+ "oov_ratio": 0.17936117936117937,
162
+ "oov_charset": "[\"أ\", \"ك\", \"ح\", \"ص\", \"ى\", \"ئ\", \"ذ\", \"ظ\", \"ث\", \"ش\", \"ء\", \"ط\", \"ج\", \"إ\", \"خ\", \"ف\", \"ق\", \"ً\", \"ض\", \"غ\", \"ز\", \"؟\"]"
163
+ },
164
+ {
165
+ "text": "وهل انعكست المفاهيم ونحن نقبل بما يملى علينا من عواصم الفتنة ومن رموز قبلت أن تكون خادمة لأجندة غير عربية وغير إسلامية.. أجندة تباع فيها الضمائر وتباع فيها المواقف من أجل عين أصحاب البقرة الصفراء ومن أجل رضا أجهزة المخابرات في واشنطن وفي تل أبيب!!",
166
+ "decoded_text": "وهل [UNK] [UNK] [UNK] [UNK] بما [UNK] علينا من [UNK] [UNK] ومن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] عربية [UNK] [UNK].. [UNK] تباع [UNK] [UNK] وتباع [UNK] [UNK] من [UNK] عين [UNK] [UNK] [UNK] ومن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] تل [UNK]!!",
167
+ "diff": [
168
+ "replace text[4:38] --> decoded_text[4:37] 'انعكست المفاهيم ونحن نقبل بما يملى' --> '[UNK] [UNK] [UNK] [UNK] بما [UNK]'",
169
+ "replace text[48:99] --> decoded_text[47:104] 'عواصم الفتنة ومن رموز قبلت أن تكون خادمة لأجندة غير' --> '[UNK] [UNK] ومن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
170
+ "replace text[106:118] --> decoded_text[111:122] 'وغير إسلامية' --> '[UNK] [UNK]'",
171
+ "replace text[121:126] --> decoded_text[125:130] 'أجندة' --> '[UNK]'",
172
+ "replace text[132:133] --> decoded_text[136:176] 'ف' --> '[UNK] [UNK] وتباع [UNK] [UNK] من [UNK] ع'",
173
+ "replace text[134:237] --> decoded_text[177:242] 'ها الضمائر وتباع فيها المواقف من أجل عين أصحاب البقرة الصفراء ومن أجل رضا أجهزة المخابرات في واشنطن وفي' --> 'ن [UNK] [UNK] [UNK] ومن [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
174
+ "replace text[241:245] --> decoded_text[246:251] 'أبيب' --> '[UNK]'"
175
+ ],
176
+ "n_oov_chars": 46,
177
+ "oov_ratio": 0.1862348178137652,
178
+ "oov_charset": "[\"ك\", \"ف\", \"ح\", \"ق\", \"ى\", \"ص\", \"ز\", \"أ\", \"خ\", \"ج\", \"غ\", \"إ\", \"ض\", \"ئ\", \"ء\", \"ش\", \"ط\"]"
179
+ },
180
+ {
181
+ "text": "اليمن.. في هذه اللحظة الفارقة.. في هذه المرحلة الخطيرة مدمرة, ومحاصرة, ويباد أهلها وساكنوها.. اليمن أصابتها لعنة الارتزاق وابتلاها الله بقيادات يممت وجهها صوب أبو ظبي, وصوب الرياض, وصوب واشنطن..",
182
+ "decoded_text": "اليمن.. [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] مدمرة, [UNK], ويباد [UNK] [UNK].. اليمن [UNK] لعنة [UNK] وابتلاها الله [UNK] يممت [UNK] [UNK] [UNK] [UNK], [UNK] [UNK], [UNK] [UNK]..",
183
+ "diff": [
184
+ "replace text[8:10] --> decoded_text[8:13] 'في' --> '[UNK]'",
185
+ "replace text[11:14] --> decoded_text[14:19] 'هذه' --> '[UNK]'",
186
+ "replace text[15:21] --> decoded_text[20:25] 'اللحظة' --> '[UNK]'",
187
+ "replace text[22:29] --> decoded_text[26:31] 'الفارقة' --> '[UNK]'",
188
+ "replace text[32:34] --> decoded_text[34:39] 'في' --> '[UNK]'",
189
+ "replace text[35:38] --> decoded_text[40:45] 'هذه' --> '[UNK]'",
190
+ "replace text[39:46] --> decoded_text[46:51] 'المرحلة' --> '[UNK]'",
191
+ "replace text[47:54] --> decoded_text[52:57] 'الخطيرة' --> '[UNK]'",
192
+ "replace text[62:69] --> decoded_text[65:70] 'ومحاصرة' --> '[UNK]'",
193
+ "replace text[77:82] --> decoded_text[78:83] 'أهلها' --> '[UNK]'",
194
+ "replace text[83:91] --> decoded_text[84:89] 'وساكنوها' --> '[UNK]'",
195
+ "replace text[100:107] --> decoded_text[98:103] 'أصابتها' --> '[UNK]'",
196
+ "replace text[113:121] --> decoded_text[109:114] 'الارتزاق' --> '[UNK]'",
197
+ "replace text[136:143] --> decoded_text[129:134] 'بقيادات' --> '[UNK]'",
198
+ "replace text[149:154] --> decoded_text[140:145] 'وجهها' --> '[UNK]'",
199
+ "replace text[155:158] --> decoded_text[146:151] 'صوب' --> '[UNK]'",
200
+ "replace text[159:162] --> decoded_text[152:157] 'أبو' --> '[UNK]'",
201
+ "replace text[163:166] --> decoded_text[158:163] 'ظبي' --> '[UNK]'",
202
+ "replace text[168:172] --> decoded_text[165:170] 'وصوب' --> '[UNK]'",
203
+ "replace text[173:179] --> decoded_text[171:176] 'الرياض' --> '[UNK]'",
204
+ "replace text[181:185] --> decoded_text[178:183] 'وصوب' --> '[UNK]'",
205
+ "replace text[186:192] --> decoded_text[184:189] 'واشنطن' --> '[UNK]'"
206
+ ],
207
+ "n_oov_chars": 29,
208
+ "oov_ratio": 0.14948453608247422,
209
+ "oov_charset": "[\"ف\", \"ذ\", \"ح\", \"ظ\", \"ق\", \"خ\", \"ط\", \"ص\", \"أ\", \"ك\", \"ز\", \"ج\", \"ض\", \"ش\"]"
210
+ }
211
+ ]
stats/compression_rate/google-bert.bert-base-chinese @ cc100.de.diff.json ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die „Püngel-Weihnacht“ in Siegburg-Kaldauen um 18 Uhr (Einlass 17.30 Uhr) im Restaurant Kaldauer Hof zu hören. Hier ist im Eintrittspreis von 18,50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil für die Gäste.",
4
+ "decoded_text": "[UNK] eine [UNK] vorher am [UNK], 2. [UNK] ist die „ [UNK] - [UNK] [UNK] in [UNK] - [UNK] um 18 [UNK] ( [UNK] 17. 30 [UNK] ) im [UNK] [UNK] [UNK] zu [UNK]. [UNK] ist im [UNK] von 18, 50 € ein [UNK] enthalten. [UNK] hier gibt es einen [UNK] [UNK] die [UNK].",
5
+ "diff": [
6
+ "replace text[0:18] --> decoded_text[0:16] 'Bereits eine Woche' --> '[UNK] eine [UNK]'",
7
+ "replace text[29:32] --> decoded_text[27:44] 'Sam' --> '[UNK], 2. [UNK] i'",
8
+ "delete text[34:53] --> decoded_text[46:46] 'ag, 2. Dezember ist' --> ''",
9
+ "replace text[59:65] --> decoded_text[52:59] 'Püngel' --> ' [UNK] '",
10
+ "replace text[66:88] --> decoded_text[60:82] 'Weihnacht“ in Siegburg' --> ' [UNK] [UNK] in [UNK] '",
11
+ "replace text[89:97] --> decoded_text[83:89] 'Kaldauen' --> ' [UNK]'",
12
+ "replace text[104:107] --> decoded_text[96:101] 'Uhr' --> '[UNK]'",
13
+ "replace text[109:116] --> decoded_text[103:109] 'Einlass' --> ' [UNK]'",
14
+ "insert text[120:120] --> decoded_text[113:114] '' --> ' '",
15
+ "replace text[123:126] --> decoded_text[117:123] 'Uhr' --> '[UNK] '",
16
+ "replace text[131:154] --> decoded_text[128:145] 'Restaurant Kaldauer Hof' --> '[UNK] [UNK] [UNK]'",
17
+ "replace text[158:169] --> decoded_text[149:161] 'hören. Hier' --> '[UNK]. [UNK]'",
18
+ "replace text[177:191] --> decoded_text[169:174] 'Eintrittspreis' --> '[UNK]'",
19
+ "insert text[199:199] --> decoded_text[182:183] '' --> ' '",
20
+ "replace text[208:218] --> decoded_text[192:197] 'Abendessen' --> '[UNK]'",
21
+ "replace text[230:233] --> decoded_text[209:215] 'Auc' --> '[UNK] '",
22
+ "delete text[234:236] --> decoded_text[216:216] ' h' --> ''",
23
+ "replace text[254:269] --> decoded_text[234:245] 'Mitsingteil für' --> '[UNK] [UNK]'",
24
+ "replace text[274:280] --> decoded_text[250:256] 'Gäste.' --> '[UNK].'"
25
+ ],
26
+ "n_oov_chars": 25,
27
+ "oov_ratio": 0.08928571428571429,
28
+ "oov_charset": "[\"B\", \"W\", \"S\", \"D\", \"P\", \"ü\", \"“\", \"K\", \"U\", \"E\", \"R\", \"H\", \"ö\", \"A\", \"M\", \"G\", \"ä\"]"
29
+ },
30
+ {
31
+ "text": "Der Chor bietet noch einen weiteren Termin im Rahmen der „Püngel-Weihnacht“ an.",
32
+ "decoded_text": "[UNK] [UNK] bietet noch einen weiteren [UNK] im [UNK] der „ [UNK] - [UNK] [UNK] an.",
33
+ "diff": [
34
+ "replace text[0:3] --> decoded_text[0:5] 'Der' --> '[UNK]'",
35
+ "replace text[4:8] --> decoded_text[6:11] 'Chor' --> '[UNK]'",
36
+ "replace text[36:42] --> decoded_text[39:44] 'Termin' --> '[UNK]'",
37
+ "replace text[46:52] --> decoded_text[48:53] 'Rahmen' --> '[UNK]'",
38
+ "replace text[58:64] --> decoded_text[59:66] 'Püngel' --> ' [UNK] '",
39
+ "replace text[65:75] --> decoded_text[67:79] 'Weihnacht“' --> ' [UNK] [UNK]'"
40
+ ],
41
+ "n_oov_chars": 8,
42
+ "oov_ratio": 0.10126582278481013,
43
+ "oov_charset": "[\"D\", \"C\", \"T\", \"R\", \"P\", \"ü\", \"W\", \"“\"]"
44
+ },
45
+ {
46
+ "text": "02683 967019. Die Karten können auch per Email bestellt werden: [email protected]",
47
+ "decoded_text": "02683 967019. [UNK] [UNK] [UNK] auch per [UNK] bestellt werden : [UNK] - [UNK] - [UNK] @ t - online. de",
48
+ "diff": [
49
+ "replace text[14:17] --> decoded_text[14:19] 'Die' --> '[UNK]'",
50
+ "insert text[18:18] --> decoded_text[20:23] '' --> '[UN'",
51
+ "replace text[19:24] --> decoded_text[24:25] 'arten' --> ']'",
52
+ "replace text[25:31] --> decoded_text[26:31] 'können' --> '[UNK]'",
53
+ "replace text[41:46] --> decoded_text[41:46] 'Email' --> '[UNK]'",
54
+ "insert text[62:62] --> decoded_text[62:63] '' --> ' '",
55
+ "replace text[64:66] --> decoded_text[65:71] 'En' --> '[UNK] '",
56
+ "insert text[67:67] --> decoded_text[72:76] '' --> ' [UN'",
57
+ "replace text[68:75] --> decoded_text[77:79] 'oelsche' --> '] '",
58
+ "replace text[76:84] --> decoded_text[80:89] 'Weihnach' --> ' [UNK] @ '",
59
+ "replace text[85:93] --> decoded_text[90:91] 'sfeier@t' --> ' '",
60
+ "insert text[94:94] --> decoded_text[92:93] '' --> ' '",
61
+ "insert text[101:101] --> decoded_text[100:101] '' --> ' '"
62
+ ],
63
+ "n_oov_chars": 7,
64
+ "oov_ratio": 0.06796116504854369,
65
+ "oov_charset": "[\"D\", \"K\", \"ö\", \"E\", \"W\"]"
66
+ },
67
+ {
68
+ "text": "Der Chor wünscht Ihnen schon jetzt viel Vergnügen.",
69
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] schon jetzt viel [UNK].",
70
+ "diff": [
71
+ "replace text[0:3] --> decoded_text[0:5] 'Der' --> '[UNK]'",
72
+ "replace text[4:8] --> decoded_text[6:11] 'Chor' --> '[UNK]'",
73
+ "replace text[9:16] --> decoded_text[12:17] 'wünscht' --> '[UNK]'",
74
+ "replace text[17:22] --> decoded_text[18:23] 'Ihnen' --> '[UNK]'",
75
+ "replace text[40:49] --> decoded_text[41:46] 'Vergnügen' --> '[UNK]'"
76
+ ],
77
+ "n_oov_chars": 6,
78
+ "oov_ratio": 0.12,
79
+ "oov_charset": "[\"D\", \"C\", \"ü\", \"I\", \"V\"]"
80
+ },
81
+ {
82
+ "text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E-Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.",
83
+ "decoded_text": "[UNK] [UNK] kann auch auf elektronischem [UNK] erfolgen. [UNK] ist insbesondere dann der [UNK], wenn ein [UNK] entsprechende [UNK] auf dem elektronischen [UNK], beispielsweise per [UNK] - [UNK] oder [UNK] ein auf der [UNK] befindliches [UNK], an den [UNK] die [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] einen [UNK] in einem berufsorientierten sozialen [UNK] wie etwa [UNK] oder [UNK] [UNK], [UNK] wir die [UNK] auch von [UNK] [UNK] einsehbaren [UNK] erheben. [UNK] der [UNK] und [UNK] [UNK] verarbeiten [UNK] personenbezogenen [UNK] ausschließlich zum [UNK] der [UNK] des [UNK].",
84
+ "diff": [
85
+ "replace text[0:15] --> decoded_text[0:52] 'Die Verarbeitun' --> '[UNK] [UNK] kann auch auf elektronischem [UNK] erfol'",
86
+ "replace text[16:17] --> decoded_text[53:142] ' ' --> 'en. [UNK] ist insbesondere dann der [UNK], wenn ein [UNK] entsprechende [UNK] auf dem ele'",
87
+ "replace text[18:26] --> decoded_text[143:208] 'ann auch' --> 'tronischen [UNK], beispielsweise per [UNK] - [UNK] oder [UNK] ein'",
88
+ "replace text[31:43] --> decoded_text[213:315] 'elektronisch' --> 'der [UNK] befindliches [UNK], an den [UNK] die [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] einen [UNK] in ein'",
89
+ "replace text[46:48] --> decoded_text[318:515] 'We' --> 'berufsorientierten sozialen [UNK] wie etwa [UNK] oder [UNK] [UNK], [UNK] wir die [UNK] auch von [UNK] [UNK] einsehbaren [UNK] erheben. [UNK] der [UNK] und [UNK] [UNK] verarbeiten [UNK] personenbezo'",
90
+ "replace text[50:59] --> decoded_text[517:571] ' erfolgen' --> 'nen [UNK] ausschließlich zum [UNK] der [UNK] des [UNK]'",
91
+ "delete text[60:678] --> decoded_text[572:572] ' Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E-Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.' --> ''"
92
+ ],
93
+ "n_oov_chars": 41,
94
+ "oov_ratio": 0.06047197640117994,
95
+ "oov_charset": "[\"D\", \"V\", \"W\", \"F\", \"B\", \"E\", \"M\", \"ü\", \"I\", \"S\", \"A\", \"N\", \"X\", \"L\", \"ö\", \"P\", \"Z\", \"R\"]"
96
+ },
97
+ {
98
+ "text": "Sofern wir mit dem Bewerber einen Anstellungsvertrag abschließen, werden die übermittelten Daten zum Zwecke der Abwicklung des Beschäftigungsverhältnisses unter Beachtung der gesetzlichen Vorschriften gespeichert. Ansonsten werden die personenbezogenen Daten sechs Monate nach Beendigung des Bewerbungsverfahrens gelöscht, sofern einer Löschung keine sonstigen berechtigten Interessen des für die Verarbeitung Verantwortlichen entgegenstehen.",
99
+ "decoded_text": "[UNK] wir mit dem [UNK] einen [UNK] abschließen, werden die [UNK] [UNK] zum [UNK] der [UNK] des [UNK] unter [UNK] der gesetzlichen [UNK] gespeichert. [UNK] werden die personenbezogenen [UNK] sechs [UNK] nach [UNK] des [UNK] [UNK], sofern einer [UNK] keine sonstigen berechtigten [UNK] des [UNK] die [UNK] [UNK] entgegenstehen.",
100
+ "diff": [
101
+ "replace text[0:6] --> decoded_text[0:5] 'Sofern' --> '[UNK]'",
102
+ "replace text[19:52] --> decoded_text[18:35] 'Bewerber einen Anstellungsvertrag' --> '[UNK] einen [UNK]'",
103
+ "replace text[77:96] --> decoded_text[60:71] 'übermittelten Daten' --> '[UNK] [UNK]'",
104
+ "replace text[101:119] --> decoded_text[76:102] 'Zwecke der Abwickl' --> '[UNK] der [UNK] des [UNK] '",
105
+ "replace text[121:170] --> decoded_text[104:113] 'g des Beschäftigungsverhältnisses unter Beachtung' --> 'ter [UNK]'",
106
+ "replace text[188:200] --> decoded_text[131:136] 'Vorschriften' --> '[UNK]'",
107
+ "replace text[214:223] --> decoded_text[150:155] 'Ansonsten' --> '[UNK]'",
108
+ "replace text[253:254] --> decoded_text[185:204] 'D' --> '[UNK] sechs [UNK] n'",
109
+ "replace text[255:321] --> decoded_text[205:229] 'ten sechs Monate nach Beendigung des Bewerbungsverfahrens gelöscht' --> 'ch [UNK] des [UNK] [UNK]'",
110
+ "replace text[336:344] --> decoded_text[244:249] 'Löschung' --> '[UNK]'",
111
+ "replace text[374:426] --> decoded_text[279:310] 'Interessen des für die Verarbeitung Verantwortlichen' --> '[UNK] des [UNK] die [UNK] [UNK]'"
112
+ ],
113
+ "n_oov_chars": 24,
114
+ "oov_ratio": 0.05429864253393665,
115
+ "oov_charset": "[\"S\", \"B\", \"A\", \"ü\", \"D\", \"Z\", \"ä\", \"V\", \"M\", \"ö\", \"L\", \"I\"]"
116
+ },
117
+ {
118
+ "text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erfüllung unserer vertraglichen und gesetzlichen Pflichten (wie Führungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw.) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benötigen.",
119
+ "decoded_text": "[UNK] unseres [UNK] erhalten diejenigen internen [UNK] bzw. [UNK] [UNK] [UNK], die diese zur [UNK] unserer vertraglichen und gesetzlichen [UNK] ( wie [UNK] und [UNK], die einen neuen [UNK] suchen oder an der [UNK] [UNK] die [UNK] mitwirken, [UNK], [UNK], [UNK], ggf. [UNK] usw. ) oder im [UNK] der [UNK] und [UNK] unseres berechtigten [UNK] [UNK].",
120
+ "diff": [
121
+ "replace text[0:3] --> decoded_text[0:20] 'Inn' --> '[UNK] unseres [UNK] '",
122
+ "delete text[8:30] --> decoded_text[25:25] 'b unseres Hauses erhal' --> ''",
123
+ "replace text[54:61] --> decoded_text[49:54] 'Stellen' --> '[UNK]'",
124
+ "replace text[67:100] --> decoded_text[60:77] 'Organisationseinheiten Ihre Daten' --> '[UNK] [UNK] [UNK]'",
125
+ "replace text[116:125] --> decoded_text[93:98] 'Erfüllung' --> '[UNK]'",
126
+ "replace text[165:169] --> decoded_text[138:191] 'Pfli' --> '[UNK] ( wie [UNK] und [UNK], die einen neuen [UNK] su'",
127
+ "replace text[171:176] --> decoded_text[193:233] 'ten (' --> 'en oder an der [UNK] [UNK] die [UNK] mit'",
128
+ "replace text[178:188] --> decoded_text[235:236] 'e Führungs' --> 'r'",
129
+ "replace text[189:361] --> decoded_text[237:260] 'räfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit' --> 'en, [UNK], [UNK], [UNK]'",
130
+ "replace text[368:389] --> decoded_text[267:272] 'Mitarbeitervertretung' --> '[UNK]'",
131
+ "insert text[394:394] --> decoded_text[277:278] '' --> ' '",
132
+ "replace text[404:419] --> decoded_text[288:322] 'Rahmen der Bear' --> '[UNK] der [UNK] und [UNK] unseres '",
133
+ "delete text[421:451] --> decoded_text[324:324] 'itung und Umsetzung unseres be' --> ''",
134
+ "replace text[462:482] --> decoded_text[335:346] 'Interesses benötigen' --> '[UNK] [UNK]'"
135
+ ],
136
+ "n_oov_chars": 26,
137
+ "oov_ratio": 0.053830227743271224,
138
+ "oov_charset": "[\"I\", \"H\", \"S\", \"O\", \"D\", \"E\", \"ü\", \"P\", \"F\", \"ä\", \"M\", \"B\", \"A\", \"R\", \"U\", \"ö\"]"
139
+ },
140
+ {
141
+ "text": "Eine Weitergabe Ihrer Daten an externe Stellen erfolgt ausschließlich zu Zwecken,",
142
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] an externe [UNK] erfolgt ausschließlich zu [UNK],",
143
+ "diff": [
144
+ "replace text[0:4] --> decoded_text[0:5] 'Eine' --> '[UNK]'",
145
+ "replace text[5:15] --> decoded_text[6:11] 'Weitergabe' --> '[UNK]'",
146
+ "replace text[16:21] --> decoded_text[12:17] 'Ihrer' --> '[UNK]'",
147
+ "replace text[22:27] --> decoded_text[18:23] 'Daten' --> '[UNK]'",
148
+ "replace text[39:46] --> decoded_text[35:40] 'Stellen' --> '[UNK]'",
149
+ "replace text[73:80] --> decoded_text[67:72] 'Zwecken' --> '[UNK]'"
150
+ ],
151
+ "n_oov_chars": 6,
152
+ "oov_ratio": 0.07407407407407407,
153
+ "oov_charset": "[\"E\", \"W\", \"I\", \"D\", \"S\", \"Z\"]"
154
+ },
155
+ {
156
+ "text": "bei denen wir zur Erfüllung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im öffentlichen Interesse liegt;",
157
+ "decoded_text": "bei denen wir zur [UNK] gesetzlicher [UNK] zur [UNK], [UNK] oder [UNK] von [UNK] verpflichtet oder berechtigt sind oder die [UNK] im [UNK] [UNK] liegt ;",
158
+ "diff": [
159
+ "replace text[18:27] --> decoded_text[18:23] 'Erfüllung' --> '[UNK]'",
160
+ "replace text[41:49] --> decoded_text[37:42] 'Vorgaben' --> '[UNK]'",
161
+ "replace text[54:62] --> decoded_text[47:52] 'Auskunft' --> '[UNK]'",
162
+ "replace text[64:71] --> decoded_text[54:59] 'Meldung' --> '[UNK]'",
163
+ "replace text[77:87] --> decoded_text[65:70] 'Weitergabe' --> '[UNK]'",
164
+ "replace text[92:97] --> decoded_text[75:80] 'Daten' --> '[UNK]'",
165
+ "replace text[141:156] --> decoded_text[124:129] 'Datenweitergabe' --> '[UNK]'",
166
+ "replace text[160:172] --> decoded_text[133:138] 'öffentlichen' --> '[UNK]'",
167
+ "replace text[173:182] --> decoded_text[139:144] 'Interesse' --> '[UNK]'",
168
+ "insert text[188:188] --> decoded_text[150:151] '' --> ' '"
169
+ ],
170
+ "n_oov_chars": 10,
171
+ "oov_ratio": 0.05291005291005291,
172
+ "oov_charset": "[\"E\", \"ü\", \"V\", \"A\", \"M\", \"W\", \"D\", \"ö\", \"I\"]"
173
+ },
174
+ {
175
+ "text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten (z.B. an Behörden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen);",
176
+ "decoded_text": "aufgrund unseres berechtigten [UNK] oder des berechtigten [UNK] des [UNK] ( z. [UNK]. an [UNK], [UNK], [UNK], [UNK], [UNK], und [UNK] und [UNK] ) ;",
177
+ "diff": [
178
+ "replace text[30:40] --> decoded_text[30:35] 'Interesses' --> '[UNK]'",
179
+ "replace text[63:73] --> decoded_text[58:63] 'Interesses' --> '[UNK]'",
180
+ "replace text[78:85] --> decoded_text[68:73] 'Dritten' --> '[UNK]'",
181
+ "insert text[87:87] --> decoded_text[75:76] '' --> ' '",
182
+ "replace text[89:90] --> decoded_text[78:84] 'B' --> ' [UNK]'",
183
+ "replace text[95:103] --> decoded_text[89:94] 'Behörden' --> '[UNK]'",
184
+ "replace text[105:117] --> decoded_text[96:101] 'Auskunfteien' --> '[UNK]'",
185
+ "replace text[119:132] --> decoded_text[103:108] 'Rechtsanwälte' --> '[UNK]'",
186
+ "replace text[134:142] --> decoded_text[110:115] 'Gerichte' --> '[UNK]'",
187
+ "replace text[144:153] --> decoded_text[117:122] 'Gutachter' --> '[UNK]'",
188
+ "replace text[159:166] --> decoded_text[128:133] 'Gremien' --> '[UNK]'",
189
+ "insert text[171:171] --> decoded_text[138:141] '' --> '[UN'",
190
+ "replace text[172:188] --> decoded_text[142:144] 'ontrollinstanzen' --> '] '",
191
+ "insert text[189:189] --> decoded_text[145:146] '' --> ' '"
192
+ ],
193
+ "n_oov_chars": 13,
194
+ "oov_ratio": 0.06842105263157895,
195
+ "oov_charset": "[\"I\", \"D\", \"B\", \"ö\", \"A\", \"R\", \"ä\", \"G\", \"K\"]"
196
+ }
197
+ ]
stats/compression_rate/google-bert.bert-base-chinese @ cc100.fa.diff.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "آشپزخانه کوچک من: February 2012",
4
+ "decoded_text": "[UNK] [UNK] من : [UNK] 2012",
5
+ "diff": [
6
+ "replace text[0:8] --> decoded_text[0:5] 'آشپزخانه' --> '[UNK]'",
7
+ "replace text[9:13] --> decoded_text[6:11] 'کوچک' --> '[UNK]'",
8
+ "insert text[16:16] --> decoded_text[14:15] '' --> ' '",
9
+ "replace text[18:26] --> decoded_text[17:22] 'February' --> '[UNK]'"
10
+ ],
11
+ "n_oov_chars": 9,
12
+ "oov_ratio": 0.2903225806451613,
13
+ "oov_charset": "[\"آ\", \"ش\", \"پ\", \"ز\", \"خ\", \"ک\", \"چ\", \"F\"]"
14
+ },
15
+ {
16
+ "text": "آشپزخانه کوچک من",
17
+ "decoded_text": "[UNK] [UNK] من",
18
+ "diff": [
19
+ "replace text[0:8] --> decoded_text[0:5] 'آشپزخانه' --> '[UNK]'",
20
+ "replace text[9:13] --> decoded_text[6:11] 'کوچک' --> '[UNK]'"
21
+ ],
22
+ "n_oov_chars": 10,
23
+ "oov_ratio": 0.625,
24
+ "oov_charset": "[\"آ\", \"ش\", \"پ\", \"ز\", \"خ\", \" \", \"ک\", \"چ\"]"
25
+ },
26
+ {
27
+ "text": "بکینگ پودر:2 قاشق چای خوری",
28
+ "decoded_text": "[UNK] [UNK] : 2 [UNK] [UNK] [UNK]",
29
+ "diff": [
30
+ "replace text[0:5] --> decoded_text[0:5] 'بکینگ' --> '[UNK]'",
31
+ "replace text[6:10] --> decoded_text[6:12] 'پودر' --> '[UNK] '",
32
+ "insert text[11:11] --> decoded_text[13:14] '' --> ' '",
33
+ "replace text[13:17] --> decoded_text[16:21] 'قاشق' --> '[UNK]'",
34
+ "replace text[18:21] --> decoded_text[22:27] 'چای' --> '[UNK]'",
35
+ "replace text[22:26] --> decoded_text[28:33] 'خوری' --> '[UNK]'"
36
+ ],
37
+ "n_oov_chars": 11,
38
+ "oov_ratio": 0.4230769230769231,
39
+ "oov_charset": "[\"ک\", \"ی\", \"گ\", \"پ\", \"ق\", \"ش\", \"چ\", \"خ\"]"
40
+ },
41
+ {
42
+ "text": "تخم مرغ:2 عدد بزرگ",
43
+ "decoded_text": "[UNK] [UNK] : 2 عدد [UNK]",
44
+ "diff": [
45
+ "replace text[0:3] --> decoded_text[0:5] 'تخم' --> '[UNK]'",
46
+ "replace text[4:7] --> decoded_text[6:12] 'مرغ' --> '[UNK] '",
47
+ "insert text[8:8] --> decoded_text[13:14] '' --> ' '",
48
+ "replace text[14:18] --> decoded_text[20:25] 'بزرگ' --> '[UNK]'"
49
+ ],
50
+ "n_oov_chars": 4,
51
+ "oov_ratio": 0.2222222222222222,
52
+ "oov_charset": "[\"خ\", \"غ\", \"ز\", \"گ\"]"
53
+ },
54
+ {
55
+ "text": "کره:225 گرم به دمای اتاق رسیده",
56
+ "decoded_text": "[UNK] : 225 [UNK] به [UNK] [UNK] [UNK]",
57
+ "diff": [
58
+ "replace text[0:3] --> decoded_text[0:6] 'کره' --> '[UNK] '",
59
+ "insert text[4:4] --> decoded_text[7:8] '' --> ' '",
60
+ "replace text[8:11] --> decoded_text[12:17] 'گرم' --> '[UNK]'",
61
+ "replace text[15:19] --> decoded_text[21:26] 'دمای' --> '[UNK]'",
62
+ "replace text[20:24] --> decoded_text[27:32] 'اتاق' --> '[UNK]'",
63
+ "replace text[25:30] --> decoded_text[33:38] 'رسیده' --> '[UNK]'"
64
+ ],
65
+ "n_oov_chars": 5,
66
+ "oov_ratio": 0.16666666666666666,
67
+ "oov_charset": "[\"ک\", \"گ\", \"ی\", \"ق\"]"
68
+ },
69
+ {
70
+ "text": "شکر:1و1/2 پیمانه+ 3 قاشق غذا خوری",
71
+ "decoded_text": "[UNK] : 1و1 / 2 [UNK] + 3 [UNK] [UNK] [UNK]",
72
+ "diff": [
73
+ "replace text[0:3] --> decoded_text[0:6] 'شکر' --> '[UNK] '",
74
+ "insert text[4:4] --> decoded_text[7:8] '' --> ' '",
75
+ "insert text[7:7] --> decoded_text[11:12] '' --> ' '",
76
+ "insert text[8:8] --> decoded_text[13:14] '' --> ' '",
77
+ "replace text[10:16] --> decoded_text[16:22] 'پیمانه' --> '[UNK] '",
78
+ "replace text[20:24] --> decoded_text[26:31] 'قاشق' --> '[UNK]'",
79
+ "replace text[25:28] --> decoded_text[32:37] 'غذا' --> '[UNK]'",
80
+ "replace text[29:33] --> decoded_text[38:43] 'خوری' --> '[UNK]'"
81
+ ],
82
+ "n_oov_chars": 11,
83
+ "oov_ratio": 0.3333333333333333,
84
+ "oov_charset": "[\"ش\", \"ک\", \"پ\", \"ی\", \"ق\", \"غ\", \"ذ\", \"خ\"]"
85
+ },
86
+ {
87
+ "text": "پودر دارچین:2 و1/2قاشق چای خوری",
88
+ "decoded_text": "[UNK] [UNK] : 2 و1 / [UNK] [UNK] [UNK]",
89
+ "diff": [
90
+ "replace text[0:4] --> decoded_text[0:5] 'پودر' --> '[UNK]'",
91
+ "replace text[5:11] --> decoded_text[6:12] 'دارچین' --> '[UNK] '",
92
+ "insert text[12:12] --> decoded_text[13:14] '' --> ' '",
93
+ "insert text[16:16] --> decoded_text[18:19] '' --> ' '",
94
+ "delete text[17:22] --> decoded_text[20:20] '2قاشق' --> ''",
95
+ "replace text[23:26] --> decoded_text[21:26] 'چای' --> '[UNK]'",
96
+ "replace text[27:31] --> decoded_text[27:38] 'خوری' --> '[UNK] [UNK]'"
97
+ ],
98
+ "n_oov_chars": 10,
99
+ "oov_ratio": 0.3225806451612903,
100
+ "oov_charset": "[\"پ\", \"چ\", \"ی\", \"ق\", \"ش\", \"خ\"]"
101
+ },
102
+ {
103
+ "text": "فر رو روی 350 درجه فارنهایت روشن کنید",
104
+ "decoded_text": "[UNK] رو [UNK] 350 [UNK] [UNK] [UNK] [UNK]",
105
+ "diff": [
106
+ "replace text[0:2] --> decoded_text[0:5] 'فر' --> '[UNK]'",
107
+ "replace text[6:9] --> decoded_text[9:14] 'روی' --> '[UNK]'",
108
+ "replace text[14:18] --> decoded_text[19:24] 'درجه' --> '[UNK]'",
109
+ "replace text[19:27] --> decoded_text[25:30] 'فارنهایت' --> '[UNK]'",
110
+ "replace text[28:32] --> decoded_text[31:36] 'روشن' --> '[UNK]'",
111
+ "replace text[33:37] --> decoded_text[37:42] 'کنید' --> '[UNK]'"
112
+ ],
113
+ "n_oov_chars": 8,
114
+ "oov_ratio": 0.21621621621621623,
115
+ "oov_charset": "[\"ف\", \"ی\", \"ج\", \"ش\", \"ک\"]"
116
+ },
117
+ {
118
+ "text": "کره رو با شکر هم بزنید تا یکدست و کرمی بشه تخم مرغها رو دونه دونه اضافه کنید و هم بزنید",
119
+ "decoded_text": "[UNK] رو با [UNK] هم [UNK] تا [UNK] و [UNK] [UNK] [UNK] [UNK] رو دونه دونه [UNK] [UNK] و هم [UNK]",
120
+ "diff": [
121
+ "replace text[0:3] --> decoded_text[0:5] 'کره' --> '[UNK]'",
122
+ "replace text[10:13] --> decoded_text[12:17] 'شکر' --> '[UNK]'",
123
+ "replace text[17:22] --> decoded_text[21:26] 'بزنید' --> '[UNK]'",
124
+ "replace text[26:31] --> decoded_text[30:35] 'یکدست' --> '[UNK]'",
125
+ "replace text[34:38] --> decoded_text[38:43] 'کرمی' --> '[UNK]'",
126
+ "replace text[39:42] --> decoded_text[44:49] 'بشه' --> '[UNK]'",
127
+ "replace text[43:46] --> decoded_text[50:55] 'تخم' --> '[UNK]'",
128
+ "replace text[47:52] --> decoded_text[56:61] 'مرغها' --> '[UNK]'",
129
+ "replace text[66:71] --> decoded_text[75:80] 'اضافه' --> '[UNK]'",
130
+ "replace text[72:76] --> decoded_text[81:86] 'کنید' --> '[UNK]'",
131
+ "replace text[82:87] --> decoded_text[92:97] 'بزنید' --> '[UNK]'"
132
+ ],
133
+ "n_oov_chars": 18,
134
+ "oov_ratio": 0.20689655172413793,
135
+ "oov_charset": "[\"ک\", \"ش\", \"ز\", \"ی\", \"خ\", \"غ\", \"ض\", \"ف\"]"
136
+ },
137
+ {
138
+ "text": "ارد و بکینگ پودر و نمک رو الک کنید و اضافه کنید",
139
+ "decoded_text": "ارد و [UNK] [UNK] و [UNK] رو [UNK] [UNK] و [UNK] [UNK]",
140
+ "diff": [
141
+ "replace text[6:11] --> decoded_text[6:11] 'بکینگ' --> '[UNK]'",
142
+ "replace text[12:16] --> decoded_text[12:17] 'پودر' --> '[UNK]'",
143
+ "replace text[19:22] --> decoded_text[20:25] 'نمک' --> '[UNK]'",
144
+ "replace text[26:29] --> decoded_text[29:34] 'الک' --> '[UNK]'",
145
+ "replace text[30:34] --> decoded_text[35:40] 'کنید' --> '[UNK]'",
146
+ "replace text[37:42] --> decoded_text[43:48] 'اضافه' --> '[UNK]'",
147
+ "replace text[43:47] --> decoded_text[49:54] 'کنید' --> '[UNK]'"
148
+ ],
149
+ "n_oov_chars": 12,
150
+ "oov_ratio": 0.2553191489361702,
151
+ "oov_charset": "[\"ک\", \"ی\", \"گ\", \"پ\", \"ض\", \"ف\"]"
152
+ }
153
+ ]
stats/compression_rate/google-bert.bert-base-chinese @ cc100.ja.diff.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "午後から雨が心配だったので遠出はせず、『ふれあいロード』を走って来ました!",
4
+ "decoded_text": "午 後 から 雨 [UNK] 心 配 [UNK] 遠 出 [UNK] 、 『 [UNK] 』 を 走 って 来 ました !",
5
+ "diff": [
6
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
7
+ "insert text[2:2] --> decoded_text[3:4] '' --> ' '",
8
+ "insert text[4:4] --> decoded_text[6:7] '' --> ' '",
9
+ "replace text[5:6] --> decoded_text[8:15] 'が' --> ' [UNK] '",
10
+ "insert text[7:7] --> decoded_text[16:17] '' --> ' '",
11
+ "replace text[8:13] --> decoded_text[18:25] 'だったので' --> ' [UNK] '",
12
+ "insert text[14:14] --> decoded_text[26:27] '' --> ' '",
13
+ "replace text[15:18] --> decoded_text[28:35] 'はせず' --> ' [UNK] '",
14
+ "insert text[19:19] --> decoded_text[36:37] '' --> ' '",
15
+ "replace text[20:27] --> decoded_text[38:45] 'ふれあいロード' --> ' [UNK] '",
16
+ "insert text[28:28] --> decoded_text[46:47] '' --> ' '",
17
+ "insert text[29:29] --> decoded_text[48:49] '' --> ' '",
18
+ "insert text[30:30] --> decoded_text[50:51] '' --> ' '",
19
+ "insert text[32:32] --> decoded_text[53:54] '' --> ' '",
20
+ "insert text[33:33] --> decoded_text[55:56] '' --> ' '",
21
+ "insert text[36:36] --> decoded_text[59:60] '' --> ' '"
22
+ ],
23
+ "n_oov_chars": 5,
24
+ "oov_ratio": 0.13513513513513514,
25
+ "oov_charset": "[\"が\", \"だ\", \"で\", \"ず\", \"ド\"]"
26
+ },
27
+ {
28
+ "text": "確実に春が近づいてることを肌で感じることが出来ました 着々と整備されてる圏央道を越えるとお世話になってるボウリング場が見えて来ました。",
29
+ "decoded_text": "確 実 に 春 [UNK] 近 [UNK] 肌 [UNK] 感 [UNK] 出 来 ました 着 々と 整 備 されてる 圏 央 道 を 越 えるとお 世 話 [UNK] 場 [UNK] 見 えて 来 ました 。",
30
+ "diff": [
31
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
32
+ "insert text[2:2] --> decoded_text[3:4] '' --> ' '",
33
+ "insert text[3:3] --> decoded_text[5:6] '' --> ' '",
34
+ "replace text[4:5] --> decoded_text[7:14] 'が' --> ' [UNK] '",
35
+ "replace text[6:13] --> decoded_text[15:22] 'づいてることを' --> ' [UNK] '",
36
+ "replace text[14:15] --> decoded_text[23:30] 'で' --> ' [UNK] '",
37
+ "replace text[16:21] --> decoded_text[31:38] 'じることが' --> ' [UNK] '",
38
+ "insert text[22:22] --> decoded_text[39:40] '' --> ' '",
39
+ "insert text[23:23] --> decoded_text[41:42] '' --> ' '",
40
+ "insert text[28:28] --> decoded_text[47:48] '' --> ' '",
41
+ "insert text[30:30] --> decoded_text[50:51] '' --> ' '",
42
+ "insert text[31:31] --> decoded_text[52:53] '' --> ' '",
43
+ "insert text[32:32] --> decoded_text[54:55] '' --> ' '",
44
+ "insert text[36:36] --> decoded_text[59:60] '' --> ' '",
45
+ "insert text[37:37] --> decoded_text[61:62] '' --> ' '",
46
+ "insert text[38:38] --> decoded_text[63:64] '' --> ' '",
47
+ "insert text[39:39] --> decoded_text[65:66] '' --> ' '",
48
+ "insert text[40:40] --> decoded_text[67:68] '' --> ' '",
49
+ "insert text[41:41] --> decoded_text[69:70] '' --> ' '",
50
+ "insert text[45:45] --> decoded_text[74:75] '' --> ' '",
51
+ "insert text[46:46] --> decoded_text[76:77] '' --> ' '",
52
+ "replace text[47:57] --> decoded_text[78:85] 'になってるボウリング' --> ' [UNK] '",
53
+ "replace text[58:59] --> decoded_text[86:93] 'が' --> ' [UNK] '",
54
+ "insert text[60:60] --> decoded_text[94:95] '' --> ' '",
55
+ "insert text[62:62] --> decoded_text[97:98] '' --> ' '",
56
+ "insert text[63:63] --> decoded_text[99:100] '' --> ' '",
57
+ "insert text[66:66] --> decoded_text[103:104] '' --> ' '"
58
+ ],
59
+ "n_oov_chars": 8,
60
+ "oov_ratio": 0.11940298507462686,
61
+ "oov_charset": "[\"が\", \"づ\", \"で\", \"じ\", \"ボ\", \"グ\"]"
62
+ },
63
+ {
64
+ "text": "うぅ〜〜、私が途中でトイレに行きたくなってしまい、通り道にあったケンタに変更しちゃいました。",
65
+ "decoded_text": "[UNK] 〜 〜 、 私 [UNK] 途 中 [UNK] 行 きたくなってしまい 、 通 り 道 にあったケンタに 変 更 しちゃいました 。",
66
+ "diff": [
67
+ "replace text[0:2] --> decoded_text[0:6] 'うぅ' --> '[UNK] '",
68
+ "insert text[3:3] --> decoded_text[7:8] '' --> ' '",
69
+ "insert text[4:4] --> decoded_text[9:10] '' --> ' '",
70
+ "insert text[5:5] --> decoded_text[11:12] '' --> ' '",
71
+ "replace text[6:7] --> decoded_text[13:20] 'が' --> ' [UNK] '",
72
+ "insert text[8:8] --> decoded_text[21:22] '' --> ' '",
73
+ "replace text[9:14] --> decoded_text[23:30] 'でトイレに' --> ' [UNK] '",
74
+ "insert text[15:15] --> decoded_text[31:32] '' --> ' '",
75
+ "insert text[24:24] --> decoded_text[41:42] '' --> ' '",
76
+ "insert text[25:25] --> decoded_text[43:44] '' --> ' '",
77
+ "insert text[26:26] --> decoded_text[45:46] '' --> ' '",
78
+ "insert text[27:27] --> decoded_text[47:48] '' --> ' '",
79
+ "insert text[28:28] --> decoded_text[49:50] '' --> ' '",
80
+ "insert text[36:36] --> decoded_text[58:59] '' --> ' '",
81
+ "insert text[37:37] --> decoded_text[60:61] '' --> ' '",
82
+ "insert text[38:38] --> decoded_text[62:63] '' --> ' '",
83
+ "insert text[45:45] --> decoded_text[70:71] '' --> ' '"
84
+ ],
85
+ "n_oov_chars": 3,
86
+ "oov_ratio": 0.06521739130434782,
87
+ "oov_charset": "[\"ぅ\", \"が\", \"で\"]"
88
+ },
89
+ {
90
+ "text": "実は、1年程前にエルモサの右目の黒目の端によ〜く見ないと分からない程の小さな斑を見つけてたんです。",
91
+ "decoded_text": "実 は 、 1 年 程 前 にエルモサの 右 目 の 黒 目 の 端 によ 〜 く 見 ないと 分 からない 程 の 小 さな 斑 を 見 [UNK] 。",
92
+ "diff": [
93
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
94
+ "insert text[2:2] --> decoded_text[3:4] '' --> ' '",
95
+ "insert text[3:3] --> decoded_text[5:6] '' --> ' '",
96
+ "insert text[4:4] --> decoded_text[7:8] '' --> ' '",
97
+ "insert text[5:5] --> decoded_text[9:10] '' --> ' '",
98
+ "insert text[6:6] --> decoded_text[11:12] '' --> ' '",
99
+ "insert text[7:7] --> decoded_text[13:14] '' --> ' '",
100
+ "insert text[13:13] --> decoded_text[20:21] '' --> ' '",
101
+ "insert text[14:14] --> decoded_text[22:23] '' --> ' '",
102
+ "insert text[15:15] --> decoded_text[24:25] '' --> ' '",
103
+ "insert text[16:16] --> decoded_text[26:27] '' --> ' '",
104
+ "insert text[17:17] --> decoded_text[28:29] '' --> ' '",
105
+ "insert text[18:18] --> decoded_text[30:31] '' --> ' '",
106
+ "insert text[19:19] --> decoded_text[32:33] '' --> ' '",
107
+ "insert text[20:20] --> decoded_text[34:35] '' --> ' '",
108
+ "insert text[22:22] --> decoded_text[37:38] '' --> ' '",
109
+ "insert text[23:23] --> decoded_text[39:40] '' --> ' '",
110
+ "insert text[24:24] --> decoded_text[41:42] '' --> ' '",
111
+ "insert text[25:25] --> decoded_text[43:44] '' --> ' '",
112
+ "insert text[28:28] --> decoded_text[47:48] '' --> ' '",
113
+ "insert text[29:29] --> decoded_text[49:50] '' --> ' '",
114
+ "insert text[33:33] --> decoded_text[54:55] '' --> ' '",
115
+ "insert text[34:34] --> decoded_text[56:57] '' --> ' '",
116
+ "insert text[35:35] --> decoded_text[58:59] '' --> ' '",
117
+ "insert text[36:36] --> decoded_text[60:61] '' --> ' '",
118
+ "insert text[38:38] --> decoded_text[63:64] '' --> ' '",
119
+ "insert text[39:39] --> decoded_text[65:66] '' --> ' '",
120
+ "insert text[40:40] --> decoded_text[67:68] '' --> ' '",
121
+ "replace text[41:48] --> decoded_text[69:76] 'つけてたんです' --> ' [UNK] '"
122
+ ],
123
+ "n_oov_chars": 1,
124
+ "oov_ratio": 0.02040816326530612,
125
+ "oov_charset": "[\"で\"]"
126
+ },
127
+ {
128
+ "text": "その時点で先生からはおそらく『角膜ジストロフィー』であろうとの診断をもらっていました。",
129
+ "decoded_text": "その 時 点 [UNK] 先 生 からはおそらく 『 角 膜 [UNK] 』 [UNK] 診 断 をもらっていました 。",
130
+ "diff": [
131
+ "insert text[2:2] --> decoded_text[2:3] '' --> ' '",
132
+ "insert text[3:3] --> decoded_text[4:5] '' --> ' '",
133
+ "replace text[4:5] --> decoded_text[6:13] 'で' --> ' [UNK] '",
134
+ "insert text[6:6] --> decoded_text[14:15] '' --> ' '",
135
+ "insert text[7:7] --> decoded_text[16:17] '' --> ' '",
136
+ "insert text[14:14] --> decoded_text[24:25] '' --> ' '",
137
+ "insert text[15:15] --> decoded_text[26:27] '' --> ' '",
138
+ "insert text[16:16] --> decoded_text[28:29] '' --> ' '",
139
+ "replace text[17:24] --> decoded_text[30:37] 'ジストロフィー' --> ' [UNK] '",
140
+ "replace text[25:31] --> decoded_text[38:45] 'であろうとの' --> ' [UNK] '",
141
+ "insert text[32:32] --> decoded_text[46:47] '' --> ' '",
142
+ "insert text[33:33] --> decoded_text[48:49] '' --> ' '",
143
+ "insert text[42:42] --> decoded_text[58:59] '' --> ' '"
144
+ ],
145
+ "n_oov_chars": 3,
146
+ "oov_ratio": 0.06976744186046512,
147
+ "oov_charset": "[\"で\", \"ジ\"]"
148
+ },
149
+ {
150
+ "text": "エルモサの場合は1年程経過して徐々にではあるんですけど、少し大きくなってきちゃいました",
151
+ "decoded_text": "エルモサの 場 合 は1 年 程 経 過 ���て 徐 [UNK] 、 少 し 大 きくなってきちゃいました",
152
+ "diff": [
153
+ "insert text[5:5] --> decoded_text[5:6] '' --> ' '",
154
+ "insert text[6:6] --> decoded_text[7:8] '' --> ' '",
155
+ "insert text[7:7] --> decoded_text[9:10] '' --> ' '",
156
+ "insert text[9:9] --> decoded_text[12:13] '' --> ' '",
157
+ "insert text[10:10] --> decoded_text[14:15] '' --> ' '",
158
+ "insert text[11:11] --> decoded_text[16:17] '' --> ' '",
159
+ "insert text[12:12] --> decoded_text[18:19] '' --> ' '",
160
+ "insert text[13:13] --> decoded_text[20:21] '' --> ' '",
161
+ "insert text[15:15] --> decoded_text[23:24] '' --> ' '",
162
+ "replace text[16:27] --> decoded_text[25:32] '々にではあるんですけど' --> ' [UNK] '",
163
+ "insert text[28:28] --> decoded_text[33:34] '' --> ' '",
164
+ "insert text[29:29] --> decoded_text[35:36] '' --> ' '",
165
+ "insert text[30:30] --> decoded_text[37:38] '' --> ' '",
166
+ "insert text[31:31] --> decoded_text[39:40] '' --> ' '"
167
+ ],
168
+ "n_oov_chars": 3,
169
+ "oov_ratio": 0.06976744186046512,
170
+ "oov_charset": "[\"で\", \"ど\"]"
171
+ },
172
+ {
173
+ "text": "ただ、これまでお散歩仲間からは指摘とかされたことはないので、こちらから言わなければそんなに目立つ程ではないんですけどね。",
174
+ "decoded_text": "[UNK] 、 [UNK] 散 歩 仲 間 からは 指 摘 [UNK] 、 こちらから 言 [UNK] 目 立 つ 程 [UNK] 。",
175
+ "diff": [
176
+ "replace text[0:2] --> decoded_text[0:6] 'ただ' --> '[UNK] '",
177
+ "replace text[3:8] --> decoded_text[7:14] 'これまでお' --> ' [UNK] '",
178
+ "insert text[9:9] --> decoded_text[15:16] '' --> ' '",
179
+ "insert text[10:10] --> decoded_text[17:18] '' --> ' '",
180
+ "insert text[11:11] --> decoded_text[19:20] '' --> ' '",
181
+ "insert text[12:12] --> decoded_text[21:22] '' --> ' '",
182
+ "insert text[15:15] --> decoded_text[25:26] '' --> ' '",
183
+ "insert text[16:16] --> decoded_text[27:28] '' --> ' '",
184
+ "replace text[17:29] --> decoded_text[29:36] 'とかされたことはないので' --> ' [UNK] '",
185
+ "insert text[30:30] --> decoded_text[37:38] '' --> ' '",
186
+ "insert text[35:35] --> decoded_text[43:44] '' --> ' '",
187
+ "replace text[36:45] --> decoded_text[45:52] 'わなければそんなに' --> ' [UNK] '",
188
+ "insert text[46:46] --> decoded_text[53:54] '' --> ' '",
189
+ "insert text[47:47] --> decoded_text[55:56] '' --> ' '",
190
+ "insert text[48:48] --> decoded_text[57:58] '' --> ' '",
191
+ "replace text[49:59] --> decoded_text[59:66] 'ではないんですけどね' --> ' [UNK] '"
192
+ ],
193
+ "n_oov_chars": 7,
194
+ "oov_ratio": 0.11666666666666667,
195
+ "oov_charset": "[\"だ\", \"で\", \"ば\", \"ど\"]"
196
+ },
197
+ {
198
+ "text": "昔はヒアルロン酸の目薬なども処方されてたようですが、これが効く事はないそうです。",
199
+ "decoded_text": "昔 はヒアルロン 酸 の 目 薬 [UNK] 処 方 [UNK] 、 [UNK] 効 く 事 [UNK] 。",
200
+ "diff": [
201
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
202
+ "insert text[7:7] --> decoded_text[8:9] '' --> ' '",
203
+ "insert text[8:8] --> decoded_text[10:11] '' --> ' '",
204
+ "insert text[9:9] --> decoded_text[12:13] '' --> ' '",
205
+ "insert text[10:10] --> decoded_text[14:15] '' --> ' '",
206
+ "replace text[11:14] --> decoded_text[16:23] 'なども' --> ' [UNK] '",
207
+ "insert text[15:15] --> decoded_text[24:25] '' --> ' '",
208
+ "replace text[16:25] --> decoded_text[26:33] 'されてたようですが' --> ' [UNK] '",
209
+ "replace text[26:29] --> decoded_text[34:41] 'これが' --> ' [UNK] '",
210
+ "insert text[30:30] --> decoded_text[42:43] '' --> ' '",
211
+ "insert text[31:31] --> decoded_text[44:45] '' --> ' '",
212
+ "replace text[32:39] --> decoded_text[46:53] 'はないそうです' --> ' [UNK] '"
213
+ ],
214
+ "n_oov_chars": 5,
215
+ "oov_ratio": 0.125,
216
+ "oov_charset": "[\"ど\", \"で\", \"が\"]"
217
+ },
218
+ {
219
+ "text": "なので、エルディとのお散歩でも訪れたことがありません。 カタクリの花が5分咲きとの情報から今回コースの1つに取り入れてみました。",
220
+ "decoded_text": "[UNK] 、 [UNK] 散 歩 [UNK] 訪 [UNK] 。 カタクリの 花 [UNK] 分 咲 きとの 情 報 から 今 回 コースの1つに 取 り 入 れてみました 。",
221
+ "diff": [
222
+ "replace text[0:3] --> decoded_text[0:6] 'なので' --> '[UNK] '",
223
+ "replace text[4:11] --> decoded_text[7:14] 'エルディとのお' --> ' [UNK] '",
224
+ "insert text[12:12] --> decoded_text[15:16] '' --> ' '",
225
+ "replace text[13:15] --> decoded_text[17:24] 'でも' --> ' [UNK] '",
226
+ "replace text[16:26] --> decoded_text[25:32] 'れたことがありません' --> ' [UNK] '",
227
+ "insert text[33:33] --> decoded_text[39:40] '' --> ' '",
228
+ "replace text[34:36] --> decoded_text[41:48] 'が5' --> ' [UNK] '",
229
+ "insert text[37:37] --> decoded_text[49:50] '' --> ' '",
230
+ "insert text[38:38] --> decoded_text[51:52] '' --> ' '",
231
+ "insert text[41:41] --> decoded_text[55:56] '' --> ' '",
232
+ "insert text[42:42] --> decoded_text[57:58] '' --> ' '",
233
+ "insert text[43:43] --> decoded_text[59:60] '' --> ' '",
234
+ "insert text[45:45] --> decoded_text[62:63] '' --> ' '",
235
+ "insert text[46:46] --> decoded_text[64:65] '' --> ' '",
236
+ "insert text[47:47] --> decoded_text[66:67] '' --> ' '",
237
+ "insert text[54:54] --> decoded_text[74:75] '' --> ' '",
238
+ "insert text[55:55] --> decoded_text[76:77] '' --> ' '",
239
+ "insert text[56:56] --> decoded_text[78:79] '' --> ' '",
240
+ "insert text[57:57] --> decoded_text[80:81] '' --> ' '",
241
+ "insert text[63:63] --> decoded_text[87:88] '' --> ' '"
242
+ ],
243
+ "n_oov_chars": 5,
244
+ "oov_ratio": 0.078125,
245
+ "oov_charset": "[\"で\", \"デ\", \"が\"]"
246
+ },
247
+ {
248
+ "text": "前々から走ってみたかったんだけど、いつも陸上部らしき学生さんがものすごいスピードで駆け抜けていくのを目の当たりにしてちょっとビビっておりました",
249
+ "decoded_text": "前 々から 走 [UNK] 、 いつも 陸 上 部 らしき 学 生 [UNK] 駆 け 抜 けていくのを 目 の 当 [UNK]",
250
+ "diff": [
251
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
252
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '",
253
+ "replace text[5:16] --> decoded_text[7:14] 'ってみたかったんだけど' --> ' [UNK] '",
254
+ "insert text[17:17] --> decoded_text[15:16] '' --> ' '",
255
+ "insert text[20:20] --> decoded_text[19:20] '' --> ' '",
256
+ "insert text[21:21] --> decoded_text[21:22] '' --> ' '",
257
+ "insert text[22:22] --> decoded_text[23:24] '' --> ' '",
258
+ "insert text[23:23] --> decoded_text[25:26] '' --> ' '",
259
+ "insert text[26:26] --> decoded_text[29:30] '' --> ' '",
260
+ "insert text[27:27] --> decoded_text[31:32] '' --> ' '",
261
+ "replace text[28:41] --> decoded_text[33:40] 'さんがものすごいスピードで' --> ' [UNK] '",
262
+ "insert text[42:42] --> decoded_text[41:42] '' --> ' '",
263
+ "insert text[43:43] --> decoded_text[43:44] '' --> ' '",
264
+ "insert text[44:44] --> decoded_text[45:46] '' --> ' '",
265
+ "insert text[50:50] --> decoded_text[52:53] '' --> ' '",
266
+ "insert text[51:51] --> decoded_text[54:55] '' --> ' '",
267
+ "insert text[52:52] --> decoded_text[56:57] '' --> ' '",
268
+ "replace text[53:71] --> decoded_text[58:64] 'たりにしてちょっとビビっておりました' --> ' [UNK]'"
269
+ ],
270
+ "n_oov_chars": 9,
271
+ "oov_ratio": 0.1267605633802817,
272
+ "oov_charset": "[\"だ\", \"ど\", \"が\", \"ご\", \"ピ\", \"ド\", \"で\", \"ビ\"]"
273
+ }
274
+ ]
stats/compression_rate/google-bert.bert-base-chinese @ cc100.ko.diff.json ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "+ HOME > 라이브스코어",
4
+ "decoded_text": "+ [UNK] > [UNK]",
5
+ "diff": [
6
+ "replace text[2:6] --> decoded_text[2:7] 'HOME' --> '[UNK]'",
7
+ "replace text[9:15] --> decoded_text[10:15] '라이브스코어' --> '[UNK]'"
8
+ ],
9
+ "n_oov_chars": 10,
10
+ "oov_ratio": 0.6666666666666666,
11
+ "oov_charset": "[\"H\", \"O\", \"M\", \"E\", \"라\", \"이\", \"브\", \"스\", \"코\", \"어\"]"
12
+ },
13
+ {
14
+ "text": "특히 주소 15~17번 홀에선 3연속 보기로 황금의제국카지노 홀아웃했다.",
15
+ "decoded_text": "[UNK] [UNK] 15 ~ [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
16
+ "diff": [
17
+ "replace text[0:2] --> decoded_text[0:5] '특히' --> '[UNK]'",
18
+ "replace text[3:5] --> decoded_text[6:11] '주소' --> '[UNK]'",
19
+ "insert text[8:8] --> decoded_text[14:15] '' --> ' '",
20
+ "delete text[9:12] --> decoded_text[16:16] '17번' --> ''",
21
+ "replace text[13:16] --> decoded_text[17:22] '홀에선' --> '[UNK]'",
22
+ "replace text[17:20] --> decoded_text[23:28] '3연속' --> '[UNK]'",
23
+ "replace text[21:24] --> decoded_text[29:34] '보기로' --> '[UNK]'",
24
+ "replace text[25:33] --> decoded_text[35:40] '황금의제국카지노' --> '[UNK]'",
25
+ "replace text[34:39] --> decoded_text[41:52] '홀아웃했다' --> '[UNK] [UNK]'"
26
+ ],
27
+ "n_oov_chars": 26,
28
+ "oov_ratio": 0.65,
29
+ "oov_charset": "[\"특\", \"히\", \"주\", \"소\", \"번\", \"홀\", \"에\", \"선\", \"연\", \"속\", \"보\", \"기\", \"로\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"아\", \"웃\", \"했\", \"다\"]"
30
+ },
31
+ {
32
+ "text": "1편인'신과함께-죄와 벌'이 천만을 넘은 만큼 2편을 기다린 황금의제국카지노 관객들의 기대와 주소 관심은 폭발적이다.",
33
+ "decoded_text": "[UNK]'[UNK] - [UNK] [UNK]'[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
34
+ "diff": [
35
+ "replace text[0:3] --> decoded_text[0:5] '1편인' --> '[UNK]'",
36
+ "replace text[4:8] --> decoded_text[6:12] '신과함께' --> '[UNK] '",
37
+ "delete text[9:11] --> decoded_text[13:13] '죄와' --> ''",
38
+ "replace text[12:13] --> decoded_text[14:25] '벌' --> '[UNK] [UNK]'",
39
+ "replace text[14:15] --> decoded_text[26:31] '이' --> '[UNK]'",
40
+ "replace text[16:19] --> decoded_text[32:37] '천만을' --> '[UNK]'",
41
+ "replace text[20:22] --> decoded_text[38:43] '넘은' --> '[UNK]'",
42
+ "replace text[23:25] --> decoded_text[44:49] '만큼' --> '[UNK]'",
43
+ "replace text[26:29] --> decoded_text[50:55] '2편을' --> '[UNK]'",
44
+ "replace text[30:33] --> decoded_text[56:61] '기다린' --> '[UNK]'",
45
+ "replace text[34:42] --> decoded_text[62:67] '황금의제국카지노' --> '[UNK]'",
46
+ "replace text[43:47] --> decoded_text[68:73] '관객들의' --> '[UNK]'",
47
+ "replace text[48:51] --> decoded_text[74:79] '기대와' --> '[UNK]'",
48
+ "replace text[52:54] --> decoded_text[80:85] '주소' --> '[UNK]'",
49
+ "replace text[55:58] --> decoded_text[86:91] '관심은' --> '[UNK]'",
50
+ "replace text[59:64] --> decoded_text[92:97] '폭발적이다' --> '[UNK]'"
51
+ ],
52
+ "n_oov_chars": 47,
53
+ "oov_ratio": 0.7230769230769231,
54
+ "oov_charset": "[\"편\", \"인\", \"신\", \"과\", \"함\", \"께\", \"죄\", \"와\", \"벌\", \"이\", \"천\", \"만\", \"을\", \"넘\", \"은\", \"큼\", \"기\", \"다\", \"린\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"관\", \"객\", \"들\", \"대\", \"주\", \"소\", \"심\", \"폭\", \"발\", \"적\"]"
55
+ },
56
+ {
57
+ "text": "고려해서 주소 '대체재 일색'의 분재를 내놓을 위험이 있다. 문학의 자유를 소설가가 스스로 황금의제국카지노 출판사에 상납하는 것이다.",
58
+ "decoded_text": "[UNK] [UNK]'[UNK] [UNK]'[UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
59
+ "diff": [
60
+ "replace text[0:4] --> decoded_text[0:5] '고려해서' --> '[UNK]'",
61
+ "replace text[5:7] --> decoded_text[6:17] '주소' --> \"[UNK]'[UNK]\"",
62
+ "insert text[8:8] --> decoded_text[18:23] '' --> '[UNK]'",
63
+ "replace text[9:12] --> decoded_text[24:29] '대체재' --> '[UNK]'",
64
+ "replace text[13:17] --> decoded_text[30:35] \"일색'의\" --> '[UNK]'",
65
+ "replace text[18:21] --> decoded_text[36:41] '분재를' --> '[UNK]'",
66
+ "replace text[22:25] --> decoded_text[42:47] '내놓을' --> '[UNK]'",
67
+ "replace text[26:32] --> decoded_text[48:53] '위험이 있다' --> '[UNK]'",
68
+ "replace text[34:37] --> decoded_text[55:60] '문학의' --> '[UNK]'",
69
+ "replace text[38:41] --> decoded_text[61:66] '자유를' --> '[UNK]'",
70
+ "replace text[42:46] --> decoded_text[67:72] '소설가가' --> '[UNK]'",
71
+ "replace text[47:50] --> decoded_text[73:78] '스스로' --> '[UNK]'",
72
+ "replace text[51:59] --> decoded_text[79:84] '황금의제국카지노' --> '[UNK]'",
73
+ "replace text[60:64] --> decoded_text[85:90] '출판사에' --> '[UNK]'",
74
+ "replace text[65:69] --> decoded_text[91:96] '상납하는' --> '[UNK]'",
75
+ "replace text[70:73] --> decoded_text[97:102] '것이다' --> '[UNK]'"
76
+ ],
77
+ "n_oov_chars": 55,
78
+ "oov_ratio": 0.7432432432432432,
79
+ "oov_charset": "[\"고\", \"려\", \"해\", \"서\", \"주\", \"소\", \"대\", \"체\", \"재\", \"일\", \"색\", \"의\", \"분\", \"를\", \"내\", \"놓\", \"을\", \"위\", \"험\", \"이\", \"있\", \"다\", \"문\", \"학\", \"자\", \"유\", \"설\", \"가\", \"스\", \"로\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"출\", \"판\", \"사\", \"에\", \"상\", \"납\", \"하\", \"는\", \"것\"]"
80
+ },
81
+ {
82
+ "text": "조시도널슨의 유산 프랭클린 주소 바레토(22)는 황금의제국카지노 4타수3안타(2루타 홈런) 3타점(.246 .270 .508). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
83
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] ( 22 ) [UNK] [UNK] [UNK] ( [UNK] [UNK] ) [UNK] (. 246. 270. 508 ). [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
84
+ "diff": [
85
+ "replace text[0:6] --> decoded_text[0:5] '조시도널슨의' --> '[UNK]'",
86
+ "replace text[7:9] --> decoded_text[6:11] '유산' --> '[UNK]'",
87
+ "replace text[10:14] --> decoded_text[12:17] '프랭클린' --> '[UNK]'",
88
+ "replace text[15:17] --> decoded_text[18:23] '주소' --> '[UNK]'",
89
+ "replace text[18:21] --> decoded_text[24:30] '바레토' --> '[UNK] '",
90
+ "insert text[22:22] --> decoded_text[31:32] '' --> ' '",
91
+ "delete text[24:26] --> decoded_text[34:34] ')는' --> ''",
92
+ "delete text[27:49] --> decoded_text[35:35] '황금의제국카지노 4타수3안타(2루타 홈런' --> ''",
93
+ "replace text[51:54] --> decoded_text[37:77] '3타점' --> '[UNK] [UNK] [UNK] ( [UNK] [UNK] ) [UNK] '",
94
+ "insert text[56:56] --> decoded_text[79:80] '' --> ' '",
95
+ "insert text[59:59] --> decoded_text[83:84] '' --> '.'",
96
+ "delete text[60:61] --> decoded_text[85:85] '.' --> ''",
97
+ "insert text[64:64] --> decoded_text[88:89] '' --> '.'",
98
+ "delete text[65:66] --> decoded_text[90:90] '.' --> ''",
99
+ "insert text[69:69] --> decoded_text[93:94] '' --> ' '",
100
+ "replace text[72:75] --> decoded_text[97:102] '하지만' --> '[UNK]'",
101
+ "replace text[76:79] --> decoded_text[103:108] '아직은' --> '[UNK]'",
102
+ "replace text[80:84] --> decoded_text[109:114] '트레이드' --> '[UNK]'",
103
+ "replace text[85:88] --> decoded_text[115:120] '당시의' --> '[UNK]'",
104
+ "replace text[89:93] --> decoded_text[121:126] '기대치를' --> '[UNK]'",
105
+ "replace text[94:98] --> decoded_text[127:132] '보여주지' --> '[UNK]'",
106
+ "replace text[99:102] --> decoded_text[133:138] '못하고' --> '[UNK]'",
107
+ "replace text[103:105] --> decoded_text[139:144] '있다' --> '[UNK]'"
108
+ ],
109
+ "n_oov_chars": 62,
110
+ "oov_ratio": 0.5849056603773585,
111
+ "oov_charset": "[\"조\", \"시\", \"도\", \"널\", \"슨\", \"의\", \"유\", \"산\", \"프\", \"랭\", \"클\", \"린\", \"주\", \"소\", \"바\", \"레\", \"토\", \"는\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"타\", \"수\", \"안\", \"루\", \"홈\", \"런\", \"점\", \"하\", \"만\", \"아\", \"직\", \"은\", \"트\", \"이\", \"드\", \"당\", \"기\", \"대\", \"치\", \"를\", \"보\", \"여\", \"못\", \"고\", \"있\", \"다\"]"
112
+ },
113
+ {
114
+ "text": "여기서승리한 2팀이 준결승에 오른다. 결국 A, B조 1위는 12강-4강-결승으로 3경기를 치르지만, C, D, 황금의제국카지노 E, F조 1위는 주소 12강-6강-4강-결승으로 4경기를 해야 한다.",
115
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK]. [UNK] [UNK], [UNK] [UNK] [UNK] - [UNK] - [UNK] [UNK] [UNK], [UNK], [UNK], [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] - [UNK] - [UNK] - [UNK] [UNK] [UNK] [UNK].",
116
+ "diff": [
117
+ "replace text[0:6] --> decoded_text[0:5] '여기서승리한' --> '[UNK]'",
118
+ "replace text[7:10] --> decoded_text[6:11] '2팀이' --> '[UNK]'",
119
+ "replace text[11:15] --> decoded_text[12:17] '준결승에' --> '[UNK]'",
120
+ "replace text[16:19] --> decoded_text[18:23] '오른다' --> '[UNK]'",
121
+ "replace text[21:23] --> decoded_text[25:30] '결국' --> '[UNK]'",
122
+ "replace text[24:25] --> decoded_text[31:36] 'A' --> '[UNK]'",
123
+ "replace text[27:29] --> decoded_text[38:43] 'B조' --> '[UNK]'",
124
+ "replace text[30:33] --> decoded_text[44:49] '1위는' --> '[UNK]'",
125
+ "replace text[34:37] --> decoded_text[50:56] '12강' --> '[UNK] '",
126
+ "replace text[38:40] --> decoded_text[57:64] '4강' --> ' [UNK] '",
127
+ "delete text[41:45] --> decoded_text[65:65] '결승으로' --> ''",
128
+ "replace text[46:50] --> decoded_text[66:71] '3경기를' --> '[UNK]'",
129
+ "replace text[51:55] --> decoded_text[72:83] '치르지만' --> '[UNK] [UNK]'",
130
+ "replace text[57:58] --> decoded_text[85:90] 'C' --> '[UNK]'",
131
+ "replace text[60:61] --> decoded_text[92:97] 'D' --> '[UNK]'",
132
+ "replace text[63:71] --> decoded_text[99:104] '황금의제국카지노' --> '[UNK]'",
133
+ "replace text[72:73] --> decoded_text[105:110] 'E' --> '[UNK]'",
134
+ "replace text[75:77] --> decoded_text[112:117] 'F조' --> '[UNK]'",
135
+ "replace text[78:81] --> decoded_text[118:123] '1위는' --> '[UNK]'",
136
+ "replace text[82:84] --> decoded_text[124:129] '주소' --> '[UNK]'",
137
+ "replace text[85:88] --> decoded_text[130:136] '12강' --> '[UNK] '",
138
+ "replace text[89:91] --> decoded_text[137:144] '6강' --> ' [UNK] '",
139
+ "replace text[92:94] --> decoded_text[145:152] '4강' --> ' [UNK] '",
140
+ "delete text[95:99] --> decoded_text[153:153] '결승으로' --> ''",
141
+ "replace text[100:104] --> decoded_text[154:159] '4경기를' --> '[UNK]'",
142
+ "replace text[105:107] --> decoded_text[160:165] '해야' --> '[UNK]'",
143
+ "replace text[108:110] --> decoded_text[166:177] '한다' --> '[UNK] [UNK]'"
144
+ ],
145
+ "n_oov_chars": 66,
146
+ "oov_ratio": 0.5945945945945946,
147
+ "oov_charset": "[\"여\", \"기\", \"서\", \"승\", \"리\", \"한\", \"팀\", \"이\", \"준\", \"결\", \"에\", \"오\", \"른\", \"다\", \"국\", \"A\", \"B\", \"조\", \"위\", \"는\", \"강\", \"으\", \"로\", \"경\", \"를\", \"치\", \"르\", \"지\", \"만\", \"C\", \"D\", \"황\", \"금\", \"의\", \"제\", \"카\", \"노\", \"E\", \"F\", \"주\", \"소\", \"해\", \"야\"]"
148
+ },
149
+ {
150
+ "text": "또한이날 눈길을 주소 끈 것은 한 신인배우의 매니저였다. 황금의제국카지노 배우의 매니저 일을 하고 있다는 한 청취자의 사연에 박명수는 '실시간 검색어 1위'를 만들어주겠다며, 통화연결을 했다.",
151
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'[UNK] [UNK] [UNK]'[UNK] [UNK], [UNK] [UNK].",
152
+ "diff": [
153
+ "replace text[0:4] --> decoded_text[0:5] '또한이날' --> '[UNK]'",
154
+ "replace text[5:8] --> decoded_text[6:11] '눈길을' --> '[UNK]'",
155
+ "replace text[9:11] --> decoded_text[12:17] '주소' --> '[UNK]'",
156
+ "replace text[12:13] --> decoded_text[18:23] '끈' --> '[UNK]'",
157
+ "replace text[14:16] --> decoded_text[24:29] '것은' --> '[UNK]'",
158
+ "replace text[17:18] --> decoded_text[30:35] '한' --> '[UNK]'",
159
+ "replace text[19:24] --> decoded_text[36:41] '신인배우의' --> '[UNK]'",
160
+ "replace text[25:30] --> decoded_text[42:47] '매니저였다' --> '[UNK]'",
161
+ "replace text[32:40] --> decoded_text[49:54] '황금의제국카지노' --> '[UNK]'",
162
+ "replace text[41:44] --> decoded_text[55:60] '배우의' --> '[UNK]'",
163
+ "replace text[45:48] --> decoded_text[61:66] '매니저' --> '[UNK]'",
164
+ "replace text[49:51] --> decoded_text[67:72] '일을' --> '[UNK]'",
165
+ "replace text[52:54] --> decoded_text[73:78] '하고' --> '[UNK]'",
166
+ "replace text[55:58] --> decoded_text[79:84] '있다는' --> '[UNK]'",
167
+ "replace text[59:60] --> decoded_text[85:90] '한' --> '[UNK]'",
168
+ "replace text[61:65] --> decoded_text[91:96] '청취자의' --> '[UNK]'",
169
+ "replace text[66:69] --> decoded_text[97:102] '사연에' --> '[UNK]'",
170
+ "replace text[70:74] --> decoded_text[103:114] '박명수는' --> \"[UNK]'[UNK]\"",
171
+ "insert text[75:75] --> decoded_text[115:126] '' --> '[UNK] [UNK]'",
172
+ "replace text[76:79] --> decoded_text[127:132] '실시간' --> '[UNK]'",
173
+ "replace text[80:96] --> decoded_text[133:138] \"검색어 1위'를 만들어주겠다며\" --> '[UNK]'",
174
+ "replace text[98:103] --> decoded_text[140:145] '통화연결을' --> '[UNK]'",
175
+ "replace text[104:106] --> decoded_text[146:151] '했다' --> '[UNK]'"
176
+ ],
177
+ "n_oov_chars": 101,
178
+ "oov_ratio": 0.9439252336448598,
179
+ "oov_charset": "[\"또\", \"한\", \"이\", \"날\", \" \", \"눈\", \"길\", \"을\", \"주\", \"소\", \"끈\", \"것\", \"은\", \"신\", \"인\", \"배\", \"우\", \"의\", \"매\", \"니\", \"저\", \"였\", \"다\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"일\", \"하\", \"고\", \"있\", \"는\", \"청\", \"취\", \"자\", \"사\", \"연\", \"에\", \"박\", \"명\", \"수\", \"실\", \"시\", \"간\", \"검\", \"색\", \"어\", \"위\", \"를\", \"만\", \"들\", \"겠\", \"며\", \"통\", \"화\", \"결\", \"했\"]"
180
+ },
181
+ {
182
+ "text": "하지만이번 황금의제국카지노 시즌, 호날두와 이과인이 다시 주소 한솥밥을 먹는 일이 성사됐다. 호날두가 ‘빅 사이닝’을 통해 유벤���스로 옮겼기 때문이다.",
183
+ "decoded_text": "[UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
184
+ "diff": [
185
+ "replace text[0:5] --> decoded_text[0:5] '하지만이번' --> '[UNK]'",
186
+ "replace text[6:14] --> decoded_text[6:11] '황금의제국카지노' --> '[UNK]'",
187
+ "replace text[15:17] --> decoded_text[12:17] '시즌' --> '[UNK]'",
188
+ "replace text[19:23] --> decoded_text[19:24] '호날두와' --> '[UNK]'",
189
+ "replace text[24:28] --> decoded_text[25:30] '이과인이' --> '[UNK]'",
190
+ "replace text[29:31] --> decoded_text[31:36] '다시' --> '[UNK]'",
191
+ "replace text[32:34] --> decoded_text[37:42] '주소' --> '[UNK]'",
192
+ "replace text[35:39] --> decoded_text[43:48] '한솥밥을' --> '[UNK]'",
193
+ "replace text[40:42] --> decoded_text[49:54] '먹는' --> '[UNK]'",
194
+ "replace text[43:45] --> decoded_text[55:60] '일이' --> '[UNK]'",
195
+ "replace text[46:50] --> decoded_text[61:66] '성사됐다' --> '[UNK]'",
196
+ "replace text[52:56] --> decoded_text[68:73] '호날두가' --> '[UNK]'",
197
+ "replace text[57:59] --> decoded_text[74:79] '‘빅' --> '[UNK]'",
198
+ "replace text[60:65] --> decoded_text[80:85] '사이닝’을' --> '[UNK]'",
199
+ "replace text[66:68] --> decoded_text[86:91] '통해' --> '[UNK]'",
200
+ "replace text[69:74] --> decoded_text[92:97] '유벤투스로' --> '[UNK]'",
201
+ "replace text[75:78] --> decoded_text[98:103] '옮겼기' --> '[UNK]'",
202
+ "replace text[79:83] --> decoded_text[104:127] '때문이다' --> '[UNK] [UNK] [UNK] [UNK]'"
203
+ ],
204
+ "n_oov_chars": 81,
205
+ "oov_ratio": 0.9642857142857143,
206
+ "oov_charset": "[\"하\", \"지\", \"만\", \"이\", \"번\", \" \", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"노\", \"시\", \"즌\", \"호\", \"날\", \"두\", \"와\", \"과\", \"인\", \"다\", \"주\", \"소\", \"한\", \"솥\", \"밥\", \"을\", \"먹\", \"는\", \"일\", \"성\", \"사\", \"됐\", \"가\", \"‘\", \"빅\", \"닝\", \"’\", \"통\", \"해\", \"유\", \"벤\", \"투\", \"스\", \"로\", \"옮\", \"겼\", \"기\", \"때\", \"문\"]"
207
+ },
208
+ {
209
+ "text": "현대캐피탈은삼성화재와 시범경기를 위해 홍천에 황금의제국카지노 주소 왔다.",
210
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
211
+ "diff": [
212
+ "replace text[0:11] --> decoded_text[0:5] '현대캐피탈은삼성화재와' --> '[UNK]'",
213
+ "replace text[12:17] --> decoded_text[6:11] '시범경기를' --> '[UNK]'",
214
+ "replace text[18:20] --> decoded_text[12:17] '위해' --> '[UNK]'",
215
+ "replace text[21:24] --> decoded_text[18:23] '홍천에' --> '[UNK]'",
216
+ "replace text[25:33] --> decoded_text[24:29] '황금의제국카지노' --> '[UNK]'",
217
+ "replace text[34:36] --> decoded_text[30:35] '주소' --> '[UNK]'",
218
+ "replace text[37:39] --> decoded_text[36:41] '왔다' --> '[UNK]'"
219
+ ],
220
+ "n_oov_chars": 39,
221
+ "oov_ratio": 0.975,
222
+ "oov_charset": "[\"현\", \"대\", \"캐\", \"피\", \"탈\", \"은\", \"삼\", \"성\", \"화\", \"재\", \"와\", \" \", \"시\", \"범\", \"경\", \"기\", \"를\", \"위\", \"해\", \"홍\", \"천\", \"에\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"주\", \"소\", \"왔\", \"다\"]"
223
+ },
224
+ {
225
+ "text": "사실자매가 나란히 앉아 인터뷰를 한다는 게 쑥스러울 법도 한데, 주소 둘 사이에는 어떤 거리낌도 없었다. 마치 하루에 한 번씩 만나는 친구 같은 느낌이 황금의제국카지노 강했다.",
226
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
227
+ "diff": [
228
+ "replace text[0:5] --> decoded_text[0:5] '사실자매가' --> '[UNK]'",
229
+ "replace text[6:9] --> decoded_text[6:11] '나란히' --> '[UNK]'",
230
+ "replace text[10:12] --> decoded_text[12:17] '앉아' --> '[UNK]'",
231
+ "replace text[13:17] --> decoded_text[18:23] '인터뷰를' --> '[UNK]'",
232
+ "replace text[18:21] --> decoded_text[24:29] '한다는' --> '[UNK]'",
233
+ "replace text[22:23] --> decoded_text[30:35] '게' --> '[UNK]'",
234
+ "replace text[24:28] --> decoded_text[36:41] '쑥스러울' --> '[UNK]'",
235
+ "replace text[29:31] --> decoded_text[42:47] '법도' --> '[UNK]'",
236
+ "replace text[32:34] --> decoded_text[48:53] '한데' --> '[UNK]'",
237
+ "replace text[36:38] --> decoded_text[55:60] '주소' --> '[UNK]'",
238
+ "replace text[39:40] --> decoded_text[61:66] '둘' --> '[UNK]'",
239
+ "replace text[41:45] --> decoded_text[67:72] '사이에는' --> '[UNK]'",
240
+ "replace text[46:48] --> decoded_text[73:78] '어떤' --> '[UNK]'",
241
+ "replace text[49:53] --> decoded_text[79:84] '거리낌도' --> '[UNK]'",
242
+ "replace text[54:57] --> decoded_text[85:90] '없었다' --> '[UNK]'",
243
+ "replace text[59:61] --> decoded_text[92:97] '마치' --> '[UNK]'",
244
+ "replace text[62:65] --> decoded_text[98:103] '하루에' --> '[UNK]'",
245
+ "replace text[66:67] --> decoded_text[104:109] '한' --> '[UNK]'",
246
+ "replace text[68:70] --> decoded_text[110:115] '번씩' --> '[UNK]'",
247
+ "replace text[71:74] --> decoded_text[116:121] '만나는' --> '[UNK]'",
248
+ "replace text[75:77] --> decoded_text[122:127] '친구' --> '[UNK]'",
249
+ "replace text[78:80] --> decoded_text[128:133] '같은' --> '[UNK]'",
250
+ "replace text[81:84] --> decoded_text[134:139] '느낌이' --> '[UNK]'",
251
+ "replace text[85:93] --> decoded_text[140:145] '황금의제국카지노' --> '[UNK]'",
252
+ "replace text[94:97] --> decoded_text[146:151] '강했다' --> '[UNK]'"
253
+ ],
254
+ "n_oov_chars": 95,
255
+ "oov_ratio": 0.9693877551020408,
256
+ "oov_charset": "[\"사\", \"실\", \"자\", \"매\", \"가\", \" \", \"나\", \"란\", \"히\", \"앉\", \"아\", \"인\", \"터\", \"뷰\", \"를\", \"한\", \"다\", \"는\", \"게\", \"쑥\", \"스\", \"러\", \"울\", \"법\", \"도\", \"데\", \"주\", \"소\", \"둘\", \"이\", \"에\", \"어\", \"떤\", \"거\", \"리\", \"낌\", \"없\", \"었\", \"마\", \"치\", \"하\", \"루\", \"번\", \"씩\", \"만\", \"친\", \"구\", \"같\", \"은\", \"느\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"강\", \"했\"]"
257
+ }
258
+ ]
stats/compression_rate/google-bert.bert-base-german-cased @ cc100.ar.diff.json ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة .. ( 1)",
4
+ "decoded_text": "- [UNK] / [UNK] [UNK] [UNK] - [UNK] [UNK].. ( 1 )",
5
+ "diff": [
6
+ "replace text[2:8] --> decoded_text[2:7] 'اللواء' --> '[UNK]'",
7
+ "replace text[11:14] --> decoded_text[10:15] 'علي' --> '[UNK]'",
8
+ "replace text[15:19] --> decoded_text[16:21] 'محمد' --> '[UNK]'",
9
+ "replace text[20:28] --> decoded_text[22:27] 'الكحلاني' --> '[UNK]'",
10
+ "replace text[31:36] --> decoded_text[30:35] 'نصيحة' --> '[UNK]'",
11
+ "replace text[37:43] --> decoded_text[36:41] 'صادقة ' --> '[UNK]'",
12
+ "insert text[49:49] --> decoded_text[47:48] '' --> ' '"
13
+ ],
14
+ "n_oov_chars": 31,
15
+ "oov_ratio": 0.62,
16
+ "oov_charset": "[\"ا\", \"ل\", \"و\", \"ء\", \"ع\", \"ي\", \"م\", \"ح\", \"د\", \"ك\", \"ن\", \"ص\", \"ة\", \"ق\"]"
17
+ },
18
+ {
19
+ "text": "اليمن جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين من استعادة وضعها الطبيعي, ومن حياتها الاعتيادية الطبيعية في 22مايو العام 1990م.. بكل تأكيد قد تنهدت من أعماق أعماقها ألماً وأسىً لما وصل إليه حال أبنائها من اقتتال ومن احتراب, ومن اضطراب في نسيجها الاجتماعي, ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل, ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في العام 1990م فاجأوا العالم بوحدتهم حين كان العالم منغمساً في الانقسام, وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين شمالاً وجنوباً نحو الوحدة طوعياً وبمستوى عالٍ من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى سواءً كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى, عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة التسعينات من القرن العشرين التي (تردف) كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..",
20
+ "decoded_text": "[UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] ( [UNK] ) [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
21
+ "diff": [
22
+ "replace text[0:97] --> decoded_text[0:91] 'اليمن جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين من استعادة وضعها الطبيعي' --> '[UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
23
+ "replace text[99:247] --> decoded_text[93:250] 'ومن حياتها الاعتيادية الطبيعية في 22مايو العام 1990م.. بكل تأكيد قد تنهدت من أعماق أعماقها ألماً وأسىً لما وصل إليه حال أبنائها من اقتتال ومن احتراب' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
24
+ "replace text[249:279] --> decoded_text[252:281] 'ومن اضطراب في نسيجها الاجتماعي' --> '[UNK] [UNK] [UNK] [UNK] [UNK]'",
25
+ "replace text[281:389] --> decoded_text[283:398] 'ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
26
+ "replace text[391:525] --> decoded_text[400:537] 'ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في العام 1990م فاجأوا العالم بوحدتهم حين كان العالم منغمساً في الانقسام' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
27
+ "replace text[527:785] --> decoded_text[539:798] 'وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين شمالاً وجنوباً نحو الوحدة طوعياً وبمستوى عالٍ من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى سواءً كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
28
+ "replace text[787:884] --> decoded_text[800:897] 'عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة التسعينات من القرن العشرين التي' --> '[UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
29
+ "replace text[886:890] --> decoded_text[899:906] 'تردف' --> ' [UNK] '",
30
+ "replace text[892:966] --> decoded_text[908:987] 'كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..'"
31
+ ],
32
+ "n_oov_chars": 776,
33
+ "oov_ratio": 0.8033126293995859,
34
+ "oov_charset": "[\"ا\", \"ل\", \"ي\", \"م\", \"ن\", \"ج\", \"و\", \"ب\", \"ه\", \"ش\", \"ر\", \"ق\", \"غ\", \"ف\", \"ت\", \"ع\", \"ى\", \"ث\", \"س\", \"د\", \"ة\", \"ض\", \"ط\", \"ح\", \"ك\", \"أ\", \"ً\", \"ص\", \"إ\", \"ئ\", \"ء\", \"ذ\", \"ز\", \"ظ\", \"ٍ\", \"خ\"]"
35
+ },
36
+ {
37
+ "text": "واليوم وبعد أن جرت مياه كثيرة وتدفقت من تحت الجسر, وما شهدته البلد من مواقف عديدة, فإن الحكمة اليمانية توجب على أبناء اليمن أياً كانت تياراتهم السياسية, أو انتماءاتهم المناطقية أو القبلية أو الجهوية, أن يستذكروا جيداً ما وصفهم به رسول العالمين محمد بن عبدالله عليه أفضل الصلوات والتسليم وعلى آله الأخيار الأطهار بأنهم أهل حكمة وأهل إيمان..",
38
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
39
+ "diff": [
40
+ "replace text[0:49] --> decoded_text[0:59] 'واليوم وبعد أن جرت مياه كثيرة وتدفقت من تحت الجسر' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
41
+ "replace text[51:81] --> decoded_text[61:96] 'وما شهدته البلد من مواقف عديدة' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
42
+ "replace text[83:151] --> decoded_text[98:163] 'فإن الحكمة اليمانية توجب على أبناء اليمن أياً كانت تياراتهم السياسية' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
43
+ "replace text[153:198] --> decoded_text[165:206] 'أو انتماءاتهم المناطقية أو القبلية أو الجهوية' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
44
+ "replace text[200:337] --> decoded_text[208:351] 'أن يستذكروا جيداً ما وصفهم به رسول العالمين محمد بن عبدالله عليه أفضل الصلوات والتسليم وعلى آله الأخيار الأطهار بأنهم أهل حكمة وأهل إيمان' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
45
+ ],
46
+ "n_oov_chars": 333,
47
+ "oov_ratio": 0.9823008849557522,
48
+ "oov_charset": "[\"و\", \"ا\", \"ل\", \"ي\", \"م\", \" \", \"ب\", \"ع\", \"د\", \"أ\", \"ن\", \"ج\", \"ر\", \"ت\", \"ه\", \"ك\", \"ث\", \"ة\", \"ف\", \"ق\", \"ح\", \"س\", \"ش\", \"إ\", \"ى\", \"ء\", \"ً\", \"ط\", \"ذ\", \"ص\", \"ض\", \"آ\", \"خ\"]"
49
+ },
50
+ {
51
+ "text": "وكلام الرسول وأحاديثه ما هي إلا وحي من ��لله.. بمعنى أن العمل بما قاله الرسول الأعظم هو مسؤولية أخلاقية ودينية ومسؤولية سياسية..",
52
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
53
+ "diff": [
54
+ "replace text[0:5] --> decoded_text[0:5] 'وكلام' --> '[UNK]'",
55
+ "replace text[6:12] --> decoded_text[6:11] 'الرسول' --> '[UNK]'",
56
+ "replace text[13:21] --> decoded_text[12:17] 'وأحاديثه' --> '[UNK]'",
57
+ "replace text[22:24] --> decoded_text[18:23] 'ما' --> '[UNK]'",
58
+ "replace text[25:27] --> decoded_text[24:29] 'هي' --> '[UNK]'",
59
+ "replace text[28:31] --> decoded_text[30:35] 'إلا' --> '[UNK]'",
60
+ "replace text[32:35] --> decoded_text[36:41] 'وحي' --> '[UNK]'",
61
+ "replace text[36:38] --> decoded_text[42:47] 'من' --> '[UNK]'",
62
+ "replace text[39:43] --> decoded_text[48:53] 'الله' --> '[UNK]'",
63
+ "replace text[46:51] --> decoded_text[56:61] 'بمعنى' --> '[UNK]'",
64
+ "replace text[52:54] --> decoded_text[62:67] 'أن' --> '[UNK]'",
65
+ "replace text[55:60] --> decoded_text[68:73] 'العمل' --> '[UNK]'",
66
+ "replace text[61:64] --> decoded_text[74:79] 'بما' --> '[UNK]'",
67
+ "replace text[65:69] --> decoded_text[80:85] 'قاله' --> '[UNK]'",
68
+ "replace text[70:76] --> decoded_text[86:91] 'الرسول' --> '[UNK]'",
69
+ "replace text[77:83] --> decoded_text[92:97] 'الأعظم' --> '[UNK]'",
70
+ "replace text[84:86] --> decoded_text[98:103] 'هو' --> '[UNK]'",
71
+ "replace text[87:94] --> decoded_text[104:109] 'مسؤولية' --> '[UNK]'",
72
+ "replace text[95:102] --> decoded_text[110:115] 'أخلاقية' --> '[UNK]'",
73
+ "replace text[103:109] --> decoded_text[116:121] 'ودينية' --> '[UNK]'",
74
+ "replace text[110:118] --> decoded_text[122:127] 'ومسؤولية' --> '[UNK]'",
75
+ "replace text[119:125] --> decoded_text[128:133] 'سياسية' --> '[UNK]'"
76
+ ],
77
+ "n_oov_chars": 123,
78
+ "oov_ratio": 0.968503937007874,
79
+ "oov_charset": "[\"و\", \"ك\", \"ل\", \"ا\", \"م\", \" \", \"ر\", \"س\", \"أ\", \"ح\", \"د\", \"ي\", \"ث\", \"ه\", \"إ\", \"ن\", \"ب\", \"ع\", \"ى\", \"ق\", \"ظ\", \"ؤ\", \"ة\", \"خ\"]"
80
+ },
81
+ {
82
+ "text": "فهل أوضاع اليمنيين القائمة هي نتاج حكمة, وهل من الحكمة أن تظل البندقية والقذيفة هي وسيلة الخطاب والحوار فيما بيننا نحن أبناء هذا البلد العظيم..",
83
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
84
+ "diff": [
85
+ "replace text[0:3] --> decoded_text[0:5] 'فهل' --> '[UNK]'",
86
+ "replace text[4:9] --> decoded_text[6:11] 'أوضاع' --> '[UNK]'",
87
+ "replace text[10:18] --> decoded_text[12:17] 'اليمنيين' --> '[UNK]'",
88
+ "replace text[19:26] --> decoded_text[18:23] 'القائمة' --> '[UNK]'",
89
+ "replace text[27:29] --> decoded_text[24:29] 'هي' --> '[UNK]'",
90
+ "replace text[30:34] --> decoded_text[30:35] 'نتاج' --> '[UNK]'",
91
+ "replace text[35:39] --> decoded_text[36:41] 'حكمة' --> '[UNK]'",
92
+ "replace text[41:44] --> decoded_text[43:48] 'وهل' --> '[UNK]'",
93
+ "replace text[45:47] --> decoded_text[49:54] 'من' --> '[UNK]'",
94
+ "replace text[48:54] --> decoded_text[55:60] 'الحكمة' --> '[UNK]'",
95
+ "replace text[55:57] --> decoded_text[61:66] 'أن' --> '[UNK]'",
96
+ "replace text[58:61] --> decoded_text[67:72] 'تظل' --> '[UNK]'",
97
+ "replace text[62:70] --> decoded_text[73:78] 'البندقية' --> '[UNK]'",
98
+ "replace text[71:79] --> decoded_text[79:84] 'والقذيفة' --> '[UNK]'",
99
+ "replace text[80:82] --> decoded_text[85:90] 'هي' --> '[UNK]'",
100
+ "replace text[83:88] --> decoded_text[91:96] 'وسيلة' --> '[UNK]'",
101
+ "replace text[89:95] --> decoded_text[97:102] 'الخطاب' --> '[UNK]'",
102
+ "replace text[96:103] --> decoded_text[103:108] 'والحوار' --> '[UNK]'",
103
+ "replace text[104:108] --> decoded_text[109:114] 'فيما' --> '[UNK]'",
104
+ "replace text[109:114] --> decoded_text[115:120] 'بيننا' --> '[UNK]'",
105
+ "replace text[115:118] --> decoded_text[121:126] 'نحن' --> '[UNK]'",
106
+ "replace text[119:124] --> decoded_text[127:132] 'أبناء' --> '[UNK]'",
107
+ "replace text[125:128] --> decoded_text[133:138] 'هذا' --> '[UNK]'",
108
+ "replace text[129:134] --> decoded_text[139:144] 'البلد' --> '[UNK]'",
109
+ "replace text[135:141] --> decoded_text[145:150] 'العظيم' --> '[UNK]'"
110
+ ],
111
+ "n_oov_chars": 140,
112
+ "oov_ratio": 0.9790209790209791,
113
+ "oov_charset": "[\"ف\", \"ه\", \"ل\", \" \", \"أ\", \"��\", \"ض\", \"ا\", \"ع\", \"ي\", \"م\", \"ن\", \"ق\", \"ئ\", \"ة\", \"ت\", \"ج\", \"ح\", \"ك\", \"ظ\", \"ب\", \"د\", \"ذ\", \"س\", \"خ\", \"ط\", \"ر\", \"ء\"]"
114
+ },
115
+ {
116
+ "text": "وهل الانسياق نحو مزيدٍ من العناد ومزيدٍ من الاحتقان, ومزيدٍ من الاحتراب بين أبناء بلد واحد وشعب واحد يرضى الله ورسوله الكريم عليه صلاة الله وسلامه وعلى آله..",
117
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
118
+ "diff": [
119
+ "replace text[0:3] --> decoded_text[0:5] 'وهل' --> '[UNK]'",
120
+ "replace text[4:12] --> decoded_text[6:11] 'الانسياق' --> '[UNK]'",
121
+ "replace text[13:16] --> decoded_text[12:17] 'نحو' --> '[UNK]'",
122
+ "replace text[17:22] --> decoded_text[18:23] 'مزيدٍ' --> '[UNK]'",
123
+ "replace text[23:25] --> decoded_text[24:29] 'من' --> '[UNK]'",
124
+ "replace text[26:32] --> decoded_text[30:35] 'العناد' --> '[UNK]'",
125
+ "replace text[33:39] --> decoded_text[36:41] 'ومزيدٍ' --> '[UNK]'",
126
+ "replace text[40:42] --> decoded_text[42:47] 'من' --> '[UNK]'",
127
+ "replace text[43:51] --> decoded_text[48:53] 'الاحتقان' --> '[UNK]'",
128
+ "replace text[53:59] --> decoded_text[55:60] 'ومزيدٍ' --> '[UNK]'",
129
+ "replace text[60:62] --> decoded_text[61:66] 'من' --> '[UNK]'",
130
+ "replace text[63:71] --> decoded_text[67:72] 'الاحتراب' --> '[UNK]'",
131
+ "replace text[72:75] --> decoded_text[73:78] 'بين' --> '[UNK]'",
132
+ "replace text[76:81] --> decoded_text[79:84] 'أبناء' --> '[UNK]'",
133
+ "replace text[82:85] --> decoded_text[85:90] 'بلد' --> '[UNK]'",
134
+ "replace text[86:90] --> decoded_text[91:96] 'واحد' --> '[UNK]'",
135
+ "replace text[91:95] --> decoded_text[97:102] 'وشعب' --> '[UNK]'",
136
+ "replace text[96:100] --> decoded_text[103:108] 'واحد' --> '[UNK]'",
137
+ "replace text[101:105] --> decoded_text[109:114] 'يرضى' --> '[UNK]'",
138
+ "replace text[106:110] --> decoded_text[115:120] 'الله' --> '[UNK]'",
139
+ "replace text[111:117] --> decoded_text[121:126] 'ورسوله' --> '[UNK]'",
140
+ "replace text[118:124] --> decoded_text[127:132] 'الكريم' --> '[UNK]'",
141
+ "replace text[125:129] --> decoded_text[133:138] 'عليه' --> '[UNK]'",
142
+ "replace text[130:134] --> decoded_text[139:144] 'صلاة' --> '[UNK]'",
143
+ "replace text[135:139] --> decoded_text[145:150] 'الله' --> '[UNK]'",
144
+ "replace text[140:146] --> decoded_text[151:156] 'وسلامه' --> '[UNK]'",
145
+ "replace text[147:151] --> decoded_text[157:162] 'وعلى' --> '[UNK]'",
146
+ "replace text[152:155] --> decoded_text[163:168] 'آله' --> '[UNK]'"
147
+ ],
148
+ "n_oov_chars": 154,
149
+ "oov_ratio": 0.9808917197452229,
150
+ "oov_charset": "[\"و\", \"ه\", \"ل\", \" \", \"ا\", \"ن\", \"س\", \"ي\", \"ق\", \"ح\", \"م\", \"ز\", \"د\", \"ٍ\", \"ع\", \"ت\", \"ر\", \"ب\", \"أ\", \"ء\", \"ش\", \"ض\", \"ى\", \"ك\", \"ص\", \"ة\", \"آ\"]"
151
+ },
152
+ {
153
+ "text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن- وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
154
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] - [UNK] [UNK] [UNK] [UNK], [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..",
155
+ "diff": [
156
+ "replace text[0:84] --> decoded_text[0:110] 'أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] '",
157
+ "replace text[86:107] --> decoded_text[112:135] 'وهو بلد ولاَّد بالخير' --> '[UNK] [UNK] [UNK] [UNK]'",
158
+ "replace text[109:118] --> decoded_text[137:148] 'إلى أطلال' --> '[UNK] [UNK]'",
159
+ "replace text[120:175] --> decoded_text[150:209] 'وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
160
+ "replace text[177:226] --> decoded_text[211:266] 'بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]..'"
161
+ ],
162
+ "n_oov_chars": 176,
163
+ "oov_ratio": 0.7787610619469026,
164
+ "oov_charset": "[\"أ\", \"ن\", \"ا\", \"ل\", \"ع\", \"ت\", \"ق\", \"د\", \"ً\", \"م\", \"ب\", \"ء\", \"ه\", \"ذ\", \"ي\", \"و\", \"س\", \"غ\", \"ج\", \"ر\", \"ف\", \"ح\", \"ّ\", \"َ\", \"خ\", \"إ\", \"ى\", \"ط\", \"ض\", \"ؤ\", \"ئ\", \"ش\", \"ك\", \"ة\"]"
165
+ },
166
+ {
167
+ "text": "اليمن أنهك من العدوان ومن الحصار حتى أولئك الذين يظنون أنهم بعيدون عن التأثيرات المباشرة للعدوان, لم يسلموا ولن يسلموا.. والأعباء والمتاعب طالت الجميع, وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء هذا الشعب فإن المستقبل سيكون قاتماً وأضراره ستظل تلاحق الأجيال اليمنية جيلاً بعد جيل, وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي الرياض أو الدوحة, أو أبوظبي..؟!",
168
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK].. [UNK]!",
169
+ "diff": [
170
+ "replace text[0:96] --> decoded_text[0:95] 'اليمن أنهك من العدوان ومن الحصار حتى أولئك الذين يظنون أنهم بعيدون عن التأثيرات المباشرة للعدوان' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
171
+ "replace text[98:118] --> decoded_text[97:120] 'لم يسلموا ولن يسلموا' --> '[UNK] [UNK] [UNK] [UNK]'",
172
+ "replace text[121:150] --> decoded_text[123:146] 'والأعباء والمتاعب طالت الجميع' --> '[UNK] [UNK] [UNK] [UNK]'",
173
+ "replace text[152:280] --> decoded_text[148:279] 'وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء هذا الشعب فإن المستقبل سيكون قاتماً وأضراره ستظل تلاحق الأجيال اليمنية جيلاً بعد جيل' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
174
+ "replace text[282:392] --> decoded_text[281:394] 'وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي الرياض أو الدوحة' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
175
+ "replace text[394:403] --> decoded_text[396:407] 'أو أبوظبي' --> '[UNK] [UNK]'",
176
+ "replace text[405:406] --> decoded_text[409:415] '؟' --> ' [UNK]'"
177
+ ],
178
+ "n_oov_chars": 398,
179
+ "oov_ratio": 0.9778869778869779,
180
+ "oov_charset": "[\"ا\", \"ل\", \"ي\", \"م\", \"ن\", \" \", \"أ\", \"ه\", \"ك\", \"ع\", \"د\", \"و\", \"ح\", \"ص\", \"ر\", \"ت\", \"ى\", \"ئ\", \"ذ\", \"ظ\", \"ب\", \"ث\", \"ش\", \"ة\", \"س\", \"ء\", \"ط\", \"ج\", \"إ\", \"خ\", \"ف\", \"ق\", \"ً\", \"ض\", \"غ\", \"ز\", \"؟\"]"
181
+ },
182
+ {
183
+ "text": "وهل انعكست المفاهيم ونحن نقبل بما يملى علينا من عواصم الفتنة ومن رموز قبلت أن تكون خادمة لأجندة غير عربية وغير إسلامية.. أجندة تباع فيها الضمائر وتباع فيها المواقف من أجل عين أصحاب البقرة الصفراء ومن أجل رضا أجهزة المخابرات في واشنطن وفي تل أبيب!!",
184
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]!!",
185
+ "diff": [
186
+ "replace text[0:118] --> decoded_text[0:131] 'وهل انعكست المفاهيم ونحن نقبل بما يملى علينا من عواصم الفتنة ومن رموز قبلت أن تكون خادمة لأجندة غير عربية وغير إسلامية' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'",
187
+ "replace text[121:245] --> decoded_text[134:271] 'أجندة تباع فيها الضمائر وتباع فيها المواقف من أجل عين أصحاب البقرة الصفراء ومن أجل رضا أجهزة المخابرات في واشنطن وفي تل أبيب' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
188
+ ],
189
+ "n_oov_chars": 243,
190
+ "oov_ratio": 0.9838056680161943,
191
+ "oov_charset": "[\"و\", \"ه\", \"ل\", \" \", \"ا\", \"ن\", \"ع\", \"ك\", \"س\", \"ت\", \"م\", \"ف\", \"ي\", \"ح\", \"ق\", \"ب\", \"ى\", \"ص\", \"ة\", \"ر\", \"ز\", \"أ\", \"خ\", \"د\", \"ج\", \"غ\", \"إ\", \"ض\", \"ئ\", \"ء\", \"ش\", \"ط\"]"
192
+ },
193
+ {
194
+ "text": "اليمن.. في هذه اللحظة الفارقة.. في هذه المرحلة الخطيرة مدمرة, ومحاصرة, ويباد أهلها وساكنوها.. اليمن أصابتها لعنة الارتزاق وابتلاها الله بقيادات يممت وجهها صوب أبو ظبي, وصوب الرياض, وصوب واشنطن..",
195
+ "decoded_text": "[UNK].. [UNK] [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK], [UNK], [UNK] [UNK] [UNK].. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK], [UNK] [UNK]..",
196
+ "diff": [
197
+ "replace text[0:5] --> decoded_text[0:5] 'اليمن' --> '[UNK]'",
198
+ "replace text[8:10] --> decoded_text[8:13] 'في' --> '[UNK]'",
199
+ "replace text[11:14] --> decoded_text[14:19] 'هذه' --> '[UNK]'",
200
+ "replace text[15:21] --> decoded_text[20:25] 'اللحظة' --> '[UNK]'",
201
+ "replace text[22:29] --> decoded_text[26:31] 'الفارقة' --> '[UNK]'",
202
+ "replace text[32:34] --> decoded_text[34:39] 'في' --> '[UNK]'",
203
+ "replace text[35:38] --> decoded_text[40:45] 'هذه' --> '[UNK]'",
204
+ "replace text[39:46] --> decoded_text[46:51] 'المرحلة' --> '[UNK]'",
205
+ "replace text[47:54] --> decoded_text[52:57] 'الخطيرة' --> '[UNK]'",
206
+ "replace text[55:60] --> decoded_text[58:63] 'مدمرة' --> '[UNK]'",
207
+ "replace text[62:69] --> decoded_text[65:70] 'ومحاصرة' --> '[UNK]'",
208
+ "replace text[71:76] --> decoded_text[72:77] 'ويباد' --> '[UNK]'",
209
+ "replace text[77:82] --> decoded_text[78:83] 'أهلها' --> '[UNK]'",
210
+ "replace text[83:91] --> decoded_text[84:89] 'وساكنوها' --> '[UNK]'",
211
+ "replace text[94:99] --> decoded_text[92:97] 'اليمن' --> '[UNK]'",
212
+ "replace text[100:107] --> decoded_text[98:103] 'أصابتها' --> '[UNK]'",
213
+ "replace text[108:112] --> decoded_text[104:109] 'لعنة' --> '[UNK]'",
214
+ "replace text[113:121] --> decoded_text[110:115] 'الارتزاق' --> '[UNK]'",
215
+ "replace text[122:130] --> decoded_text[116:121] 'وابتلاها' --> '[UNK]'",
216
+ "replace text[131:135] --> decoded_text[122:127] 'الله' --> '[UNK]'",
217
+ "replace text[136:143] --> decoded_text[128:133] 'بقيادات' --> '[UNK]'",
218
+ "replace text[144:148] --> decoded_text[134:139] 'يممت' --> '[UNK]'",
219
+ "replace text[149:154] --> decoded_text[140:145] 'وجهها' --> '[UNK]'",
220
+ "replace text[155:158] --> decoded_text[146:151] 'صوب' --> '[UNK]'",
221
+ "replace text[159:162] --> decoded_text[152:157] 'أبو' --> '[UNK]'",
222
+ "replace text[163:166] --> decoded_text[158:163] 'ظبي' --> '[UNK]'",
223
+ "replace text[168:172] --> decoded_text[165:170] 'وصوب' --> '[UNK]'",
224
+ "replace text[173:179] --> decoded_text[171:176] 'الرياض' --> '[UNK]'",
225
+ "replace text[181:185] --> decoded_text[178:183] 'وصوب' --> '[UNK]'",
226
+ "replace text[186:192] --> decoded_text[184:189] 'واشنطن' --> '[UNK]'"
227
+ ],
228
+ "n_oov_chars": 182,
229
+ "oov_ratio": 0.9381443298969072,
230
+ "oov_charset": "[\"ا\", \"ل\", \"ي\", \"م\", \"ن\", \" \", \"ف\", \"ه\", \"ذ\", \"ح\", \"ظ\", \"ة\", \"ر\", \"ق\", \"خ\", \"ط\", \"د\", \"و\", \"ص\", \"ب\", \"أ\", \"س\", \"ك\", \"ت\", \"ع\", \"ز\", \"ج\", \"ض\", \"ش\"]"
231
+ }
232
+ ]
stats/compression_rate/google-bert.bert-base-german-cased @ cc100.de.diff.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die „Püngel-Weihnacht“ in Siegburg-Kaldauen um 18 Uhr (Einlass 17.30 Uhr) im Restaurant Kaldauer Hof zu hören. Hier ist im Eintrittspreis von 18,50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil für die Gäste.",
4
+ "decoded_text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die [UNK] Püngel - Weihnacht [UNK] in Siegburg - Kaldauen um 18 Uhr ( Einlass 17. 30 Uhr ) im Restaurant Kaldauer Hof zu hören. Hier ist im Eintrittspreis von 18, 50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil für die Gäste.",
5
+ "diff": [
6
+ "replace text[58:59] --> decoded_text[58:64] '„' --> '[UNK] '",
7
+ "insert text[65:65] --> decoded_text[70:71] '' --> ' '",
8
+ "insert text[66:66] --> decoded_text[72:73] '' --> ' '",
9
+ "replace text[75:76] --> decoded_text[82:88] '“' --> ' [UNK]'",
10
+ "insert text[88:88] --> decoded_text[100:101] '' --> ' '",
11
+ "insert text[89:89] --> decoded_text[102:103] '' --> ' '",
12
+ "insert text[109:109] --> decoded_text[123:124] '' --> ' '",
13
+ "insert text[120:120] --> decoded_text[135:136] '' --> ' '",
14
+ "insert text[126:126] --> decoded_text[142:143] '' --> ' '",
15
+ "insert text[199:199] --> decoded_text[216:217] '' --> ' '"
16
+ ],
17
+ "n_oov_chars": 2,
18
+ "oov_ratio": 0.007142857142857143,
19
+ "oov_charset": "[\"„\", \"“\"]"
20
+ },
21
+ {
22
+ "text": "Der Chor bietet noch einen weiteren Termin im Rahmen der „Püngel-Weihnacht“ an.",
23
+ "decoded_text": "Der Chor bietet noch einen weiteren Termin im Rahmen der [UNK] Püngel - Weihnacht [UNK] an.",
24
+ "diff": [
25
+ "replace text[57:58] --> decoded_text[57:63] '„' --> '[UNK] '",
26
+ "insert text[64:64] --> decoded_text[69:70] '' --> ' '",
27
+ "insert text[65:65] --> decoded_text[71:72] '' --> ' '",
28
+ "replace text[74:75] --> decoded_text[81:87] '“' --> ' [UNK]'"
29
+ ],
30
+ "n_oov_chars": 2,
31
+ "oov_ratio": 0.02531645569620253,
32
+ "oov_charset": "[\"„\", \"“\"]"
33
+ },
34
+ {
35
+ "text": "02683 967019. Die Karten können auch per Email bestellt werden: [email protected]",
36
+ "decoded_text": "02683 967019. Die Karten können auch per Email bestellt werden : En - Koelsche - Weihnachtsfeier @ t - online. de",
37
+ "diff": [
38
+ "insert text[62:62] --> decoded_text[62:63] '' --> ' '",
39
+ "insert text[66:66] --> decoded_text[67:68] '' --> ' '",
40
+ "insert text[67:67] --> decoded_text[69:70] '' --> ' '",
41
+ "insert text[75:75] --> decoded_text[78:79] '' --> ' '",
42
+ "insert text[76:76] --> decoded_text[80:81] '' --> ' '",
43
+ "insert text[91:91] --> decoded_text[96:97] '' --> ' '",
44
+ "insert text[92:92] --> decoded_text[98:99] '' --> ' '",
45
+ "insert text[93:93] --> decoded_text[100:101] '' --> ' '",
46
+ "insert text[94:94] --> decoded_text[102:103] '' --> ' '",
47
+ "insert text[101:101] --> decoded_text[110:111] '' --> ' '"
48
+ ],
49
+ "n_oov_chars": 0,
50
+ "oov_ratio": 0.0,
51
+ "oov_charset": "[]"
52
+ },
53
+ {
54
+ "text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E-Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.",
55
+ "decoded_text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E - Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.",
56
+ "diff": [
57
+ "insert text[200:200] --> decoded_text[200:201] '' --> ' '",
58
+ "insert text[201:201] --> decoded_text[202:203] '' --> ' '"
59
+ ],
60
+ "n_oov_chars": 0,
61
+ "oov_ratio": 0.0,
62
+ "oov_charset": "[]"
63
+ },
64
+ {
65
+ "text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erfüllung unserer vertraglichen und gesetzlichen Pflichten (wie Führungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw.) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benötigen.",
66
+ "decoded_text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erfüllung unserer vertraglichen und gesetzlichen Pflichten ( wie Führungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw. ) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benötigen.",
67
+ "diff": [
68
+ "insert text[176:176] --> decoded_text[176:177] '' --> ' '",
69
+ "insert text[394:394] --> decoded_text[395:396] '' --> ' '"
70
+ ],
71
+ "n_oov_chars": 0,
72
+ "oov_ratio": 0.0,
73
+ "oov_charset": "[]"
74
+ },
75
+ {
76
+ "text": "bei denen wir zur Erfüllung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im öffentlichen Interesse liegt;",
77
+ "decoded_text": "bei denen wir zur Erfüllung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im öffentlichen Interesse liegt ;",
78
+ "diff": [
79
+ "insert text[188:188] --> decoded_text[188:189] '' --> ' '"
80
+ ],
81
+ "n_oov_chars": 0,
82
+ "oov_ratio": 0.0,
83
+ "oov_charset": "[]"
84
+ },
85
+ {
86
+ "text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten (z.B. an Behörden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen);",
87
+ "decoded_text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten ( z. B. an Behörden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen ) ;",
88
+ "diff": [
89
+ "insert text[87:87] --> decoded_text[87:88] '' --> ' '",
90
+ "insert text[89:89] --> decoded_text[90:91] '' --> ' '",
91
+ "insert text[188:188] --> decoded_text[190:191] '' --> ' '",
92
+ "insert text[189:189] --> decoded_text[192:193] '' --> ' '"
93
+ ],
94
+ "n_oov_chars": 0,
95
+ "oov_ratio": 0.0,
96
+ "oov_charset": "[]"
97
+ },
98
+ {
99
+ "text": "Darüber hinaus unterliegen wir verschiedenen Aufbewahrungs- und Dokumentationspflichten, die sich unter anderem aus dem Handelsgesetzbuch (HGB) und der Abgabenordnung (AO), ergeben. Die dort vorgegebenen Fristen zur Aufbewahrung bzw. Dokumentation betragen bis zehn Jahre über das Ende der Vertragsbeziehung oder des vorvertraglichen Rechtsverhältnisses hinaus.",
100
+ "decoded_text": "Darüber hinaus unterliegen wir verschiedenen Aufbewahrungs - und Dokumentationspflichten, die sich unter anderem aus dem Handelsgesetzbuch ( HGB ) und der Abgabenordnung ( AO ), ergeben. Die dort vorgegebenen Fristen zur Aufbewahrung bzw. Dokumentation betragen bis zehn Jahre über das Ende der Vertragsbeziehung oder des vorvertraglichen Rechtsverhältnisses hinaus.",
101
+ "diff": [
102
+ "insert text[58:58] --> decoded_text[58:59] '' --> ' '",
103
+ "insert text[139:139] --> decoded_text[140:141] '' --> ' '",
104
+ "insert text[142:142] --> decoded_text[144:145] '' --> ' '",
105
+ "insert text[168:168] --> decoded_text[171:172] '' --> ' '",
106
+ "insert text[170:170] --> decoded_text[174:175] '' --> ' '"
107
+ ],
108
+ "n_oov_chars": 0,
109
+ "oov_ratio": 0.0,
110
+ "oov_charset": "[]"
111
+ },
112
+ {
113
+ "text": "Ihre Bewerbungsunterlagen werden Ihnen bei Nicht-Einstellung nach Ablauf von sechs Monaten im Original zurückgegeben. Elektronische Daten werden nach sechs Monaten entsprechend gelöscht.",
114
+ "decoded_text": "Ihre Bewerbungsunterlagen werden Ihnen bei Nicht - Einstellung nach Ablauf von sechs Monaten im Original zurückgegeben. Elektronische Daten werden nach sechs Monaten entsprechend gelöscht.",
115
+ "diff": [
116
+ "insert text[48:48] --> decoded_text[48:49] '' --> ' '",
117
+ "insert text[49:49] --> decoded_text[50:51] '' --> ' '"
118
+ ],
119
+ "n_oov_chars": 0,
120
+ "oov_ratio": 0.0,
121
+ "oov_charset": "[]"
122
+ },
123
+ {
124
+ "text": "Sollten wir Ihre Daten für spätere Vakanzen länger speichern wollen oder Sie Ihre Daten in einen Bewerberpool eingestellt haben, werden die Daten zu späteren Zeitpunkten gelöscht; Einzelheiten dazu werden Ihnen im Zusammenhang mit dem jeweiligen Prozess mitgeteilt.",
125
+ "decoded_text": "Sollten wir Ihre Daten für spätere Vakanzen länger speichern wollen oder Sie Ihre Daten in einen Bewerberpool eingestellt haben, werden die Daten zu späteren Zeitpunkten gelöscht ; Einzelheiten dazu werden Ihnen im Zusammenhang mit dem jeweiligen Prozess mitgeteilt.",
126
+ "diff": [
127
+ "insert text[178:178] --> decoded_text[178:179] '' --> ' '"
128
+ ],
129
+ "n_oov_chars": 0,
130
+ "oov_ratio": 0.0,
131
+ "oov_charset": "[]"
132
+ }
133
+ ]
stats/compression_rate/google-bert.bert-base-german-cased @ cc100.fa.diff.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "آشپزخانه کوچک من: February 2012",
4
+ "decoded_text": "[UNK] [UNK] [UNK] : February 2012",
5
+ "diff": [
6
+ "replace text[0:8] --> decoded_text[0:5] 'آشپزخانه' --> '[UNK]'",
7
+ "replace text[9:13] --> decoded_text[6:11] 'کوچک' --> '[UNK]'",
8
+ "replace text[14:16] --> decoded_text[12:18] 'من' --> '[UNK] '"
9
+ ],
10
+ "n_oov_chars": 14,
11
+ "oov_ratio": 0.45161290322580644,
12
+ "oov_charset": "[\"آ\", \"ش\", \"پ\", \"ز\", \"خ\", \"ا\", \"ن\", \"ه\", \"ک\", \"و\", \"چ\", \"م\"]"
13
+ },
14
+ {
15
+ "text": "آشپزخانه کوچک من",
16
+ "decoded_text": "[UNK] [UNK] [UNK]",
17
+ "diff": [
18
+ "replace text[0:8] --> decoded_text[0:5] 'آشپزخانه' --> '[UNK]'",
19
+ "replace text[9:13] --> decoded_text[6:11] 'کوچک' --> '[UNK]'",
20
+ "replace text[14:16] --> decoded_text[12:17] 'من' --> '[UNK]'"
21
+ ],
22
+ "n_oov_chars": 16,
23
+ "oov_ratio": 1.0,
24
+ "oov_charset": "[\"آ\", \"ش\", \"پ\", \"ز\", \"خ\", \"ا\", \"ن\", \"ه\", \" \", \"ک\", \"و\", \"چ\", \"م\"]"
25
+ },
26
+ {
27
+ "text": "بکینگ پودر:2 قاشق چای خوری",
28
+ "decoded_text": "[UNK] [UNK] : 2 [UNK] [UNK] [UNK]",
29
+ "diff": [
30
+ "replace text[0:5] --> decoded_text[0:5] 'بکینگ' --> '[UNK]'",
31
+ "replace text[6:10] --> decoded_text[6:12] 'پودر' --> '[UNK] '",
32
+ "insert text[11:11] --> decoded_text[13:14] '' --> ' '",
33
+ "replace text[13:17] --> decoded_text[16:21] 'قاشق' --> '[UNK]'",
34
+ "replace text[18:21] --> decoded_text[22:27] 'چای' --> '[UNK]'",
35
+ "replace text[22:26] --> decoded_text[28:33] 'خوری' --> '[UNK]'"
36
+ ],
37
+ "n_oov_chars": 20,
38
+ "oov_ratio": 0.7692307692307693,
39
+ "oov_charset": "[\"ب\", \"ک\", \"ی\", \"ن\", \"گ\", \"پ\", \"و\", \"د\", \"ر\", \"ق\", \"ا\", \"ش\", \"چ\", \"خ\"]"
40
+ },
41
+ {
42
+ "text": "تخم مرغ:2 عدد بزرگ",
43
+ "decoded_text": "[UNK] [UNK] : 2 [UNK] [UNK]",
44
+ "diff": [
45
+ "replace text[0:3] --> decoded_text[0:5] 'تخم' --> '[UNK]'",
46
+ "replace text[4:7] --> decoded_text[6:12] 'مرغ' --> '[UNK] '",
47
+ "insert text[8:8] --> decoded_text[13:14] '' --> ' '",
48
+ "replace text[10:13] --> decoded_text[16:21] 'عدد' --> '[UNK]'",
49
+ "replace text[14:18] --> decoded_text[22:27] 'بزرگ' --> '[UNK]'"
50
+ ],
51
+ "n_oov_chars": 13,
52
+ "oov_ratio": 0.7222222222222222,
53
+ "oov_charset": "[\"ت\", \"خ\", \"م\", \"ر\", \"غ\", \"ع\", \"د\", \"ب\", \"ز\", \"گ\"]"
54
+ },
55
+ {
56
+ "text": "کره:225 گرم به دمای اتاق رسیده",
57
+ "decoded_text": "[UNK] : 225 [UNK] [UNK] [UNK] [UNK] [UNK]",
58
+ "diff": [
59
+ "replace text[0:3] --> decoded_text[0:6] 'کره' --> '[UNK] '",
60
+ "insert text[4:4] --> decoded_text[7:8] '' --> ' '",
61
+ "replace text[8:11] --> decoded_text[12:17] 'گرم' --> '[UNK]'",
62
+ "replace text[12:14] --> decoded_text[18:23] 'به' --> '[UNK]'",
63
+ "replace text[15:19] --> decoded_text[24:29] 'دمای' --> '[UNK]'",
64
+ "replace text[20:24] --> decoded_text[30:35] 'اتاق' --> '[UNK]'",
65
+ "replace text[25:30] --> decoded_text[36:41] 'رسیده' --> '[UNK]'"
66
+ ],
67
+ "n_oov_chars": 21,
68
+ "oov_ratio": 0.7,
69
+ "oov_charset": "[\"ک\", \"ر\", \"ه\", \"گ\", \"م\", \"ب\", \"د\", \"ا\", \"ی\", \"ت\", \"ق\", \"س\"]"
70
+ },
71
+ {
72
+ "text": "شکر:1و1/2 پیمانه+ 3 قاشق غذا خوری",
73
+ "decoded_text": "[UNK] : [UNK] / 2 [UNK] + 3 [UNK] [UNK] [UNK]",
74
+ "diff": [
75
+ "replace text[0:3] --> decoded_text[0:6] 'شکر' --> '[UNK] '",
76
+ "replace text[4:7] --> decoded_text[7:14] '1و1' --> ' [UNK] '",
77
+ "insert text[8:8] --> decoded_text[15:16] '' --> ' '",
78
+ "replace text[10:16] --> decoded_text[18:24] 'پیمانه' --> '[UNK] '",
79
+ "replace text[20:24] --> decoded_text[28:33] 'قاشق' --> '[UNK]'",
80
+ "replace text[25:28] --> decoded_text[34:39] 'غذا' --> '[UNK]'",
81
+ "replace text[29:33] --> decoded_text[40:45] 'خوری' --> '[UNK]'"
82
+ ],
83
+ "n_oov_chars": 21,
84
+ "oov_ratio": 0.6363636363636364,
85
+ "oov_charset": "[\"ش\", \"ک\", \"ر\", \"و\", \"پ\", \"ی\", \"م\", \"ا\", \"ن\", \"ه\", \"ق\", \"غ\", \"ذ\", \"خ\"]"
86
+ },
87
+ {
88
+ "text": "پودر دارچین:2 و1/2قاشق چای خوری",
89
+ "decoded_text": "[UNK] [UNK] : 2 [UNK] / [UNK] [UNK] [UNK]",
90
+ "diff": [
91
+ "replace text[0:4] --> decoded_text[0:5] 'پودر' --> '[UNK]'",
92
+ "replace text[5:11] --> decoded_text[6:12] 'دارچین' --> '[UNK] '",
93
+ "insert text[12:12] --> decoded_text[13:14] '' --> ' '",
94
+ "replace text[14:16] --> decoded_text[16:22] 'و1' --> '[UNK] '",
95
+ "delete text[17:22] --> decoded_text[23:23] '2قاشق' --> ''",
96
+ "replace text[23:26] --> decoded_text[24:29] 'چای' --> '[UNK]'",
97
+ "replace text[27:31] --> decoded_text[30:41] 'خوری' --> '[UNK] [UNK]'"
98
+ ],
99
+ "n_oov_chars": 22,
100
+ "oov_ratio": 0.7096774193548387,
101
+ "oov_charset": "[\"پ\", \"و\", \"د\", \"ر\", \"ا\", \"چ\", \"ی\", \"ن\", \"ق\", \"ش\", \"خ\"]"
102
+ },
103
+ {
104
+ "text": "فر رو روی 350 درجه فارنهایت روشن کنید",
105
+ "decoded_text": "[UNK] [UNK] [UNK] 350 [UNK] [UNK] [UNK] [UNK]",
106
+ "diff": [
107
+ "replace text[0:2] --> decoded_text[0:5] 'فر' --> '[UNK]'",
108
+ "replace text[3:5] --> decoded_text[6:11] 'رو' --> '[UNK]'",
109
+ "replace text[6:9] --> decoded_text[12:17] 'روی' --> '[UNK]'",
110
+ "replace text[14:18] --> decoded_text[22:27] 'درجه' --> '[UNK]'",
111
+ "replace text[19:27] --> decoded_text[28:33] 'فارنهایت' --> '[UNK]'",
112
+ "replace text[28:32] --> decoded_text[34:39] 'روشن' --> '[UNK]'",
113
+ "replace text[33:37] --> decoded_text[40:45] 'کنید' --> '[UNK]'"
114
+ ],
115
+ "n_oov_chars": 34,
116
+ "oov_ratio": 0.918918918918919,
117
+ "oov_charset": "[\"ف\", \"ر\", \" \", \"و\", \"ی\", \"د\", \"ج\", \"ه\", \"ا\", \"ن\", \"ت\", \"ش\", \"ک\"]"
118
+ },
119
+ {
120
+ "text": "کره رو با شکر هم بزنید تا یکدست و کرمی بشه تخم مرغها رو دونه دونه اضافه کنید و هم بزنید",
121
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
122
+ "diff": [
123
+ "replace text[0:3] --> decoded_text[0:5] 'کره' --> '[UNK]'",
124
+ "replace text[4:6] --> decoded_text[6:11] 'رو' --> '[UNK]'",
125
+ "replace text[7:9] --> decoded_text[12:17] 'با' --> '[UNK]'",
126
+ "replace text[10:13] --> decoded_text[18:23] 'شکر' --> '[UNK]'",
127
+ "replace text[14:16] --> decoded_text[24:29] 'هم' --> '[UNK]'",
128
+ "replace text[17:22] --> decoded_text[30:35] 'بزنید' --> '[UNK]'",
129
+ "replace text[23:25] --> decoded_text[36:41] 'تا' --> '[UNK]'",
130
+ "replace text[26:31] --> decoded_text[42:47] 'یکدست' --> '[UNK]'",
131
+ "replace text[32:33] --> decoded_text[48:53] 'و' --> '[UNK]'",
132
+ "replace text[34:38] --> decoded_text[54:59] 'کرمی' --> '[UNK]'",
133
+ "replace text[39:42] --> decoded_text[60:65] 'بشه' --> '[UNK]'",
134
+ "replace text[43:46] --> decoded_text[66:71] 'تخم' --> '[UNK]'",
135
+ "replace text[47:52] --> decoded_text[72:77] 'مرغها' --> '[UNK]'",
136
+ "replace text[53:55] --> decoded_text[78:83] 'رو' --> '[UNK]'",
137
+ "replace text[56:60] --> decoded_text[84:89] 'دونه' --> '[UNK]'",
138
+ "replace text[61:65] --> decoded_text[90:95] 'دونه' --> '[UNK]'",
139
+ "replace text[66:71] --> decoded_text[96:101] 'اضافه' --> '[UNK]'",
140
+ "replace text[72:76] --> decoded_text[102:107] 'کنید' --> '[UNK]'",
141
+ "replace text[77:78] --> decoded_text[108:113] 'و' --> '[UNK]'",
142
+ "replace text[79:81] --> decoded_text[114:119] 'هم' --> '[UNK]'",
143
+ "replace text[82:87] --> decoded_text[120:125] 'بزنید' --> '[UNK]'"
144
+ ],
145
+ "n_oov_chars": 87,
146
+ "oov_ratio": 1.0,
147
+ "oov_charset": "[\"ک\", \"ر\", \"ه\", \" \", \"و\", \"ب\", \"ا\", \"ش\", \"م\", \"ز\", \"ن\", \"ی\", \"د\", \"ت\", \"س\", \"خ\", \"غ\", \"ض\", \"ف\"]"
148
+ },
149
+ {
150
+ "text": "ارد و بکینگ پودر و نمک رو الک کنید و اضافه کنید",
151
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
152
+ "diff": [
153
+ "replace text[0:3] --> decoded_text[0:5] 'ارد' --> '[UNK]'",
154
+ "replace text[4:5] --> decoded_text[6:11] 'و' --> '[UNK]'",
155
+ "replace text[6:11] --> decoded_text[12:17] 'بکینگ' --> '[UNK]'",
156
+ "replace text[12:16] --> decoded_text[18:23] 'پودر' --> '[UNK]'",
157
+ "replace text[17:18] --> decoded_text[24:29] 'و' --> '[UNK]'",
158
+ "replace text[19:22] --> decoded_text[30:35] 'نمک' --> '[UNK]'",
159
+ "replace text[23:25] --> decoded_text[36:41] 'رو' --> '[UNK]'",
160
+ "replace text[26:29] --> decoded_text[42:47] 'الک' --> '[UNK]'",
161
+ "replace text[30:34] --> decoded_text[48:53] 'کنید' --> '[UNK]'",
162
+ "replace text[35:36] --> decoded_text[54:59] 'و' --> '[UNK]'",
163
+ "replace text[37:42] --> decoded_text[60:65] 'اضافه' --> '[UNK]'",
164
+ "replace text[43:47] --> decoded_text[66:71] 'کنید' --> '[UNK]'"
165
+ ],
166
+ "n_oov_chars": 47,
167
+ "oov_ratio": 1.0,
168
+ "oov_charset": "[\"ا\", \"ر\", \"د\", \" \", \"و\", \"ب\", \"ک\", \"ی\", \"ن\", \"گ\", \"پ\", \"م\", \"ل\", \"ض\", \"ف\", \"ه\"]"
169
+ }
170
+ ]
stats/compression_rate/google-bert.bert-base-german-cased @ cc100.ja.diff.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "午後から雨が心配だったので遠出はせず、『ふれあいロード』を走って来ました!",
4
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
5
+ "diff": [
6
+ "replace text[0:37] --> decoded_text[0:125] '午後から雨が心配だったので遠出はせず、『ふれあいロード』を走って来ました!' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
7
+ ],
8
+ "n_oov_chars": 37,
9
+ "oov_ratio": 1.0,
10
+ "oov_charset": "[\"午\", \"後\", \"か\", \"ら\", \"雨\", \"が\", \"心\", \"配\", \"だ\", \"っ\", \"た\", \"の\", \"で\", \"遠\", \"出\", \"は\", \"せ\", \"ず\", \"、\", \"『\", \"ふ\", \"れ\", \"あ\", \"い\", \"ロ\", \"ー\", \"ド\", \"』\", \"を\", \"走\", \"て\", \"来\", \"ま\", \"し\", \"!\"]"
11
+ },
12
+ {
13
+ "text": "確実に春が近づいてることを肌で感じることが出来ました 着々と整備されてる圏央道を越えるとお世話になってるボウリング場が見えて来ました。",
14
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
15
+ "diff": [
16
+ "replace text[0:67] --> decoded_text[0:209] '確実に春が近づいてることを肌で感じることが出来ました 着々と整備されてる圏央道を越えるとお世話になってるボウリング場が見えて来ました。' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
17
+ ],
18
+ "n_oov_chars": 67,
19
+ "oov_ratio": 1.0,
20
+ "oov_charset": "[\"確\", \"実\", \"に\", \"春\", \"が\", \"近\", \"づ\", \"い\", \"て\", \"る\", \"こ\", \"と\", \"を\", \"肌\", \"で\", \"感\", \"じ\", \"出\", \"来\", \"ま\", \"し\", \"た\", \" \", \"着\", \"々\", \"整\", \"備\", \"さ\", \"れ\", \"圏\", \"央\", \"道\", \"越\", \"え\", \"お\", \"世\", \"話\", \"な\", \"っ\", \"ボ\", \"ウ\", \"リ\", \"ン\", \"グ\", \"場\", \"見\", \"。\"]"
21
+ },
22
+ {
23
+ "text": "うぅ〜〜、私が途中でトイレに行きたくなってしまい、通り道にあったケンタに変更しちゃいました。",
24
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
25
+ "diff": [
26
+ "replace text[0:46] --> decoded_text[0:119] 'うぅ〜〜、私が途中でトイレに行きたくなってしまい、通り道にあったケンタに変更しちゃいました。' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
27
+ ],
28
+ "n_oov_chars": 46,
29
+ "oov_ratio": 1.0,
30
+ "oov_charset": "[\"う\", \"ぅ\", \"〜\", \"、\", \"私\", \"が\", \"途\", \"中\", \"で\", \"ト\", \"イ\", \"レ\", \"に\", \"行\", \"き\", \"た\", \"く\", \"な\", \"っ\", \"て\", \"し\", \"ま\", \"い\", \"通\", \"り\", \"道\", \"あ\", \"ケ\", \"ン\", \"タ\", \"変\", \"更\", \"ち\", \"ゃ\", \"。\"]"
31
+ },
32
+ {
33
+ "text": "実は、1年程前にエルモサの右目の黒目の端によ〜く見ないと分からない程の小さな斑を見つけてたんです。",
34
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
35
+ "diff": [
36
+ "replace text[0:49] --> decoded_text[0:185] '実は、1年程前にエルモサの右目の黒目の端によ〜く見ないと分からない程の小さな斑を見つけてたんです。' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
37
+ ],
38
+ "n_oov_chars": 49,
39
+ "oov_ratio": 1.0,
40
+ "oov_charset": "[\"実\", \"は\", \"、\", \"1\", \"年\", \"程\", \"前\", \"に\", \"エ\", \"ル\", \"モ\", \"サ\", \"の\", \"右\", \"目\", \"黒\", \"端\", \"よ\", \"〜\", \"く\", \"見\", \"な\", \"い\", \"と\", \"分\", \"か\", \"ら\", \"小\", \"さ\", \"斑\", \"を\", \"つ\", \"け\", \"て\", \"た\", \"ん\", \"で\", \"す\", \"。\"]"
41
+ },
42
+ {
43
+ "text": "その時点で先生からはおそらく『角膜ジストロフィー』であろうとの診断をもらっていました。",
44
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
45
+ "diff": [
46
+ "replace text[0:43] --> decoded_text[0:101] 'その時点で先生からはおそらく『角膜ジストロフィー』であろうとの診断をもらっていました。' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
47
+ ],
48
+ "n_oov_chars": 43,
49
+ "oov_ratio": 1.0,
50
+ "oov_charset": "[\"そ\", \"の\", \"時\", \"点\", \"で\", \"先\", \"生\", \"か\", \"ら\", \"は\", \"お\", \"く\", \"『\", \"角\", \"膜\", \"ジ\", \"ス\", \"ト\", \"ロ\", \"フ\", \"ィ\", \"ー\", \"』\", \"あ\", \"ろ\", \"う\", \"と\", \"診\", \"断\", \"を\", \"も\", \"っ\", \"て\", \"い\", \"ま\", \"し\", \"た\", \"。\"]"
51
+ },
52
+ {
53
+ "text": "エルモサの場合は1年程経過して徐々にではあるんですけど、少し大きくなってきちゃいました",
54
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
55
+ "diff": [
56
+ "replace text[0:43] --> decoded_text[0:95] 'エルモサの場合は1年程経過して徐々にではあるんですけど、少し大きくなってきちゃいました' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
57
+ ],
58
+ "n_oov_chars": 42,
59
+ "oov_ratio": 0.9767441860465116,
60
+ "oov_charset": "[\"エ\", \"ル\", \"モ\", \"サ\", \"の\", \"場\", \"合\", \"は\", \"年\", \"程\", \"経\", \"過\", \"し\", \"て\", \"徐\", \"々\", \"に\", \"で\", \"あ\", \"る\", \"ん\", \"す\", \"け\", \"ど\", \"、\", \"少\", \"大\", \"き\", \"く\", \"な\", \"っ\", \"ち\", \"ゃ\", \"い\", \"ま\", \"た\"]"
61
+ },
62
+ {
63
+ "text": "ただ、これまでお散歩仲間からは指摘とかされたことはないので、こちらから言わなければそんなに目立つ程ではないんですけどね。",
64
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
65
+ "diff": [
66
+ "replace text[0:60] --> decoded_text[0:125] 'ただ、これまでお散歩仲間からは指摘とかされたことはないので、こちらから言わなければそんなに目立つ程ではないんですけどね。' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
67
+ ],
68
+ "n_oov_chars": 60,
69
+ "oov_ratio": 1.0,
70
+ "oov_charset": "[\"た\", \"だ\", \"、\", \"こ\", \"れ\", \"ま\", \"で\", \"お\", \"散\", \"歩\", \"仲\", \"間\", \"か\", \"ら\", \"は\", \"指\", \"摘\", \"と\", \"さ\", \"な\", \"い\", \"の\", \"ち\", \"言\", \"わ\", \"け\", \"ば\", \"そ\", \"ん\", \"に\", \"目\", \"立\", \"つ\", \"程\", \"す\", \"ど\", \"ね\", \"。\"]"
71
+ },
72
+ {
73
+ "text": "昔はヒアルロン酸の目薬なども処方されてたようですが、これが効く事はないそうです。",
74
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
75
+ "diff": [
76
+ "replace text[0:40] --> decoded_text[0:101] '昔はヒアルロン酸の目薬なども処方されてたようですが、これが効く事はないそうです。' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
77
+ ],
78
+ "n_oov_chars": 40,
79
+ "oov_ratio": 1.0,
80
+ "oov_charset": "[\"昔\", \"は\", \"ヒ\", \"ア\", \"ル\", \"ロ\", \"ン\", \"酸\", \"の\", \"目\", \"薬\", \"な\", \"ど\", \"も\", \"処\", \"方\", \"さ\", \"れ\", \"て\", \"た\", \"よ\", \"う\", \"で\", \"す\", \"が\", \"、\", \"こ\", \"効\", \"く\", \"事\", \"い\", \"そ\", \"。\"]"
81
+ },
82
+ {
83
+ "text": "なので、エルディとのお散歩でも訪れたことがありません。 カタクリの花が5分咲きとの情報から今回コースの1つに取り入れてみました。",
84
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
85
+ "diff": [
86
+ "replace text[0:27] --> decoded_text[0:5] 'なので、エルディとのお散歩でも訪れたことがありません。' --> '[UNK]'",
87
+ "replace text[28:64] --> decoded_text[6:155] 'カタクリの花が5分咲きとの情報から今回コースの1つに取り入れてみました。' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
88
+ ],
89
+ "n_oov_chars": 64,
90
+ "oov_ratio": 1.0,
91
+ "oov_charset": "[\"な\", \"の\", \"で\", \"、\", \"エ\", \"ル\", \"デ\", \"ィ\", \"と\", \"お\", \"散\", \"歩\", \"も\", \"訪\", \"れ\", \"た\", \"こ\", \"が\", \"あ\", \"り\", \"ま\", \"せ\", \"ん\", \"。\", \" \", \"カ\", \"タ\", \"ク\", \"リ\", \"花\", \"5\", \"分\", \"咲\", \"き\", \"情\", \"報\", \"か\", \"ら\", \"今\", \"回\", \"コ\", \"ー\", \"ス\", \"1\", \"つ\", \"に\", \"取\", \"入\", \"て\", \"み\", \"し\"]"
92
+ },
93
+ {
94
+ "text": "前々から走ってみたかったんだけど、いつも陸上部らしき学生さんがものすごいスピードで駆け抜けていくのを目の当たりにしてちょっとビビっておりました",
95
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]",
96
+ "diff": [
97
+ "replace text[0:71] --> decoded_text[0:125] '前々から走ってみたかったんだけど、いつも陸上部らしき学生さんがものすごいスピードで駆け抜けていくのを目の当たりにしてちょっとビビっておりました' --> '[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'"
98
+ ],
99
+ "n_oov_chars": 71,
100
+ "oov_ratio": 1.0,
101
+ "oov_charset": "[\"前\", \"々\", \"か\", \"ら\", \"走\", \"っ\", \"て\", \"み\", \"た\", \"ん\", \"だ\", \"け\", \"ど\", \"、\", \"い\", \"つ\", \"も\", \"陸\", \"上\", \"部\", \"し\", \"き\", \"学\", \"生\", \"さ\", \"が\", \"の\", \"す\", \"ご\", \"ス\", \"ピ\", \"ー\", \"ド\", \"で\", \"駆\", \"抜\", \"く\", \"を\", \"目\", \"当\", \"り\", \"に\", \"ち\", \"ょ\", \"と\", \"ビ\", \"お\", \"ま\"]"
102
+ }
103
+ ]
stats/compression_rate/google-bert.bert-base-german-cased @ cc100.ko.diff.json ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "+ HOME > 라이브스코어",
4
+ "decoded_text": "+ HOME > [UNK]",
5
+ "diff": [
6
+ "replace text[9:15] --> decoded_text[9:14] '라이브스코어' --> '[UNK]'"
7
+ ],
8
+ "n_oov_chars": 6,
9
+ "oov_ratio": 0.4,
10
+ "oov_charset": "[\"라\", \"이\", \"브\", \"스\", \"코\", \"어\"]"
11
+ },
12
+ {
13
+ "text": "특히 주소 15~17번 홀에선 3연속 보기로 황금의제국카지노 홀아웃했다.",
14
+ "decoded_text": "[UNK] [UNK] 15 ~ [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
15
+ "diff": [
16
+ "replace text[0:2] --> decoded_text[0:5] '특히' --> '[UNK]'",
17
+ "replace text[3:5] --> decoded_text[6:11] '주소' --> '[UNK]'",
18
+ "insert text[8:8] --> decoded_text[14:15] '' --> ' '",
19
+ "delete text[9:12] --> decoded_text[16:16] '17번' --> ''",
20
+ "replace text[13:16] --> decoded_text[17:22] '홀에선' --> '[UNK]'",
21
+ "replace text[17:20] --> decoded_text[23:28] '3연속' --> '[UNK]'",
22
+ "replace text[21:24] --> decoded_text[29:34] '보기로' --> '[UNK]'",
23
+ "replace text[25:33] --> decoded_text[35:40] '황금의제국카지노' --> '[UNK]'",
24
+ "replace text[34:39] --> decoded_text[41:52] '홀아웃했다' --> '[UNK] [UNK]'"
25
+ ],
26
+ "n_oov_chars": 26,
27
+ "oov_ratio": 0.65,
28
+ "oov_charset": "[\"특\", \"히\", \"주\", \"소\", \"번\", \"홀\", \"에\", \"선\", \"연\", \"속\", \"보\", \"기\", \"로\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"아\", \"웃\", \"했\", \"다\"]"
29
+ },
30
+ {
31
+ "text": "1편인'신과함께-죄와 벌'이 천만을 넘은 만큼 2편을 기다린 황금의제국카지노 관객들의 기대와 주소 관심은 폭발적이다.",
32
+ "decoded_text": "[UNK]'[UNK] - [UNK] [UNK]'[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
33
+ "diff": [
34
+ "replace text[0:3] --> decoded_text[0:5] '1편인' --> '[UNK]'",
35
+ "replace text[4:8] --> decoded_text[6:12] '신과함께' --> '[UNK] '",
36
+ "delete text[9:11] --> decoded_text[13:13] '죄와' --> ''",
37
+ "replace text[12:13] --> decoded_text[14:25] '벌' --> '[UNK] [UNK]'",
38
+ "replace text[14:15] --> decoded_text[26:31] '이' --> '[UNK]'",
39
+ "replace text[16:19] --> decoded_text[32:37] '천만을' --> '[UNK]'",
40
+ "replace text[20:22] --> decoded_text[38:43] '넘은' --> '[UNK]'",
41
+ "replace text[23:25] --> decoded_text[44:49] '만큼' --> '[UNK]'",
42
+ "replace text[26:29] --> decoded_text[50:55] '2편을' --> '[UNK]'",
43
+ "replace text[30:33] --> decoded_text[56:61] '기다린' --> '[UNK]'",
44
+ "replace text[34:42] --> decoded_text[62:67] '황금의제국카지노' --> '[UNK]'",
45
+ "replace text[43:47] --> decoded_text[68:73] '관객들의' --> '[UNK]'",
46
+ "replace text[48:51] --> decoded_text[74:79] '기대와' --> '[UNK]'",
47
+ "replace text[52:54] --> decoded_text[80:85] '주소' --> '[UNK]'",
48
+ "replace text[55:58] --> decoded_text[86:91] '관심은' --> '[UNK]'",
49
+ "replace text[59:64] --> decoded_text[92:97] '폭발적이다' --> '[UNK]'"
50
+ ],
51
+ "n_oov_chars": 47,
52
+ "oov_ratio": 0.7230769230769231,
53
+ "oov_charset": "[\"편\", \"인\", \"신\", \"과\", \"함\", \"께\", \"죄\", \"와\", \"벌\", \"이\", \"천\", \"만\", \"을\", \"넘\", \"은\", \"큼\", \"기\", \"다\", \"린\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"관\", \"객\", \"들\", \"대\", \"주\", \"소\", \"심\", \"폭\", \"발\", \"적\"]"
54
+ },
55
+ {
56
+ "text": "고려해서 주소 '대체재 일색'의 분재를 내놓을 위험이 있다. 문학의 자유를 소설가가 스스로 황금의제국카지노 출판사에 상납하는 것이다.",
57
+ "decoded_text": "[UNK] [UNK]'[UNK] [UNK]'[UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
58
+ "diff": [
59
+ "replace text[0:4] --> decoded_text[0:5] '고려해서' --> '[UNK]'",
60
+ "replace text[5:7] --> decoded_text[6:17] '주소' --> \"[UNK]'[UNK]\"",
61
+ "insert text[8:8] --> decoded_text[18:23] '' --> '[UNK]'",
62
+ "replace text[9:12] --> decoded_text[24:29] '대체재' --> '[UNK]'",
63
+ "replace text[13:17] --> decoded_text[30:35] \"일색'의\" --> '[UNK]'",
64
+ "replace text[18:21] --> decoded_text[36:41] '분재를' --> '[UNK]'",
65
+ "replace text[22:25] --> decoded_text[42:47] '내놓을' --> '[UNK]'",
66
+ "replace text[26:32] --> decoded_text[48:53] '위험이 있다' --> '[UNK]'",
67
+ "replace text[34:37] --> decoded_text[55:60] '문학의' --> '[UNK]'",
68
+ "replace text[38:41] --> decoded_text[61:66] '자유를' --> '[UNK]'",
69
+ "replace text[42:46] --> decoded_text[67:72] '소설가가' --> '[UNK]'",
70
+ "replace text[47:50] --> decoded_text[73:78] '스스로' --> '[UNK]'",
71
+ "replace text[51:59] --> decoded_text[79:84] '황금의제국카지노' --> '[UNK]'",
72
+ "replace text[60:64] --> decoded_text[85:90] '출판사에' --> '[UNK]'",
73
+ "replace text[65:69] --> decoded_text[91:96] '상납하는' --> '[UNK]'",
74
+ "replace text[70:73] --> decoded_text[97:102] '것이다' --> '[UNK]'"
75
+ ],
76
+ "n_oov_chars": 55,
77
+ "oov_ratio": 0.7432432432432432,
78
+ "oov_charset": "[\"고\", \"려\", \"해\", \"서\", \"주\", \"소\", \"대\", \"체\", \"재\", \"일\", \"색\", \"의\", \"분\", \"를\", \"내\", \"놓\", \"을\", \"위\", \"험\", \"이\", \"있\", \"다\", \"문\", \"학\", \"자\", \"유\", \"설\", \"가\", \"스\", \"로\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"출\", \"판\", \"사\", \"에\", \"상\", \"납\", \"하\", \"는\", \"것\"]"
79
+ },
80
+ {
81
+ "text": "조시도널슨의 유산 프랭클린 주소 바레토(22)는 황금의제국카지노 4타수3안타(2루타 홈런) 3타점(.246 .270 .508). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
82
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] ( 22 ) [UNK] [UNK] [UNK] ( [UNK] [UNK] ) [UNK] (. 246. 270. 508 ). [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
83
+ "diff": [
84
+ "replace text[0:6] --> decoded_text[0:5] '조시도널슨의' --> '[UNK]'",
85
+ "replace text[7:9] --> decoded_text[6:11] '유산' --> '[UNK]'",
86
+ "replace text[10:14] --> decoded_text[12:17] '프랭클린' --> '[UNK]'",
87
+ "replace text[15:17] --> decoded_text[18:23] '주소' --> '[UNK]'",
88
+ "replace text[18:21] --> decoded_text[24:30] '바레토' --> '[UNK] '",
89
+ "insert text[22:22] --> decoded_text[31:32] '' --> ' '",
90
+ "delete text[24:26] --> decoded_text[34:34] ')는' --> ''",
91
+ "delete text[27:49] --> decoded_text[35:35] '황금의제국카지노 4타수3안타(2루타 홈런' --> ''",
92
+ "replace text[51:54] --> decoded_text[37:77] '3타점' --> '[UNK] [UNK] [UNK] ( [UNK] [UNK] ) [UNK] '",
93
+ "insert text[56:56] --> decoded_text[79:80] '' --> ' '",
94
+ "insert text[59:59] --> decoded_text[83:84] '' --> '.'",
95
+ "delete text[60:61] --> decoded_text[85:85] '.' --> ''",
96
+ "insert text[64:64] --> decoded_text[88:89] '' --> '.'",
97
+ "delete text[65:66] --> decoded_text[90:90] '.' --> ''",
98
+ "insert text[69:69] --> decoded_text[93:94] '' --> ' '",
99
+ "replace text[72:75] --> decoded_text[97:102] '하지만' --> '[UNK]'",
100
+ "replace text[76:79] --> decoded_text[103:108] '아직은' --> '[UNK]'",
101
+ "replace text[80:84] --> decoded_text[109:114] '트레이드' --> '[UNK]'",
102
+ "replace text[85:88] --> decoded_text[115:120] '당시의' --> '[UNK]'",
103
+ "replace text[89:93] --> decoded_text[121:126] '기대치를' --> '[UNK]'",
104
+ "replace text[94:98] --> decoded_text[127:132] '보여주지' --> '[UNK]'",
105
+ "replace text[99:102] --> decoded_text[133:138] '못하고' --> '[UNK]'",
106
+ "replace text[103:105] --> decoded_text[139:144] '있다' --> '[UNK]'"
107
+ ],
108
+ "n_oov_chars": 62,
109
+ "oov_ratio": 0.5849056603773585,
110
+ "oov_charset": "[\"조\", \"시\", \"도\", \"널\", \"슨\", \"의\", \"유\", \"산\", \"프\", \"랭\", \"클\", \"린\", \"주\", \"소\", \"바\", \"레\", \"토\", \"는\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"타\", \"수\", \"안\", \"루\", \"홈\", \"런\", \"점\", \"하\", \"만\", \"아\", \"직\", \"은\", \"트\", \"이\", \"드\", \"당\", \"기\", \"대\", \"치\", \"를\", \"보\", \"여\", \"못\", \"고\", \"있\", \"다\"]"
111
+ },
112
+ {
113
+ "text": "여기서승리한 2팀이 준결승에 오른다. 결국 A, B조 1위는 12강-4강-결승으로 3경기를 치르지만, C, D, 황금의제국카지노 E, F조 1위는 주소 12강-6강-4강-결승으로 4경기를 해야 한다.",
114
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK]. [UNK] A, [UNK] [UNK] [UNK] - [UNK] - [UNK] [UNK] [UNK], C, D, [UNK] E, [UNK] [UNK] [UNK] [UNK] - [UNK] - [UNK] - [UNK] [UNK] [UNK] [UNK].",
115
+ "diff": [
116
+ "replace text[0:6] --> decoded_text[0:5] '여기서승리한' --> '[UNK]'",
117
+ "replace text[7:10] --> decoded_text[6:11] '2팀이' --> '[UNK]'",
118
+ "replace text[11:15] --> decoded_text[12:17] '준결승에' --> '[UNK]'",
119
+ "replace text[16:19] --> decoded_text[18:23] '오른다' --> '[UNK]'",
120
+ "replace text[21:23] --> decoded_text[25:30] '결국' --> '[UNK]'",
121
+ "replace text[27:29] --> decoded_text[34:39] 'B조' --> '[UNK]'",
122
+ "replace text[30:33] --> decoded_text[40:45] '1위는' --> '[UNK]'",
123
+ "replace text[34:37] --> decoded_text[46:52] '12강' --> '[UNK] '",
124
+ "replace text[38:40] --> decoded_text[53:60] '4강' --> ' [UNK] '",
125
+ "delete text[41:45] --> decoded_text[61:61] '결승으로' --> ''",
126
+ "replace text[46:50] --> decoded_text[62:67] '3경기를' --> '[UNK]'",
127
+ "replace text[51:55] --> decoded_text[68:79] '치르지만' --> '[UNK] [UNK]'",
128
+ "replace text[63:71] --> decoded_text[87:92] '황금의제국카지노' --> '[UNK]'",
129
+ "replace text[75:77] --> decoded_text[96:101] 'F조' --> '[UNK]'",
130
+ "replace text[78:81] --> decoded_text[102:107] '1위는' --> '[UNK]'",
131
+ "replace text[82:84] --> decoded_text[108:113] '주소' --> '[UNK]'",
132
+ "replace text[85:88] --> decoded_text[114:120] '12강' --> '[UNK] '",
133
+ "replace text[89:91] --> decoded_text[121:128] '6강' --> ' [UNK] '",
134
+ "replace text[92:94] --> decoded_text[129:136] '4강' --> ' [UNK] '",
135
+ "delete text[95:99] --> decoded_text[137:137] '결승으로' --> ''",
136
+ "replace text[100:104] --> decoded_text[138:143] '4경기를' --> '[UNK]'",
137
+ "replace text[105:107] --> decoded_text[144:149] '해야' --> '[UNK]'",
138
+ "replace text[108:110] --> decoded_text[150:161] '한다' --> '[UNK] [UNK]'"
139
+ ],
140
+ "n_oov_chars": 60,
141
+ "oov_ratio": 0.5405405405405406,
142
+ "oov_charset": "[\"여\", \"기\", \"서\", \"승\", \"리\", \"한\", \"팀\", \"이\", \"준\", \"결\", \"에\", \"오\", \"른\", \"다\", \"국\", \"조\", \"위\", \"는\", \"강\", \"으\", \"로\", \"경\", \"를\", \"치\", \"르\", \"지\", \"만\", \"황\", \"금\", \"의\", \"제\", \"카\", \"노\", \"주\", \"소\", \"해\", \"야\"]"
143
+ },
144
+ {
145
+ "text": "또한이날 눈길을 주소 끈 것은 한 신인배우의 매니저였다. 황금의제국카지노 배우의 매니저 일을 하고 있다는 한 청취자의 사연에 박명수는 '실시간 검색어 1위'를 만들어주겠다며, 통화연결을 했다.",
146
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]'[UNK] [UNK] [UNK]'[UNK] [UNK], [UNK] [UNK].",
147
+ "diff": [
148
+ "replace text[0:4] --> decoded_text[0:5] '또한이날' --> '[UNK]'",
149
+ "replace text[5:8] --> decoded_text[6:11] '눈길을' --> '[UNK]'",
150
+ "replace text[9:11] --> decoded_text[12:17] '주소' --> '[UNK]'",
151
+ "replace text[12:13] --> decoded_text[18:23] '끈' --> '[UNK]'",
152
+ "replace text[14:16] --> decoded_text[24:29] '것은' --> '[UNK]'",
153
+ "replace text[17:18] --> decoded_text[30:35] '한' --> '[UNK]'",
154
+ "replace text[19:24] --> decoded_text[36:41] '신인배우의' --> '[UNK]'",
155
+ "replace text[25:30] --> decoded_text[42:47] '매니저였다' --> '[UNK]'",
156
+ "replace text[32:40] --> decoded_text[49:54] '황금의제국카지노' --> '[UNK]'",
157
+ "replace text[41:44] --> decoded_text[55:60] '배우의' --> '[UNK]'",
158
+ "replace text[45:48] --> decoded_text[61:66] '매니저' --> '[UNK]'",
159
+ "replace text[49:51] --> decoded_text[67:72] '일을' --> '[UNK]'",
160
+ "replace text[52:54] --> decoded_text[73:78] '하고' --> '[UNK]'",
161
+ "replace text[55:58] --> decoded_text[79:84] '있다는' --> '[UNK]'",
162
+ "replace text[59:60] --> decoded_text[85:90] '한' --> '[UNK]'",
163
+ "replace text[61:65] --> decoded_text[91:96] '청취자의' --> '[UNK]'",
164
+ "replace text[66:69] --> decoded_text[97:102] '사연에' --> '[UNK]'",
165
+ "replace text[70:74] --> decoded_text[103:114] '박명수는' --> \"[UNK]'[UNK]\"",
166
+ "insert text[75:75] --> decoded_text[115:126] '' --> '[UNK] [UNK]'",
167
+ "replace text[76:79] --> decoded_text[127:132] '실시간' --> '[UNK]'",
168
+ "replace text[80:96] --> decoded_text[133:138] \"검색어 1위'를 만들어주겠다며\" --> '[UNK]'",
169
+ "replace text[98:103] --> decoded_text[140:145] '통화연결을' --> '[UNK]'",
170
+ "replace text[104:106] --> decoded_text[146:151] '했다' --> '[UNK]'"
171
+ ],
172
+ "n_oov_chars": 101,
173
+ "oov_ratio": 0.9439252336448598,
174
+ "oov_charset": "[\"또\", \"한\", \"이\", \"날\", \" \", \"눈\", \"길\", \"을\", \"주\", \"소\", \"끈\", \"것\", \"은\", \"신\", \"인\", \"배\", \"우\", \"의\", \"매\", \"니\", \"저\", \"였\", \"다\", \"황\", \"금\", \"제\", \"국\", \"카\", \"지\", \"노\", \"일\", \"하\", \"고\", \"있\", \"는\", \"청\", \"취\", \"자\", \"사\", \"연\", \"에\", \"박\", \"명\", \"수\", \"실\", \"시\", \"간\", \"검\", \"색\", \"어\", \"위\", \"를\", \"만\", \"들\", \"겠\", \"며\", \"통\", \"화\", \"결\", \"했\"]"
175
+ },
176
+ {
177
+ "text": "하지만이번 황금의제국카지노 시즌, 호날두와 이과인이 다시 주소 한솥밥을 먹는 일이 성사됐다. 호날두가 ‘빅 사이닝’을 통해 유벤투스로 옮겼기 때문이다.",
178
+ "decoded_text": "[UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
179
+ "diff": [
180
+ "replace text[0:5] --> decoded_text[0:5] '하지만이번' --> '[UNK]'",
181
+ "replace text[6:14] --> decoded_text[6:11] '황금의제국카지노' --> '[UNK]'",
182
+ "replace text[15:17] --> decoded_text[12:17] '시즌' --> '[UNK]'",
183
+ "replace text[19:23] --> decoded_text[19:24] '호날두와' --> '[UNK]'",
184
+ "replace text[24:28] --> decoded_text[25:30] '이과인이' --> '[UNK]'",
185
+ "replace text[29:31] --> decoded_text[31:36] '다시' --> '[UNK]'",
186
+ "replace text[32:34] --> decoded_text[37:42] '주소' --> '[UNK]'",
187
+ "replace text[35:39] --> decoded_text[43:48] '한솥밥을' --> '[UNK]'",
188
+ "replace text[40:42] --> decoded_text[49:54] '먹는' --> '[UNK]'",
189
+ "replace text[43:45] --> decoded_text[55:60] '일이' --> '[UNK]'",
190
+ "replace text[46:50] --> decoded_text[61:66] '성사됐다' --> '[UNK]'",
191
+ "replace text[52:56] --> decoded_text[68:73] '호날두가' --> '[UNK]'",
192
+ "replace text[57:59] --> decoded_text[74:79] '‘빅' --> '[UNK]'",
193
+ "replace text[60:65] --> decoded_text[80:85] '사이닝’을' --> '[UNK]'",
194
+ "replace text[66:68] --> decoded_text[86:91] '통해' --> '[UNK]'",
195
+ "replace text[69:74] --> decoded_text[92:97] '유벤투스로' --> '[UNK]'",
196
+ "replace text[75:78] --> decoded_text[98:103] '옮겼기' --> '[UNK]'",
197
+ "replace text[79:83] --> decoded_text[104:127] '때문이다' --> '[UNK] [UNK] [UNK] [UNK]'"
198
+ ],
199
+ "n_oov_chars": 81,
200
+ "oov_ratio": 0.9642857142857143,
201
+ "oov_charset": "[\"하\", \"지\", \"만\", \"이\", \"번\", \" \", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"노\", \"시\", \"즌\", \"호\", \"날\", \"두\", \"와\", \"과\", \"인\", \"다\", \"주\", \"소\", \"한\", \"솥\", \"밥\", \"을\", \"먹\", \"는\", \"일\", \"성\", \"사\", \"됐\", \"가\", \"‘\", \"빅\", \"닝\", \"’\", \"통\", \"해\", \"유\", \"벤\", \"투\", \"스\", \"로\", \"옮\", \"겼\", \"기\", \"때\", \"문\"]"
202
+ },
203
+ {
204
+ "text": "현대캐피탈은삼성화재와 시범경기를 위해 홍천에 황금의제국카지노 주소 왔다.",
205
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
206
+ "diff": [
207
+ "replace text[0:11] --> decoded_text[0:5] '현대캐피탈은삼성화재와' --> '[UNK]'",
208
+ "replace text[12:17] --> decoded_text[6:11] '시범경기를' --> '[UNK]'",
209
+ "replace text[18:20] --> decoded_text[12:17] '위해' --> '[UNK]'",
210
+ "replace text[21:24] --> decoded_text[18:23] '홍천에' --> '[UNK]'",
211
+ "replace text[25:33] --> decoded_text[24:29] '황금의제국카지노' --> '[UNK]'",
212
+ "replace text[34:36] --> decoded_text[30:35] '주소' --> '[UNK]'",
213
+ "replace text[37:39] --> decoded_text[36:41] '왔다' --> '[UNK]'"
214
+ ],
215
+ "n_oov_chars": 39,
216
+ "oov_ratio": 0.975,
217
+ "oov_charset": "[\"현\", \"대\", \"캐\", \"피\", \"탈\", \"은\", \"삼\", \"성\", \"화\", \"재\", \"와\", \" \", \"시\", \"범\", \"경\", \"기\", \"를\", \"위\", \"해\", \"홍\", \"천\", \"에\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"주\", \"소\", \"왔\", \"다\"]"
218
+ },
219
+ {
220
+ "text": "사실자매가 나란히 앉아 인터뷰를 한다는 게 쑥스러울 법도 한데, 주소 둘 사이에는 어떤 거리낌도 없었다. 마치 하루에 한 번씩 만나는 친구 같은 느낌이 황금의제국카지노 강했다.",
221
+ "decoded_text": "[UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK], [UNK] [UNK] [UNK] [UNK] [UNK] [UNK]. [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK] [UNK].",
222
+ "diff": [
223
+ "replace text[0:5] --> decoded_text[0:5] '사실자매가' --> '[UNK]'",
224
+ "replace text[6:9] --> decoded_text[6:11] '나란히' --> '[UNK]'",
225
+ "replace text[10:12] --> decoded_text[12:17] '앉아' --> '[UNK]'",
226
+ "replace text[13:17] --> decoded_text[18:23] '인터뷰를' --> '[UNK]'",
227
+ "replace text[18:21] --> decoded_text[24:29] '한다는' --> '[UNK]'",
228
+ "replace text[22:23] --> decoded_text[30:35] '게' --> '[UNK]'",
229
+ "replace text[24:28] --> decoded_text[36:41] '쑥스러울' --> '[UNK]'",
230
+ "replace text[29:31] --> decoded_text[42:47] '법도' --> '[UNK]'",
231
+ "replace text[32:34] --> decoded_text[48:53] '한데' --> '[UNK]'",
232
+ "replace text[36:38] --> decoded_text[55:60] '주소' --> '[UNK]'",
233
+ "replace text[39:40] --> decoded_text[61:66] '둘' --> '[UNK]'",
234
+ "replace text[41:45] --> decoded_text[67:72] '사이에는' --> '[UNK]'",
235
+ "replace text[46:48] --> decoded_text[73:78] '어떤' --> '[UNK]'",
236
+ "replace text[49:53] --> decoded_text[79:84] '거리낌도' --> '[UNK]'",
237
+ "replace text[54:57] --> decoded_text[85:90] '없었다' --> '[UNK]'",
238
+ "replace text[59:61] --> decoded_text[92:97] '마치' --> '[UNK]'",
239
+ "replace text[62:65] --> decoded_text[98:103] '하루에' --> '[UNK]'",
240
+ "replace text[66:67] --> decoded_text[104:109] '한' --> '[UNK]'",
241
+ "replace text[68:70] --> decoded_text[110:115] '번씩' --> '[UNK]'",
242
+ "replace text[71:74] --> decoded_text[116:121] '만나는' --> '[UNK]'",
243
+ "replace text[75:77] --> decoded_text[122:127] '친구' --> '[UNK]'",
244
+ "replace text[78:80] --> decoded_text[128:133] '같은' --> '[UNK]'",
245
+ "replace text[81:84] --> decoded_text[134:139] '느낌이' --> '[UNK]'",
246
+ "replace text[85:93] --> decoded_text[140:145] '황금의제국카지노' --> '[UNK]'",
247
+ "replace text[94:97] --> decoded_text[146:151] '강했다' --> '[UNK]'"
248
+ ],
249
+ "n_oov_chars": 95,
250
+ "oov_ratio": 0.9693877551020408,
251
+ "oov_charset": "[\"사\", \"실\", \"자\", \"매\", \"가\", \" \", \"나\", \"란\", \"히\", \"앉\", \"아\", \"인\", \"터\", \"뷰\", \"를\", \"한\", \"다\", \"는\", \"게\", \"쑥\", \"스\", \"러\", \"울\", \"법\", \"도\", \"데\", \"주\", \"소\", \"둘\", \"이\", \"에\", \"어\", \"떤\", \"거\", \"리\", \"낌\", \"없\", \"었\", \"마\", \"치\", \"하\", \"루\", \"번\", \"씩\", \"만\", \"친\", \"구\", \"같\", \"은\", \"느\", \"황\", \"금\", \"의\", \"제\", \"국\", \"카\", \"지\", \"노\", \"강\", \"했\"]"
252
+ }
253
+ ]
stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.ar.diff.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة .. ( 1)",
4
+ "decoded_text": "- اللواء / علي محمد الكحلاني - نصيحة صادقة.. ( 1 )",
5
+ "diff": [
6
+ "delete text[42:43] --> decoded_text[42:42] ' ' --> ''",
7
+ "insert text[49:49] --> decoded_text[48:49] '' --> ' '"
8
+ ],
9
+ "n_oov_chars": 0,
10
+ "oov_ratio": 0.0,
11
+ "oov_charset": "[]"
12
+ },
13
+ {
14
+ "text": "اليمن جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين من استعادة وضعها الطبيعي, ومن حياتها الاعتيادية الطبيعية في 22مايو العام 1990م.. بكل تأكيد قد تنهدت من أعماق أعماقها ألماً وأسىً لما وصل إليه حال أبنائها من اقتتال ومن احتراب, ومن اضطراب في نسيجها الاجتماعي, ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل, ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في العام 1990م فاجأوا العالم بوحدتهم حين كان العالم منغمساً في الانقسام, وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين شمالاً وجنوباً نحو الوحدة طوعياً وبمستوى عالٍ من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى سواءً كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى, عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة التسعينات من القرن العشرين التي (تردف) كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..",
15
+ "decoded_text": "اليمن جنوبها وشمالها.. شرقها وغربها وقفت على مشارف العام الثامن والعشرين من استعادة وضعها الطبيعي, ومن حياتها الاعتيادية الطبيعية في 22مايو العام 1990م.. بكل تأكيد قد تنهدت من أعماق أعماقها ألماً وأسىً لما وصل إليه حال أبنائها من اقتتال ومن احتراب, ومن اضطراب في نسيجها الاجتماعي, ومن انصياع من بعض أبنائها لإملاءات الغير ولحساباتهم.. ووسط هذه المأساة لم تعدم هذه الأرض الطيبة من بقايا أمل, ومن بقايا حكمة مازالت تميز أبناء هذا الشعب الطيب لأن اليمانيين في العام 1990م فاجأوا العالم بوحدتهم حين كان العالم منغمساً في الانقسام, وحينما كانت الأنظمة تتبعثر كان اليمن يقدم النموذج في تلك الظروف الاستثنائية.. وكان اندفاع اليمنيين شمالاً وجنوباً نحو الوحدة طوعياً وبمستوى عالٍ من الحكمة ونكران الذات وتغليب المصلحة العليا عن أية مصالح أخرى سواءً كانت ذاتية أو حسابات جهوية أو أية مصالح أخرى, عدا مصلحة اليمن الواحد الموحد.. مصلحة الإيثار ونحن نعتقد أن مرحلة التسعينات من القرن العشرين التي ( تردف ) كل مشكلات العقود التي سبقته كانت محورية في تاريخ المنطقة وفي تاريخ اليمن..",
16
+ "diff": [
17
+ "replace text[886:890] --> decoded_text[886:892] 'تردف' --> ' تردف '"
18
+ ],
19
+ "n_oov_chars": 0,
20
+ "oov_ratio": 0.0,
21
+ "oov_charset": "[]"
22
+ },
23
+ {
24
+ "text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن- وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
25
+ "decoded_text": "أنا لا اعتقد أن عاقلاً من بناء هذا البلد يقبل أو يستسيغ ما يجري فيه.. أن يتحول اليمن - وهو بلد ولاَّد بالخير, إلى أطلال, وأن يتعرض أبناؤه الأحرار إلى قطيع من الذئاب تنهش ببعضها, بل والأشد نكاية وألماً أن يكون ذلك خدمة لأعدائه..",
26
+ "diff": [
27
+ "insert text[84:84] --> decoded_text[84:85] '' --> ' '"
28
+ ],
29
+ "n_oov_chars": 0,
30
+ "oov_ratio": 0.0,
31
+ "oov_charset": "[]"
32
+ },
33
+ {
34
+ "text": "اليمن أنهك من العدوان ومن الحصار حتى أولئك الذين يظنون أنهم بعيدون عن التأثيرات المباشرة للعدوان, لم يسلموا ولن يسلموا.. والأعباء والمتاعب طالت الجميع, وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء هذا الشعب فإن المستقبل سيكون قاتماً وأضراره ستظل تلاحق الأجيال اليمنية جيلاً بعد جيل, وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي الرياض أو الدوحة, أو أبوظبي..؟!",
35
+ "decoded_text": "اليمن أنهك من العدوان ومن الحصار حتى أولئك الذين يظنون أنهم بعيدون عن التأثيرات المباشرة للعدوان, لم يسلموا ولن يسلموا.. والأعباء والمتاعب طالت الجميع, وإن ظل الصمت والانجرار خلف مواقف تخدم أعداء هذا الشعب فإن المستقبل سيكون قاتماً وأضراره ستظل تلاحق الأجيال اليمنية جيلاً بعد جيل, وسيكون أعداء هذا الشعب هم المستفيدون الفعليون فهل غابت منا الحكمة حتى ننزلق لنكون أدوات بأيدي الرياض أو الدوحة, أو أبوظبي.. ؟!",
36
+ "diff": [
37
+ "insert text[405:405] --> decoded_text[405:406] '' --> ' '"
38
+ ],
39
+ "n_oov_chars": 0,
40
+ "oov_ratio": 0.0,
41
+ "oov_charset": "[]"
42
+ },
43
+ {
44
+ "text": "هل ينفض الذين يمموا صوب الرياض غبار الاستكانة والارتهان وقرارات الغير, وهل يفيق المتعامون من نومهم المغناطيسي في أبو ظبي, لأن لا سبيل لهم إلا العودة إلى حضن الوطن إلى صنعاء إلى عدن..؟!",
45
+ "decoded_text": "هل ينفض الذين يمموا صوب الرياض غبار الاستكانة والارتهان وقرارات الغير, وهل يفيق المتعامون من نومهم المغناطيسي في أبو ظبي, لأن لا سبيل لهم إلا العودة إلى حضن الوطن إلى صنعاء إلى عدن.. ؟!",
46
+ "diff": [
47
+ "insert text[182:182] --> decoded_text[182:183] '' --> ' '"
48
+ ],
49
+ "n_oov_chars": 0,
50
+ "oov_ratio": 0.0,
51
+ "oov_charset": "[]"
52
+ },
53
+ {
54
+ "text": "ويبقى أمام ضمائر أولئك الذين ذهبوا في عمرة طويلة إلى الرياض وإلى أبو ظبي وإلى الدوحة وإلى اسطنبول.. هل يرضيهم أن يروا الوطن يعيش كل هذه المتاعب والمشاكل والتدمير؟!",
55
+ "decoded_text": "ويبقى أمام ضمائر أولئك الذين ذهبوا في عمرة طويلة إلى الرياض وإلى أبو ظبي وإلى الدوحة وإلى اسطنبول.. هل يرضيهم أن يروا الوطن يعيش كل هذه المتاعب والمشاكل والتدمير ؟!",
56
+ "diff": [
57
+ "insert text[161:161] --> decoded_text[161:162] '' --> ' '"
58
+ ],
59
+ "n_oov_chars": 0,
60
+ "oov_ratio": 0.0,
61
+ "oov_charset": "[]"
62
+ },
63
+ {
64
+ "text": "هل من الإنصاف أن يروا أبناء وطنهم وشعبهم يعانون من حصار أربع سنوات عجاف.. أين ذهبت كل تلك المواعظ والوطنية والكلام الكبير الذي كانوا ينهالون به علينا صباحاً ومساءً.. هل كانوا \"كذبة كبيرة\" وافتراء تماهت مع \"شيكات\" الدفع المسبق!!",
65
+ "decoded_text": "هل من الإنصاف أن يروا أبناء وطنهم وشعبهم يعانون من حصار أربع سنوات عجاف.. أين ذهبت كل تلك المواعظ والوطنية والكلام الكبير الذي كانوا ينهالون به علينا صباحاً ومساءً.. هل كانوا \" كذبة كبيرة \" وافتراء تماهت مع \" شيكات \" الدفع المسبق!!",
66
+ "diff": [
67
+ "insert text[176:176] --> decoded_text[176:177] '' --> ' '",
68
+ "insert text[186:186] --> decoded_text[187:188] '' --> ' '",
69
+ "insert text[206:206] --> decoded_text[208:209] '' --> ' '",
70
+ "insert text[211:211] --> decoded_text[214:215] '' --> ' '"
71
+ ],
72
+ "n_oov_chars": 0,
73
+ "oov_ratio": 0.0,
74
+ "oov_charset": "[]"
75
+ },
76
+ {
77
+ "text": "موضوع: الاسئلة والاجوبة الجمعة سبتمبر 24, 2010 3:08 am",
78
+ "decoded_text": "موضوع : الاسئلة والاجوبة الجمعة سبتمبر 24, 2010 3 : 08 am",
79
+ "diff": [
80
+ "insert text[5:5] --> decoded_text[5:6] '' --> ' '",
81
+ "insert text[48:48] --> decoded_text[49:50] '' --> ' '",
82
+ "insert text[49:49] --> decoded_text[51:52] '' --> ' '"
83
+ ],
84
+ "n_oov_chars": 0,
85
+ "oov_ratio": 0.0,
86
+ "oov_charset": "[]"
87
+ },
88
+ {
89
+ "text": "سـ3:ما الهدف من دراسة التاريخ ؟",
90
+ "decoded_text": "سـ3 : ما الهدف من دراسة التاريخ ؟",
91
+ "diff": [
92
+ "insert text[3:3] --> decoded_text[3:4] '' --> ' '",
93
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '"
94
+ ],
95
+ "n_oov_chars": 0,
96
+ "oov_ratio": 0.0,
97
+ "oov_charset": "[]"
98
+ },
99
+ {
100
+ "text": "الهدف من دراسة التاريخ هو لنتعرف احوال الشعوب , نتخذ عبرا ودروسا تساعدنا على بناء مستقبل لنا.",
101
+ "decoded_text": "الهدف من دراسة التاريخ هو لنتعرف احوال الشعوب, نتخذ عبرا ودروسا تساعدنا على بناء مستقبل لنا.",
102
+ "diff": [
103
+ "delete text[45:46] --> decoded_text[45:45] ' ' --> ''"
104
+ ],
105
+ "n_oov_chars": 0,
106
+ "oov_ratio": 0.0,
107
+ "oov_charset": "[]"
108
+ }
109
+ ]
stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.de.diff.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die „Püngel-Weihnacht“ in Siegburg-Kaldauen um 18 Uhr (Einlass 17.30 Uhr) im Restaurant Kaldauer Hof zu hören. Hier ist im Eintrittspreis von 18,50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil für die Gäste.",
4
+ "decoded_text": "Bereits eine Woche vorher am Samstag, 2. Dezember ist die „ Püngel - Weihnacht [UNK] in Siegburg - Kaldauen um 18 Uhr ( Einlass 17. 30 Uhr ) im Restaurant Kaldauer Hof zu hören. Hier ist im Eintrittspreis von 18, 50 € ein Abendessen enthalten. Auch hier gibt es einen Mitsingteil für die Gäste.",
5
+ "diff": [
6
+ "insert text[59:59] --> decoded_text[59:60] '' --> ' '",
7
+ "insert text[65:65] --> decoded_text[66:67] '' --> ' '",
8
+ "insert text[66:66] --> decoded_text[68:69] '' --> ' '",
9
+ "replace text[75:76] --> decoded_text[78:84] '“' --> ' [UNK]'",
10
+ "insert text[88:88] --> decoded_text[96:97] '' --> ' '",
11
+ "insert text[89:89] --> decoded_text[98:99] '' --> ' '",
12
+ "insert text[109:109] --> decoded_text[119:120] '' --> ' '",
13
+ "insert text[120:120] --> decoded_text[131:132] '' --> ' '",
14
+ "insert text[126:126] --> decoded_text[138:139] '' --> ' '",
15
+ "insert text[199:199] --> decoded_text[212:213] '' --> ' '"
16
+ ],
17
+ "n_oov_chars": 1,
18
+ "oov_ratio": 0.0035714285714285713,
19
+ "oov_charset": "[\"“\"]"
20
+ },
21
+ {
22
+ "text": "Der Chor bietet noch einen weiteren Termin im Rahmen der „Püngel-Weihnacht“ an.",
23
+ "decoded_text": "Der Chor bietet noch einen weiteren Termin im Rahmen der „ Püngel - Weihnacht [UNK] an.",
24
+ "diff": [
25
+ "insert text[58:58] --> decoded_text[58:59] '' --> ' '",
26
+ "insert text[64:64] --> decoded_text[65:66] '' --> ' '",
27
+ "insert text[65:65] --> decoded_text[67:68] '' --> ' '",
28
+ "replace text[74:75] --> decoded_text[77:83] '“' --> ' [UNK]'"
29
+ ],
30
+ "n_oov_chars": 1,
31
+ "oov_ratio": 0.012658227848101266,
32
+ "oov_charset": "[\"“\"]"
33
+ },
34
+ {
35
+ "text": "02683 967019. Die Karten können auch per Email bestellt werden: [email protected]",
36
+ "decoded_text": "02683 967019. Die Karten können auch per Email bestellt werden : En - Koelsche - Weihnachtsfeier @ t - online. de",
37
+ "diff": [
38
+ "insert text[62:62] --> decoded_text[62:63] '' --> ' '",
39
+ "insert text[66:66] --> decoded_text[67:68] '' --> ' '",
40
+ "insert text[67:67] --> decoded_text[69:70] '' --> ' '",
41
+ "insert text[75:75] --> decoded_text[78:79] '' --> ' '",
42
+ "insert text[76:76] --> decoded_text[80:81] '' --> ' '",
43
+ "insert text[91:91] --> decoded_text[96:97] '' --> ' '",
44
+ "insert text[92:92] --> decoded_text[98:99] '' --> ' '",
45
+ "insert text[93:93] --> decoded_text[100:101] '' --> ' '",
46
+ "insert text[94:94] --> decoded_text[102:103] '' --> ' '",
47
+ "insert text[101:101] --> decoded_text[110:111] '' --> ' '"
48
+ ],
49
+ "n_oov_chars": 0,
50
+ "oov_ratio": 0.0,
51
+ "oov_charset": "[]"
52
+ },
53
+ {
54
+ "text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E-Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.",
55
+ "decoded_text": "Die Verarbeitung kann auch auf elektronischem Wege erfolgen. Dies ist insbesondere dann der Fall, wenn ein Bewerber entsprechende Bewerbungsunterlagen auf dem elektronischen Wege, beispielsweise per E - Mail oder über ein auf der Internetseite befindliches Webformular, an den für die Verarbeitung Verantwortlichen übermittelt. Sollten Sie über einen Account in einem berufsorientierten sozialen Netzwerk wie etwa Xing oder LinkedIn verfügen, können wir die Daten auch von Ihrer öffentlich einsehbaren Profilseite erheben. Zwecke der Verarbeitung und Rechtsgrundlage Wir verarbeiten Ihre personenbezogenen Daten ausschließlich zum Zwecke der Durchführung des Bewerbungsverfahrens.",
56
+ "diff": [
57
+ "insert text[200:200] --> decoded_text[200:201] '' --> ' '",
58
+ "insert text[201:201] --> decoded_text[202:203] '' --> ' '"
59
+ ],
60
+ "n_oov_chars": 0,
61
+ "oov_ratio": 0.0,
62
+ "oov_charset": "[]"
63
+ },
64
+ {
65
+ "text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erfüllung unserer vertraglichen und gesetzlichen Pflichten (wie Führungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw.) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benötigen.",
66
+ "decoded_text": "Innerhalb unseres Hauses erhalten diejenigen internen Stellen bzw. Organisationseinheiten Ihre Daten, die diese zur Erfüllung unserer vertraglichen und gesetzlichen Pflichten ( wie Führungskräfte und Fachverantwortliche, die einen neuen Mitarbeiter suchen oder an der Entscheidung über die Stellenbesetzung mitwirken, Buchhaltung, Betriebsarzt, Arbeitssicherheit, ggf. Mitarbeitervertretung usw. ) oder im Rahmen der Bearbeitung und Umsetzung unseres berechtigten Interesses benötigen.",
67
+ "diff": [
68
+ "insert text[176:176] --> decoded_text[176:177] '' --> ' '",
69
+ "insert text[394:394] --> decoded_text[395:396] '' --> ' '"
70
+ ],
71
+ "n_oov_chars": 0,
72
+ "oov_ratio": 0.0,
73
+ "oov_charset": "[]"
74
+ },
75
+ {
76
+ "text": "bei denen wir zur Erfüllung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im öffentlichen Interesse liegt;",
77
+ "decoded_text": "bei denen wir zur Erfüllung gesetzlicher Vorgaben zur Auskunft, Meldung oder Weitergabe von Daten verpflichtet oder berechtigt sind oder die Datenweitergabe im öffentlichen Interesse liegt ;",
78
+ "diff": [
79
+ "insert text[188:188] --> decoded_text[188:189] '' --> ' '"
80
+ ],
81
+ "n_oov_chars": 0,
82
+ "oov_ratio": 0.0,
83
+ "oov_charset": "[]"
84
+ },
85
+ {
86
+ "text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten (z.B. an Behörden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen);",
87
+ "decoded_text": "aufgrund unseres berechtigten Interesses oder des berechtigten Interesses des Dritten ( z. B. an Behörden, Auskunfteien, Rechtsanwälte, Gerichte, Gutachter, und Gremien und Kontrollinstanzen ) ;",
88
+ "diff": [
89
+ "insert text[87:87] --> decoded_text[87:88] '' --> ' '",
90
+ "insert text[89:89] --> decoded_text[90:91] '' --> ' '",
91
+ "insert text[188:188] --> decoded_text[190:191] '' --> ' '",
92
+ "insert text[189:189] --> decoded_text[192:193] '' --> ' '"
93
+ ],
94
+ "n_oov_chars": 0,
95
+ "oov_ratio": 0.0,
96
+ "oov_charset": "[]"
97
+ },
98
+ {
99
+ "text": "Darüber hinaus unterliegen wir verschiedenen Aufbewahrungs- und Dokumentationspflichten, die sich unter anderem aus dem Handelsgesetzbuch (HGB) und der Abgabenordnung (AO), ergeben. Die dort vorgegebenen Fristen zur Aufbewahrung bzw. Dokumentation betragen bis zehn Jahre über das Ende der Vertragsbeziehung oder des vorvertraglichen Rechtsverhältnisses hinaus.",
100
+ "decoded_text": "Darüber hinaus unterliegen wir verschiedenen Aufbewahrungs - und Dokumentationspflichten, die sich unter anderem aus dem Handelsgesetzbuch ( HGB ) und der Abgabenordnung ( AO ), ergeben. Die dort vorgegebenen Fristen zur Aufbewahrung bzw. Dokumentation betragen bis zehn Jahre über das Ende der Vertragsbeziehung oder des vorvertraglichen Rechtsverhältnisses hinaus.",
101
+ "diff": [
102
+ "insert text[58:58] --> decoded_text[58:59] '' --> ' '",
103
+ "insert text[139:139] --> decoded_text[140:141] '' --> ' '",
104
+ "insert text[142:142] --> decoded_text[144:145] '' --> ' '",
105
+ "insert text[168:168] --> decoded_text[171:172] '' --> ' '",
106
+ "insert text[170:170] --> decoded_text[174:175] '' --> ' '"
107
+ ],
108
+ "n_oov_chars": 0,
109
+ "oov_ratio": 0.0,
110
+ "oov_charset": "[]"
111
+ },
112
+ {
113
+ "text": "Ihre Bewerbungsunterlagen werden Ihnen bei Nicht-Einstellung nach Ablauf von sechs Monaten im Original zurückgegeben. Elektronische Daten werden nach sechs Monaten entsprechend gelöscht.",
114
+ "decoded_text": "Ihre Bewerbungsunterlagen werden Ihnen bei Nicht - Einstellung nach Ablauf von sechs Monaten im Original zurückgegeben. Elektronische Daten werden nach sechs Monaten entsprechend gelöscht.",
115
+ "diff": [
116
+ "insert text[48:48] --> decoded_text[48:49] '' --> ' '",
117
+ "insert text[49:49] --> decoded_text[50:51] '' --> ' '"
118
+ ],
119
+ "n_oov_chars": 0,
120
+ "oov_ratio": 0.0,
121
+ "oov_charset": "[]"
122
+ },
123
+ {
124
+ "text": "Sollten wir Ihre Daten für spätere Vakanzen länger speichern wollen oder Sie Ihre Daten in einen Bewerberpool eingestellt haben, werden die Daten zu späteren Zeitpunkten gelöscht; Einzelheiten dazu werden Ihnen im Zusammenhang mit dem jeweiligen Prozess mitgeteilt.",
125
+ "decoded_text": "Sollten wir Ihre Daten für spätere Vakanzen länger speichern wollen oder Sie Ihre Daten in einen Bewerberpool eingestellt haben, werden die Daten zu späteren Zeitpunkten gelöscht ; Einzelheiten dazu werden Ihnen im Zusammenhang mit dem jeweiligen Prozess mitgeteilt.",
126
+ "diff": [
127
+ "insert text[178:178] --> decoded_text[178:179] '' --> ' '"
128
+ ],
129
+ "n_oov_chars": 0,
130
+ "oov_ratio": 0.0,
131
+ "oov_charset": "[]"
132
+ }
133
+ ]
stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.fa.diff.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "آشپزخانه کوچک من: February 2012",
4
+ "decoded_text": "آشپزخانه کوچک من : February 2012",
5
+ "diff": [
6
+ "insert text[16:16] --> decoded_text[16:17] '' --> ' '"
7
+ ],
8
+ "n_oov_chars": 0,
9
+ "oov_ratio": 0.0,
10
+ "oov_charset": "[]"
11
+ },
12
+ {
13
+ "text": "بکینگ پودر:2 قاشق چای خوری",
14
+ "decoded_text": "بکینگ پودر : 2 قاشق چای خوری",
15
+ "diff": [
16
+ "insert text[10:10] --> decoded_text[10:11] '' --> ' '",
17
+ "insert text[11:11] --> decoded_text[12:13] '' --> ' '"
18
+ ],
19
+ "n_oov_chars": 0,
20
+ "oov_ratio": 0.0,
21
+ "oov_charset": "[]"
22
+ },
23
+ {
24
+ "text": "تخم مرغ:2 عدد بزرگ",
25
+ "decoded_text": "تخم مرغ : 2 عدد بزرگ",
26
+ "diff": [
27
+ "insert text[7:7] --> decoded_text[7:8] '' --> ' '",
28
+ "insert text[8:8] --> decoded_text[9:10] '' --> ' '"
29
+ ],
30
+ "n_oov_chars": 0,
31
+ "oov_ratio": 0.0,
32
+ "oov_charset": "[]"
33
+ },
34
+ {
35
+ "text": "کره:225 گرم به دمای اتاق رسیده",
36
+ "decoded_text": "کره : 225 گرم به دمای اتاق رسیده",
37
+ "diff": [
38
+ "insert text[3:3] --> decoded_text[3:4] '' --> ' '",
39
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '"
40
+ ],
41
+ "n_oov_chars": 0,
42
+ "oov_ratio": 0.0,
43
+ "oov_charset": "[]"
44
+ },
45
+ {
46
+ "text": "شکر:1و1/2 پیمانه+ 3 قاشق غذا خوری",
47
+ "decoded_text": "شکر : 1و1 / 2 پیمانه + 3 قاشق غذا خوری",
48
+ "diff": [
49
+ "insert text[3:3] --> decoded_text[3:4] '' --> ' '",
50
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '",
51
+ "insert text[7:7] --> decoded_text[9:10] '' --> ' '",
52
+ "insert text[8:8] --> decoded_text[11:12] '' --> ' '",
53
+ "insert text[16:16] --> decoded_text[20:21] '' --> ' '"
54
+ ],
55
+ "n_oov_chars": 0,
56
+ "oov_ratio": 0.0,
57
+ "oov_charset": "[]"
58
+ },
59
+ {
60
+ "text": "پودر دارچین:2 و1/2قاشق چای خوری",
61
+ "decoded_text": "پودر دارچین : 2 و1 / 2قاشق چای خوری",
62
+ "diff": [
63
+ "insert text[11:11] --> decoded_text[11:12] '' --> ' '",
64
+ "insert text[12:12] --> decoded_text[13:14] '' --> ' '",
65
+ "insert text[16:16] --> decoded_text[18:19] '' --> ' '",
66
+ "insert text[17:17] --> decoded_text[20:21] '' --> ' '"
67
+ ],
68
+ "n_oov_chars": 0,
69
+ "oov_ratio": 0.0,
70
+ "oov_charset": "[]"
71
+ },
72
+ {
73
+ "text": "با رایانامه ارسال کنیداین را در وبلاگ بنویسید!‏در Twitter به اشتراک بگذارید‏در Facebook به اشتراک بگذارید‏اشتراک‌گذاری در Pinterest",
74
+ "decoded_text": "با رایانامه ارسال کنیداین را در وبلاگ بنویسید! در Twitter به اشتراک بگذاریددر Facebook به اشتراک بگذاریداشتراکگذاری در Pinterest",
75
+ "diff": [
76
+ "replace text[46:47] --> decoded_text[46:47] '\\u200f' --> ' '",
77
+ "delete text[75:76] --> decoded_text[75:75] '\\u200f' --> ''",
78
+ "delete text[105:106] --> decoded_text[104:104] '\\u200f' --> ''",
79
+ "delete text[112:113] --> decoded_text[110:110] '\\u200c' --> ''"
80
+ ],
81
+ "n_oov_chars": 4,
82
+ "oov_ratio": 0.030534351145038167,
83
+ "oov_charset": "[\"‏\", \"‌\"]"
84
+ },
85
+ {
86
+ "text": "برچسب‌ها: شیرینی ها",
87
+ "decoded_text": "برچسبها : شیرینی ها",
88
+ "diff": [
89
+ "delete text[5:6] --> decoded_text[5:5] '\\u200c' --> ''",
90
+ "insert text[8:8] --> decoded_text[7:8] '' --> ' '"
91
+ ],
92
+ "n_oov_chars": 1,
93
+ "oov_ratio": 0.05263157894736842,
94
+ "oov_charset": "[\"‌\"]"
95
+ },
96
+ {
97
+ "text": "ارد:1 و 1/2 پیمانه + 1 قاشق غذا خوری سر صاف سبوس گندم",
98
+ "decoded_text": "ارد : 1 و 1 / 2 پیمانه + 1 قاشق غذا خوری سر صاف سبوس گندم",
99
+ "diff": [
100
+ "insert text[3:3] --> decoded_text[3:4] '' --> ' '",
101
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '",
102
+ "insert text[9:9] --> decoded_text[11:12] '' --> ' '",
103
+ "insert text[10:10] --> decoded_text[13:14] '' --> ' '"
104
+ ],
105
+ "n_oov_chars": 0,
106
+ "oov_ratio": 0.0,
107
+ "oov_charset": "[]"
108
+ },
109
+ {
110
+ "text": "رنده پوست پرتقال:1 قاشق چای خوری",
111
+ "decoded_text": "رنده پوست پرتقال : 1 قاشق چای خوری",
112
+ "diff": [
113
+ "insert text[16:16] --> decoded_text[16:17] '' --> ' '",
114
+ "insert text[17:17] --> decoded_text[18:19] '' --> ' '"
115
+ ],
116
+ "n_oov_chars": 0,
117
+ "oov_ratio": 0.0,
118
+ "oov_charset": "[]"
119
+ }
120
+ ]
stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.ja.diff.json ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "午後から雨が心配だったので遠出はせず、『ふれあいロード』を走って来ました!",
4
+ "decoded_text": "午 後 から 雨 が 心 配 だったので 遠 出 はせず 、 『 ふれあいロード 』 を 走 って 来 ました !",
5
+ "diff": [
6
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
7
+ "insert text[2:2] --> decoded_text[3:4] '' --> ' '",
8
+ "insert text[4:4] --> decoded_text[6:7] '' --> ' '",
9
+ "insert text[5:5] --> decoded_text[8:9] '' --> ' '",
10
+ "insert text[6:6] --> decoded_text[10:11] '' --> ' '",
11
+ "insert text[7:7] --> decoded_text[12:13] '' --> ' '",
12
+ "insert text[8:8] --> decoded_text[14:15] '' --> ' '",
13
+ "insert text[13:13] --> decoded_text[20:21] '' --> ' '",
14
+ "insert text[14:14] --> decoded_text[22:23] '' --> ' '",
15
+ "insert text[15:15] --> decoded_text[24:25] '' --> ' '",
16
+ "insert text[18:18] --> decoded_text[28:29] '' --> ' '",
17
+ "insert text[19:19] --> decoded_text[30:31] '' --> ' '",
18
+ "insert text[20:20] --> decoded_text[32:33] '' --> ' '",
19
+ "insert text[27:27] --> decoded_text[40:41] '' --> ' '",
20
+ "insert text[28:28] --> decoded_text[42:43] '' --> ' '",
21
+ "insert text[29:29] --> decoded_text[44:45] '' --> ' '",
22
+ "insert text[30:30] --> decoded_text[46:47] '' --> ' '",
23
+ "insert text[32:32] --> decoded_text[49:50] '' --> ' '",
24
+ "insert text[33:33] --> decoded_text[51:52] '' --> ' '",
25
+ "insert text[36:36] --> decoded_text[55:56] '' --> ' '"
26
+ ],
27
+ "n_oov_chars": 0,
28
+ "oov_ratio": 0.0,
29
+ "oov_charset": "[]"
30
+ },
31
+ {
32
+ "text": "確実に春が近づいてることを肌で感じることが出来ました 着々と整備されてる圏央道を越えるとお世話になってるボウリング場が見えて来ました。",
33
+ "decoded_text": "確 実 に 春 が 近 づいてることを 肌 で 感 じることが 出 来 ました 着 々と 整 備 されてる 圏 央 道 を 越 えるとお 世 話 になってるボウリング 場 が 見 えて 来 ました 。",
34
+ "diff": [
35
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
36
+ "insert text[2:2] --> decoded_text[3:4] '' --> ' '",
37
+ "insert text[3:3] --> decoded_text[5:6] '' --> ' '",
38
+ "insert text[4:4] --> decoded_text[7:8] '' --> ' '",
39
+ "insert text[5:5] --> decoded_text[9:10] '' --> ' '",
40
+ "insert text[6:6] --> decoded_text[11:12] '' --> ' '",
41
+ "insert text[13:13] --> decoded_text[19:20] '' --> ' '",
42
+ "insert text[14:14] --> decoded_text[21:22] '' --> ' '",
43
+ "insert text[15:15] --> decoded_text[23:24] '' --> ' '",
44
+ "insert text[16:16] --> decoded_text[25:26] '' --> ' '",
45
+ "insert text[21:21] --> decoded_text[31:32] '' --> ' '",
46
+ "insert text[22:22] --> decoded_text[33:34] '' --> ' '",
47
+ "insert text[23:23] --> decoded_text[35:36] '' --> ' '",
48
+ "insert text[28:28] --> decoded_text[41:42] '' --> ' '",
49
+ "insert text[30:30] --> decoded_text[44:45] '' --> ' '",
50
+ "insert text[31:31] --> decoded_text[46:47] '' --> ' '",
51
+ "insert text[32:32] --> decoded_text[48:49] '' --> ' '",
52
+ "insert text[36:36] --> decoded_text[53:54] '' --> ' '",
53
+ "insert text[37:37] --> decoded_text[55:56] '' --> ' '",
54
+ "insert text[38:38] --> decoded_text[57:58] '' --> ' '",
55
+ "insert text[39:39] --> decoded_text[59:60] '' --> ' '",
56
+ "insert text[40:40] --> decoded_text[61:62] '' --> ' '",
57
+ "insert text[41:41] --> decoded_text[63:64] '' --> ' '",
58
+ "insert text[45:45] --> decoded_text[68:69] '' --> ' '",
59
+ "insert text[46:46] --> decoded_text[70:71] '' --> ' '",
60
+ "insert text[47:47] --> decoded_text[72:73] '' --> ' '",
61
+ "insert text[57:57] --> decoded_text[83:84] '' --> ' '",
62
+ "insert text[58:58] --> decoded_text[85:86] '' --> ' '",
63
+ "insert text[59:59] --> decoded_text[87:88] '' --> ' '",
64
+ "insert text[60:60] --> decoded_text[89:90] '' --> ' '",
65
+ "insert text[62:62] --> decoded_text[92:93] '' --> ' '",
66
+ "insert text[63:63] --> decoded_text[94:95] '' --> ' '",
67
+ "insert text[66:66] --> decoded_text[98:99] '' --> ' '"
68
+ ],
69
+ "n_oov_chars": 0,
70
+ "oov_ratio": 0.0,
71
+ "oov_charset": "[]"
72
+ },
73
+ {
74
+ "text": "うぅ〜〜、私が途中でトイレに行きたくなってしまい、通り道にあったケンタに変更しちゃいました。",
75
+ "decoded_text": "[UNK] 〜 〜 、 私 が 途 中 でトイレに 行 きたくなってしまい 、 通 り 道 にあったケンタに 変 更 しちゃいました 。",
76
+ "diff": [
77
+ "replace text[0:2] --> decoded_text[0:6] 'うぅ' --> '[UNK] '",
78
+ "insert text[3:3] --> decoded_text[7:8] '' --> ' '",
79
+ "insert text[4:4] --> decoded_text[9:10] '' --> ' '",
80
+ "insert text[5:5] --> decoded_text[11:12] '' --> ' '",
81
+ "insert text[6:6] --> decoded_text[13:14] '' --> ' '",
82
+ "insert text[7:7] --> decoded_text[15:16] '' --> ' '",
83
+ "insert text[8:8] --> decoded_text[17:18] '' --> ' '",
84
+ "insert text[9:9] --> decoded_text[19:20] '' --> ' '",
85
+ "insert text[14:14] --> decoded_text[25:26] '' --> ' '",
86
+ "insert text[15:15] --> decoded_text[27:28] '' --> ' '",
87
+ "insert text[24:24] --> decoded_text[37:38] '' --> ' '",
88
+ "insert text[25:25] --> decoded_text[39:40] '' --> ' '",
89
+ "insert text[26:26] --> decoded_text[41:42] '' --> ' '",
90
+ "insert text[27:27] --> decoded_text[43:44] '' --> ' '",
91
+ "insert text[28:28] --> decoded_text[45:46] '' --> ' '",
92
+ "insert text[36:36] --> decoded_text[54:55] '' --> ' '",
93
+ "insert text[37:37] --> decoded_text[56:57] '' --> ' '",
94
+ "insert text[38:38] --> decoded_text[58:59] '' --> ' '",
95
+ "insert text[45:45] --> decoded_text[66:67] '' --> ' '"
96
+ ],
97
+ "n_oov_chars": 1,
98
+ "oov_ratio": 0.021739130434782608,
99
+ "oov_charset": "[\"ぅ\"]"
100
+ },
101
+ {
102
+ "text": "実は、1年程前にエルモサの右目の黒目の端によ〜く見ないと分からない程の小さな斑を見つけてたんです。",
103
+ "decoded_text": "実 は 、 1 年 程 前 にエルモサの 右 目 の 黒 目 の 端 によ 〜 く 見 ないと 分 からない 程 の 小 さな 斑 を 見 つけてたんです 。",
104
+ "diff": [
105
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
106
+ "insert text[2:2] --> decoded_text[3:4] '' --> ' '",
107
+ "insert text[3:3] --> decoded_text[5:6] '' --> ' '",
108
+ "insert text[4:4] --> decoded_text[7:8] '' --> ' '",
109
+ "insert text[5:5] --> decoded_text[9:10] '' --> ' '",
110
+ "insert text[6:6] --> decoded_text[11:12] '' --> ' '",
111
+ "insert text[7:7] --> decoded_text[13:14] '' --> ' '",
112
+ "insert text[13:13] --> decoded_text[20:21] '' --> ' '",
113
+ "insert text[14:14] --> decoded_text[22:23] '' --> ' '",
114
+ "insert text[15:15] --> decoded_text[24:25] '' --> ' '",
115
+ "insert text[16:16] --> decoded_text[26:27] '' --> ' '",
116
+ "insert text[17:17] --> decoded_text[28:29] '' --> ' '",
117
+ "insert text[18:18] --> decoded_text[30:31] '' --> ' '",
118
+ "insert text[19:19] --> decoded_text[32:33] '' --> ' '",
119
+ "insert text[20:20] --> decoded_text[34:35] '' --> ' '",
120
+ "insert text[22:22] --> decoded_text[37:38] '' --> ' '",
121
+ "insert text[23:23] --> decoded_text[39:40] '' --> ' '",
122
+ "insert text[24:24] --> decoded_text[41:42] '' --> ' '",
123
+ "insert text[25:25] --> decoded_text[43:44] '' --> ' '",
124
+ "insert text[28:28] --> decoded_text[47:48] '' --> ' '",
125
+ "insert text[29:29] --> decoded_text[49:50] '' --> ' '",
126
+ "insert text[33:33] --> decoded_text[54:55] '' --> ' '",
127
+ "insert text[34:34] --> decoded_text[56:57] '' --> ' '",
128
+ "insert text[35:35] --> decoded_text[58:59] '' --> ' '",
129
+ "insert text[36:36] --> decoded_text[60:61] '' --> ' '",
130
+ "insert text[38:38] --> decoded_text[63:64] '' --> ' '",
131
+ "insert text[39:39] --> decoded_text[65:66] '' --> ' '",
132
+ "insert text[40:40] --> decoded_text[67:68] '' --> ' '",
133
+ "insert text[41:41] --> decoded_text[69:70] '' --> ' '",
134
+ "insert text[48:48] --> decoded_text[77:78] '' --> ' '"
135
+ ],
136
+ "n_oov_chars": 0,
137
+ "oov_ratio": 0.0,
138
+ "oov_charset": "[]"
139
+ },
140
+ {
141
+ "text": "その時点で先生からはおそらく『角膜ジストロフィー』であろうとの診断をもらっていました。",
142
+ "decoded_text": "その 時 点 で 先 生 からはおそらく 『 角 膜 ジストロフィー 』 であろうとの 診 断 をもらっていました 。",
143
+ "diff": [
144
+ "insert text[2:2] --> decoded_text[2:3] '' --> ' '",
145
+ "insert text[3:3] --> decoded_text[4:5] '' --> ' '",
146
+ "insert text[4:4] --> decoded_text[6:7] '' --> ' '",
147
+ "insert text[5:5] --> decoded_text[8:9] '' --> ' '",
148
+ "insert text[6:6] --> decoded_text[10:11] '' --> ' '",
149
+ "insert text[7:7] --> decoded_text[12:13] '' --> ' '",
150
+ "insert text[14:14] --> decoded_text[20:21] '' --> ' '",
151
+ "insert text[15:15] --> decoded_text[22:23] '' --> ' '",
152
+ "insert text[16:16] --> decoded_text[24:25] '' --> ' '",
153
+ "insert text[17:17] --> decoded_text[26:27] '' --> ' '",
154
+ "insert text[24:24] --> decoded_text[34:35] '' --> ' '",
155
+ "insert text[25:25] --> decoded_text[36:37] '' --> ' '",
156
+ "insert text[31:31] --> decoded_text[43:44] '' --> ' '",
157
+ "insert text[32:32] --> decoded_text[45:46] '' --> ' '",
158
+ "insert text[33:33] --> decoded_text[47:48] '' --> ' '",
159
+ "insert text[42:42] --> decoded_text[57:58] '' --> ' '"
160
+ ],
161
+ "n_oov_chars": 0,
162
+ "oov_ratio": 0.0,
163
+ "oov_charset": "[]"
164
+ },
165
+ {
166
+ "text": "エルモサの場合は1年程経過して徐々にではあるんですけど、少し大きくなってきちゃいました",
167
+ "decoded_text": "エルモサの 場 合 は1 年 程 経 過 して 徐 々にではあるんですけど 、 少 し 大 きくなってきちゃいました",
168
+ "diff": [
169
+ "insert text[5:5] --> decoded_text[5:6] '' --> ' '",
170
+ "insert text[6:6] --> decoded_text[7:8] '' --> ' '",
171
+ "insert text[7:7] --> decoded_text[9:10] '' --> ' '",
172
+ "insert text[9:9] --> decoded_text[12:13] '' --> ' '",
173
+ "insert text[10:10] --> decoded_text[14:15] '' --> ' '",
174
+ "insert text[11:11] --> decoded_text[16:17] '' --> ' '",
175
+ "insert text[12:12] --> decoded_text[18:19] '' --> ' '",
176
+ "insert text[13:13] --> decoded_text[20:21] '' --> ' '",
177
+ "insert text[15:15] --> decoded_text[23:24] '' --> ' '",
178
+ "insert text[16:16] --> decoded_text[25:26] '' --> ' '",
179
+ "insert text[27:27] --> decoded_text[37:38] '' --> ' '",
180
+ "insert text[28:28] --> decoded_text[39:40] '' --> ' '",
181
+ "insert text[29:29] --> decoded_text[41:42] '' --> ' '",
182
+ "insert text[30:30] --> decoded_text[43:44] '' --> ' '",
183
+ "insert text[31:31] --> decoded_text[45:46] '' --> ' '"
184
+ ],
185
+ "n_oov_chars": 0,
186
+ "oov_ratio": 0.0,
187
+ "oov_charset": "[]"
188
+ },
189
+ {
190
+ "text": "ただ、これまでお散歩仲間からは指摘とかされたことはないので、こちらから言わなければそんなに目立つ程ではないんですけどね。",
191
+ "decoded_text": "ただ 、 これまでお 散 歩 仲 間 からは 指 摘 とかされたことはないので 、 こちらから 言 わなければそんなに 目 立 つ 程 ではないんですけどね 。",
192
+ "diff": [
193
+ "insert text[2:2] --> decoded_text[2:3] '' --> ' '",
194
+ "insert text[3:3] --> decoded_text[4:5] '' --> ' '",
195
+ "insert text[8:8] --> decoded_text[10:11] '' --> ' '",
196
+ "insert text[9:9] --> decoded_text[12:13] '' --> ' '",
197
+ "insert text[10:10] --> decoded_text[14:15] '' --> ' '",
198
+ "insert text[11:11] --> decoded_text[16:17] '' --> ' '",
199
+ "insert text[12:12] --> decoded_text[18:19] '' --> ' '",
200
+ "insert text[15:15] --> decoded_text[22:23] '' --> ' '",
201
+ "insert text[16:16] --> decoded_text[24:25] '' --> ' '",
202
+ "insert text[17:17] --> decoded_text[26:27] '' --> ' '",
203
+ "insert text[29:29] --> decoded_text[39:40] '' --> ' '",
204
+ "insert text[30:30] --> decoded_text[41:42] '' --> ' '",
205
+ "insert text[35:35] --> decoded_text[47:48] '' --> ' '",
206
+ "insert text[36:36] --> decoded_text[49:50] '' --> ' '",
207
+ "insert text[45:45] --> decoded_text[59:60] '' --> ' '",
208
+ "insert text[46:46] --> decoded_text[61:62] '' --> ' '",
209
+ "insert text[47:47] --> decoded_text[63:64] '' --> ' '",
210
+ "insert text[48:48] --> decoded_text[65:66] '' --> ' '",
211
+ "insert text[49:49] --> decoded_text[67:68] '' --> ' '",
212
+ "insert text[59:59] --> decoded_text[78:79] '' --> ' '"
213
+ ],
214
+ "n_oov_chars": 0,
215
+ "oov_ratio": 0.0,
216
+ "oov_charset": "[]"
217
+ },
218
+ {
219
+ "text": "昔はヒアルロン酸の目薬なども処方されてたようですが、これが効く事はないそうです。",
220
+ "decoded_text": "昔 はヒアルロン 酸 の 目 薬 なども 処 方 されてたようですが 、 これが 効 く 事 はないそうです 。",
221
+ "diff": [
222
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
223
+ "insert text[7:7] --> decoded_text[8:9] '' --> ' '",
224
+ "insert text[8:8] --> decoded_text[10:11] '' --> ' '",
225
+ "insert text[9:9] --> decoded_text[12:13] '' --> ' '",
226
+ "insert text[10:10] --> decoded_text[14:15] '' --> ' '",
227
+ "insert text[11:11] --> decoded_text[16:17] '' --> ' '",
228
+ "insert text[14:14] --> decoded_text[20:21] '' --> ' '",
229
+ "insert text[15:15] --> decoded_text[22:23] '' --> ' '",
230
+ "insert text[16:16] --> decoded_text[24:25] '' --> ' '",
231
+ "insert text[25:25] --> decoded_text[34:35] '' --> ' '",
232
+ "insert text[26:26] --> decoded_text[36:37] '' --> ' '",
233
+ "insert text[29:29] --> decoded_text[40:41] '' --> ' '",
234
+ "insert text[30:30] --> decoded_text[42:43] '' --> ' '",
235
+ "insert text[31:31] --> decoded_text[44:45] '' --> ' '",
236
+ "insert text[32:32] --> decoded_text[46:47] '' --> ' '",
237
+ "insert text[39:39] --> decoded_text[54:55] '' --> ' '"
238
+ ],
239
+ "n_oov_chars": 0,
240
+ "oov_ratio": 0.0,
241
+ "oov_charset": "[]"
242
+ },
243
+ {
244
+ "text": "なので、エルディとのお散歩でも訪れたことがありません。 カタクリの花が5分咲きとの情報から今回コースの1つに取り入れてみました。",
245
+ "decoded_text": "なので 、 エルディとのお 散 歩 でも 訪 れたことがありません 。 カタクリの 花 が5 分 咲 きとの 情 報 から 今 回 コースの1つに 取 り 入 れてみました 。",
246
+ "diff": [
247
+ "insert text[3:3] --> decoded_text[3:4] '' --> ' '",
248
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '",
249
+ "insert text[11:11] --> decoded_text[13:14] '' --> ' '",
250
+ "insert text[12:12] --> decoded_text[15:16] '' --> ' '",
251
+ "insert text[13:13] --> decoded_text[17:18] '' --> ' '",
252
+ "insert text[15:15] --> decoded_text[20:21] '' --> ' '",
253
+ "insert text[16:16] --> decoded_text[22:23] '' --> ' '",
254
+ "insert text[26:26] --> decoded_text[33:34] '' --> ' '",
255
+ "insert text[33:33] --> decoded_text[41:42] '' --> ' '",
256
+ "insert text[34:34] --> decoded_text[43:44] '' --> ' '",
257
+ "insert text[36:36] --> decoded_text[46:47] '' --> ' '",
258
+ "insert text[37:37] --> decoded_text[48:49] '' --> ' '",
259
+ "insert text[38:38] --> decoded_text[50:51] '' --> ' '",
260
+ "insert text[41:41] --> decoded_text[54:55] '' --> ' '",
261
+ "insert text[42:42] --> decoded_text[56:57] '' --> ' '",
262
+ "insert text[43:43] --> decoded_text[58:59] '' --> ' '",
263
+ "insert text[45:45] --> decoded_text[61:62] '' --> ' '",
264
+ "insert text[46:46] --> decoded_text[63:64] '' --> ' '",
265
+ "insert text[47:47] --> decoded_text[65:66] '' --> ' '",
266
+ "insert text[54:54] --> decoded_text[73:74] '' --> ' '",
267
+ "insert text[55:55] --> decoded_text[75:76] '' --> ' '",
268
+ "insert text[56:56] --> decoded_text[77:78] '' --> ' '",
269
+ "insert text[57:57] --> decoded_text[79:80] '' --> ' '",
270
+ "insert text[63:63] --> decoded_text[86:87] '' --> ' '"
271
+ ],
272
+ "n_oov_chars": 0,
273
+ "oov_ratio": 0.0,
274
+ "oov_charset": "[]"
275
+ },
276
+ {
277
+ "text": "前々から走ってみたかったんだけど、いつも陸上部らしき学生さんがものすごいスピードで駆け抜けていくのを目の当たりにしてちょっとビビっておりました",
278
+ "decoded_text": "前 々から 走 ってみたかったんだけど 、 いつも 陸 上 部 らしき 学 生 さんがものすごいスピードで 駆 け 抜 けていくのを 目 の 当 たりにしてちょっとビビっておりました",
279
+ "diff": [
280
+ "insert text[1:1] --> decoded_text[1:2] '' --> ' '",
281
+ "insert text[4:4] --> decoded_text[5:6] '' --> ' '",
282
+ "insert text[5:5] --> decoded_text[7:8] '' --> ' '",
283
+ "insert text[16:16] --> decoded_text[19:20] '' --> ' '",
284
+ "insert text[17:17] --> decoded_text[21:22] '' --> ' '",
285
+ "insert text[20:20] --> decoded_text[25:26] '' --> ' '",
286
+ "insert text[21:21] --> decoded_text[27:28] '' --> ' '",
287
+ "insert text[22:22] --> decoded_text[29:30] '' --> ' '",
288
+ "insert text[23:23] --> decoded_text[31:32] '' --> ' '",
289
+ "insert text[26:26] --> decoded_text[35:36] '' --> ' '",
290
+ "insert text[27:27] --> decoded_text[37:38] '' --> ' '",
291
+ "insert text[28:28] --> decoded_text[39:40] '' --> ' '",
292
+ "insert text[41:41] --> decoded_text[53:54] '' --> ' '",
293
+ "insert text[42:42] --> decoded_text[55:56] '' --> ' '",
294
+ "insert text[43:43] --> decoded_text[57:58] '' --> ' '",
295
+ "insert text[44:44] --> decoded_text[59:60] '' --> ' '",
296
+ "insert text[50:50] --> decoded_text[66:67] '' --> ' '",
297
+ "insert text[51:51] --> decoded_text[68:69] '' --> ' '",
298
+ "insert text[52:52] --> decoded_text[70:71] '' --> ' '",
299
+ "insert text[53:53] --> decoded_text[72:73] '' --> ' '"
300
+ ],
301
+ "n_oov_chars": 0,
302
+ "oov_ratio": 0.0,
303
+ "oov_charset": "[]"
304
+ }
305
+ ]
stats/compression_rate/google-bert.bert-base-multilingual-cased @ cc100.ko.diff.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "특히 주소 15~17번 홀에선 3연속 보기로 황금의제국카지노 홀아웃했다.",
4
+ "decoded_text": "특히 주소 15 ~ 17번 홀에선 3연속 보기로 황금의제국카지노 홀아웃했다.",
5
+ "diff": [
6
+ "insert text[8:8] --> decoded_text[8:9] '' --> ' '",
7
+ "insert text[9:9] --> decoded_text[10:11] '' --> ' '"
8
+ ],
9
+ "n_oov_chars": 0,
10
+ "oov_ratio": 0.0,
11
+ "oov_charset": "[]"
12
+ },
13
+ {
14
+ "text": "1편인'신과함께-죄와 벌'이 천만을 넘은 만큼 2편을 기다린 황금의제국카지노 관객들의 기대와 주소 관심은 폭발적이다.",
15
+ "decoded_text": "1편인'신과함께 - 죄와 벌'이 천만을 넘은 만큼 2편을 기다린 황금의제국카지노 관객들의 기대와 주소 관심은 폭발적이다.",
16
+ "diff": [
17
+ "insert text[8:8] --> decoded_text[8:9] '' --> ' '",
18
+ "insert text[9:9] --> decoded_text[10:11] '' --> ' '"
19
+ ],
20
+ "n_oov_chars": 0,
21
+ "oov_ratio": 0.0,
22
+ "oov_charset": "[]"
23
+ },
24
+ {
25
+ "text": "고려해서 주소 '대체재 일색'의 분재를 내놓을 위험이 있다. 문학의 자유를 소설가가 스스로 황금의제국카지노 출판사에 상납하는 것이다.",
26
+ "decoded_text": "고려해서 주소'대체재 일색'의 분재를 내놓을 위험이 있다. 문학의 자유를 소설가가 스스로 황금의제국카지노 출판사에 상납하는 것이다.",
27
+ "diff": [
28
+ "delete text[7:8] --> decoded_text[7:7] ' ' --> ''"
29
+ ],
30
+ "n_oov_chars": 0,
31
+ "oov_ratio": 0.0,
32
+ "oov_charset": "[]"
33
+ },
34
+ {
35
+ "text": "조시도널슨의 유산 프랭클린 주소 바레토(22)는 황금의제국카지노 4타수3안타(2루타 홈런) 3타점(.246 .270 .508). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
36
+ "decoded_text": "조시도널슨의 유산 프랭클린 주소 바레토 ( 22 ) 는 황금의제국카지노 4타수3안타 ( 2루타 홈런 ) 3타점 (. 246. 270. 508 ). 하지만 아직은 트레이드 당시의 기대치를 보여주지 못하고 있다.",
37
+ "diff": [
38
+ "insert text[21:21] --> decoded_text[21:22] '' --> ' '",
39
+ "insert text[22:22] --> decoded_text[23:24] '' --> ' '",
40
+ "insert text[24:24] --> decoded_text[26:27] '' --> ' '",
41
+ "insert text[25:25] --> decoded_text[28:29] '' --> ' '",
42
+ "insert text[42:42] --> decoded_text[46:47] '' --> ' '",
43
+ "insert text[43:43] --> decoded_text[48:49] '' --> ' '",
44
+ "insert text[49:49] --> decoded_text[55:56] '' --> ' '",
45
+ "insert text[54:54] --> decoded_text[61:62] '' --> ' '",
46
+ "insert text[56:56] --> decoded_text[64:65] '' --> ' '",
47
+ "insert text[59:59] --> decoded_text[68:69] '' --> '.'",
48
+ "delete text[60:61] --> decoded_text[70:70] '.' --> ''",
49
+ "insert text[64:64] --> decoded_text[73:74] '' --> '.'",
50
+ "delete text[65:66] --> decoded_text[75:75] '.' --> ''",
51
+ "insert text[69:69] --> decoded_text[78:79] '' --> ' '"
52
+ ],
53
+ "n_oov_chars": 0,
54
+ "oov_ratio": 0.0,
55
+ "oov_charset": "[]"
56
+ },
57
+ {
58
+ "text": "여기서승리한 2팀이 준결승에 오른다. 결국 A, B조 1위는 12강-4강-결승으로 3경기를 치르지만, C, D, 황금의제국카지노 E, F조 1위는 주소 12강-6강-4강-결승으로 4경기를 해야 한다.",
59
+ "decoded_text": "여기서승리한 2팀이 준결승에 오른다. 결국 A, B조 1위는 12강 - 4강 - 결승으로 3경기를 치르지만, C, D, 황금의제국카지노 E, F조 1위는 주소 12강 - 6강 - 4강 - 결승으로 4경기를 해야 한다.",
60
+ "diff": [
61
+ "insert text[37:37] --> decoded_text[37:38] '' --> ' '",
62
+ "insert text[38:38] --> decoded_text[39:40] '' --> ' '",
63
+ "insert text[40:40] --> decoded_text[42:43] '' --> ' '",
64
+ "insert text[41:41] --> decoded_text[44:45] '' --> ' '",
65
+ "insert text[88:88] --> decoded_text[92:93] '' --> ' '",
66
+ "insert text[89:89] --> decoded_text[94:95] '' --> ' '",
67
+ "insert text[91:91] --> decoded_text[97:98] '' --> ' '",
68
+ "insert text[92:92] --> decoded_text[99:100] '' --> ' '",
69
+ "insert text[94:94] --> decoded_text[102:103] '' --> ' '",
70
+ "insert text[95:95] --> decoded_text[104:105] '' --> ' '"
71
+ ],
72
+ "n_oov_chars": 0,
73
+ "oov_ratio": 0.0,
74
+ "oov_charset": "[]"
75
+ },
76
+ {
77
+ "text": "또한이날 눈길을 주소 끈 것은 한 신인배우의 매니저였다. 황금의제국카지노 배우의 매니저 일을 하고 있다는 한 청취자의 사연에 박명수는 '실시간 검색어 1위'를 만들어주겠다며, 통화연결을 했다.",
78
+ "decoded_text": "또한이날 눈길을 주소 끈 것은 한 신인배우의 매니저였다. 황금의제국카지노 배우의 매니저 일을 하고 있다��� 한 청취자의 사연에 박명수는'실시간 검색어 1위'를 만들어주겠다며, 통화연결을 했다.",
79
+ "diff": [
80
+ "delete text[74:75] --> decoded_text[74:74] ' ' --> ''"
81
+ ],
82
+ "n_oov_chars": 0,
83
+ "oov_ratio": 0.0,
84
+ "oov_charset": "[]"
85
+ },
86
+ {
87
+ "text": "하지만이번 황금의제국카지노 시즌, 호날두와 이과인이 다시 주소 한솥밥을 먹는 일이 성사됐다. 호날두가 ‘빅 사이닝’을 통해 유벤투스로 옮겼기 때문이다.",
88
+ "decoded_text": "하지만이번 황금의제국카지노 시즌, 호날두와 이과인이 다시 주소 [UNK] 먹는 일이 성사됐다. 호날두가 [UNK] 빅 사이닝 [UNK] 을 통해 유벤투스로 옮겼기 때문이다.",
89
+ "diff": [
90
+ "replace text[35:39] --> decoded_text[35:40] '한솥밥을' --> '[UNK]'",
91
+ "replace text[57:58] --> decoded_text[58:64] '‘' --> '[UNK] '",
92
+ "replace text[63:64] --> decoded_text[69:76] '’' --> ' [UNK] '"
93
+ ],
94
+ "n_oov_chars": 3,
95
+ "oov_ratio": 0.03571428571428571,
96
+ "oov_charset": "[\"솥\", \"‘\", \"’\"]"
97
+ },
98
+ {
99
+ "text": "사실자매가 나란히 앉아 인터뷰를 한다는 게 쑥스러울 법도 한데, 주소 둘 사이에는 어떤 거리낌도 없었다. 마치 하루에 한 번씩 만나는 친구 같은 느낌이 황금의제국카지노 강했다.",
100
+ "decoded_text": "사실자매가 나란히 앉아 인터뷰를 한다는 게 [UNK] 법도 한데, 주소 둘 사이에는 어떤 거리낌도 없었다. 마치 하루에 한 번씩 만나는 친구 같은 느낌이 황금의제국카지노 강했다.",
101
+ "diff": [
102
+ "replace text[24:28] --> decoded_text[24:29] '쑥스러울' --> '[UNK]'"
103
+ ],
104
+ "n_oov_chars": 1,
105
+ "oov_ratio": 0.01020408163265306,
106
+ "oov_charset": "[\"쑥\"]"
107
+ },
108
+ {
109
+ "text": "이어\"알렉시스 (산체스)와 (후안) 마타가 매 경기 모든 시간을 뛰고 있다. 이젠 레알 마드리드전, 그 황금의제국카지노 후엔 바이에른 뮌헨전이 남아 있다\"면서 마시알 부재로 미치는 영향들을 주소 언급했다.",
110
+ "decoded_text": "이어 \" 알렉시스 ( 산체스 ) 와 ( 후안 ) 마타가 매 경기 모든 시간을 뛰고 있다. 이젠 레알 마드리드전, 그 황금의제국카지노 후엔 바이에른 뮌헨전이 남아 있다 \" 면서 마시알 부재로 미치는 영향들을 주소 언급했다.",
111
+ "diff": [
112
+ "insert text[2:2] --> decoded_text[2:3] '' --> ' '",
113
+ "insert text[3:3] --> decoded_text[4:5] '' --> ' '",
114
+ "insert text[9:9] --> decoded_text[11:12] '' --> ' '",
115
+ "insert text[12:12] --> decoded_text[15:16] '' --> ' '",
116
+ "insert text[13:13] --> decoded_text[17:18] '' --> ' '",
117
+ "insert text[16:16] --> decoded_text[21:22] '' --> ' '",
118
+ "insert text[18:18] --> decoded_text[24:25] '' --> ' '",
119
+ "insert text[85:85] --> decoded_text[92:93] '' --> ' '",
120
+ "insert text[86:86] --> decoded_text[94:95] '' --> ' '"
121
+ ],
122
+ "n_oov_chars": 0,
123
+ "oov_ratio": 0.0,
124
+ "oov_charset": "[]"
125
+ },
126
+ {
127
+ "text": "주소 강경헌은방송 이후 관심이 쏟아진 구본승과의 핑크빛 기류에 대해 “구본승 오빠는 예전에도, 지금도 너무 멋있는 황금의제국카지노 사람이다.",
128
+ "decoded_text": "주소 강경헌은방송 이후 관심이 쏟아진 구본승과의 핑크빛 기류에 대해 [UNK] 구본승 오빠는 예전에도, 지금도 너무 멋있는 황금의제국카지노 사람이다.",
129
+ "diff": [
130
+ "replace text[38:39] --> decoded_text[38:44] '“' --> '[UNK] '"
131
+ ],
132
+ "n_oov_chars": 1,
133
+ "oov_ratio": 0.01282051282051282,
134
+ "oov_charset": "[\"“\"]"
135
+ }
136
+ ]