lexicon byte-state gauges: A 31997, B 29523, overlap 10801, union 50719, irreducibles 1048 (atoms: 10 digits + letters + punct; zero word-starts), 95/256 single bytes present
Browse files- lexicon_states_ledger.json +27 -0
lexicon_states_ledger.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"A_sentencepiece": 31997,
|
| 3 |
+
"B_wordpiece": 29523,
|
| 4 |
+
"overlap": 10801,
|
| 5 |
+
"union_required": 50719,
|
| 6 |
+
"overlap_census": {
|
| 7 |
+
"word-start": 8738,
|
| 8 |
+
"continuation": 1701,
|
| 9 |
+
"digit-cont": 76,
|
| 10 |
+
"digit-start": 202,
|
| 11 |
+
"punct/mixed": 84
|
| 12 |
+
},
|
| 13 |
+
"folded_overlap": 13071,
|
| 14 |
+
"irreducible_required": 1048,
|
| 15 |
+
"irreducible_census": {
|
| 16 |
+
"punct/mixed": 970,
|
| 17 |
+
"continuation": 68,
|
| 18 |
+
"digit-cont": 10
|
| 19 |
+
},
|
| 20 |
+
"irreducible_from": {
|
| 21 |
+
"overlap": 91,
|
| 22 |
+
"only_A": 51,
|
| 23 |
+
"only_B": 906
|
| 24 |
+
},
|
| 25 |
+
"composite": 49671,
|
| 26 |
+
"single_bytes_in_union": 95
|
| 27 |
+
}
|