failed09 commited on
Commit
f7d151f
·
verified ·
1 Parent(s): 7d4be0c

v6.1: RU-leak stoplist (65 forms / 648k tokens) + singles a/u removed

Browse files
Files changed (1) hide show
  1. metadata.json +34 -24
metadata.json CHANGED
@@ -1,31 +1,41 @@
1
  {
2
  "dataset": "global_frequency_index",
3
- "version": "v6.0",
4
  "build_date": "2026-08-28",
5
- "builder_script": "scripts/pipeline/build_frequency_v6.py",
6
  "corpus_source": {
7
  "path": "data/monolingual/master/v2/cleaned.parquet (interim)",
8
  "sentences": 5481554,
9
  "description": "Master v2: master v1 с RU-фильтрацией media-ветки (ru_filter_v1)"
10
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "cleanups_vs_v5": {
12
  "glues_dropped": {
13
  "forms": 490,
14
  "tokens": 910
15
  },
16
  "singles_dropped": {
17
- "forms": 39,
18
- "tokens": 1750252,
19
- "kept": [
20
- "а",
21
- "у",
22
- "ә"
23
- ]
24
  },
25
  "typo_merge": {
26
  "rule": "DL-1, ratio>=50, len>=5, count<=10",
27
- "forms_merged": 34922,
28
- "tokens_reassigned": 65777
29
  }
30
  },
31
  "tokenization": {
@@ -34,31 +44,31 @@
34
  },
35
  "stats": {
36
  "total_tokens": 83274000,
37
- "unique_wordforms_full": 1290160,
38
- "unique_wordforms_public_ge3": 521480,
39
  "sentences_scanned": 5481554
40
  },
41
  "coverage": {
42
  "25%_forms": 188,
43
- "50%_forms": 1624,
44
- "80%_forms": 17361,
45
- "90%_forms": 53307,
46
- "95%_forms": 130399
47
  },
48
  "files": {
49
  "full": {
50
- "file": "production/frequency/v6.0/frequency_full.parquet",
51
- "rows": 1290160
52
  },
53
  "public": {
54
- "file": "production/frequency/v6.0/frequency_public.parquet",
55
- "rows": 521480,
56
  "cutoff": "count >= 3",
57
- "tokens_covered_pct": 98.84
58
  },
59
  "top_coverage_50": {
60
- "file": "production/frequency/v6.0/top_coverage_50.json",
61
- "forms": 1624,
62
  "covers_pct": 50.0
63
  }
64
  },
 
1
  {
2
  "dataset": "global_frequency_index",
3
+ "version": "v6.1",
4
  "build_date": "2026-08-28",
5
+ "builder_script": "scripts/pipeline/build_frequency_v6_1.py",
6
  "corpus_source": {
7
  "path": "data/monolingual/master/v2/cleaned.parquet (interim)",
8
  "sentences": 5481554,
9
  "description": "Master v2: master v1 с RU-фильтрацией media-ветки (ru_filter_v1)"
10
  },
11
+ "cleanups_vs_v6.0": {
12
+ "ru_stopwords": {
13
+ "forms": 65,
14
+ "tokens": 648304,
15
+ "list_size": 65,
16
+ "note": "русские служебные слова внутри BA-предложений (цитаты, имена); без башкирских омонимов"
17
+ },
18
+ "singles": {
19
+ "kept": [
20
+ "ә"
21
+ ],
22
+ "note": "а и у удалены (доминирует русское употребление)"
23
+ },
24
+ "note": "склейки и merge опечаток — те же правила, что v6.0"
25
+ },
26
  "cleanups_vs_v5": {
27
  "glues_dropped": {
28
  "forms": 490,
29
  "tokens": 910
30
  },
31
  "singles_dropped": {
32
+ "forms": 41,
33
+ "tokens": 1928669
 
 
 
 
 
34
  },
35
  "typo_merge": {
36
  "rule": "DL-1, ratio>=50, len>=5, count<=10",
37
+ "forms_merged": 34919,
38
+ "tokens_reassigned": 65774
39
  }
40
  },
41
  "tokenization": {
 
44
  },
45
  "stats": {
46
  "total_tokens": 83274000,
47
+ "unique_wordforms_full": 1290098,
48
+ "unique_wordforms_public_ge3": 521415,
49
  "sentences_scanned": 5481554
50
  },
51
  "coverage": {
52
  "25%_forms": 188,
53
+ "50%_forms": 1634,
54
+ "80%_forms": 17559,
55
+ "90%_forms": 53852,
56
+ "95%_forms": 131559
57
  },
58
  "files": {
59
  "full": {
60
+ "file": "production/frequency/v6.1/frequency_full.parquet",
61
+ "rows": 1290098
62
  },
63
  "public": {
64
+ "file": "production/frequency/v6.1/frequency_public.parquet",
65
+ "rows": 521415,
66
  "cutoff": "count >= 3",
67
+ "tokens_covered_pct": 98.83
68
  },
69
  "top_coverage_50": {
70
+ "file": "production/frequency/v6.1/top_coverage_50.json",
71
+ "forms": 1634,
72
  "covers_pct": 50.0
73
  }
74
  },