Releases: nickscha/bpe
Releases · nickscha/bpe
v0.1: bpe.h release
v0.1: bpe - Byte Pair Encoding Release.
A C89 standard compliant, single header, nostdlib (no C Standard Library) Byte Pair Encoding (BPE).
Changes
- [INFRA] add release workflow (cd394de)
- [DOC] removed stdlib in quick start (7768f5d)
- [DEP] update test.h (0ebbaa5)
- [MIN] rename utf8/unicode conversions (31cb534)
- Merge remote-tracking branch 'refs/remotes/origin/main' (61af6e4)
- [CORE] support unicode parsing (e9c4d0a)
- [DOCS] Typo (384fe32)
- [DOC] format wiki link (d55c6de)
- [DOC] decode example (9c52a68)
- [TEST] remove unused "iteration" field (1ecdeff)
- [TEST] more char tests (a48fd9c)
- [MIN] Format code (87fcc07)
- [CORE] bpe_decode (966772c)
- [CORE] hybrid unused char & incr. symbol encode (046fa20)
- [MIN] format (a7cfa9d)
- [MIN] typo (588d600)
- [CORE] calc. replace symbol automatically (2ffa524)
- [DOCS] nostdlib (7830562)
- [INITIAL] Ready Set Go (b3faa54)
What's Included
This release includes the bpe.h header file as well as testing and example codes ready to be used.
Get started by downloading the source code today!