Commit 00416bc
committed
Pure Python decoder: 67-74% record accuracy (best so far)
Escape table with 0x80180000|class for negative values gives best results.
( ) as data, { only consumed for valid {n,m}, ] as data.
# hash scans for NUL delimiter character-by-character.
Accuracy: 67-74% across all 7 files, 28-37% exact line match.
Remaining 26-33% error from # hash alignment and junction records.1 parent 729879a commit 00416bc
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | 434 | | |
436 | 435 | | |
437 | 436 | | |
438 | 437 | | |
439 | 438 | | |
440 | 439 | | |
441 | 440 | | |
442 | | - | |
| 441 | + | |
443 | 442 | | |
444 | 443 | | |
445 | 444 | | |
446 | | - | |
| 445 | + | |
447 | 446 | | |
448 | 447 | | |
449 | 448 | | |
450 | 449 | | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
0 commit comments