File size: 1,789 Bytes
bf75c33 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | ---
license: other
license_name: polyform-shield-1.0.0
license_link: https://polyformproject.org/licenses/shield/1.0.0/
tags:
- swift
- xcframework
- macos
- text-processing
library_name: swift
---
# YoozTextCleanup
Prebuilt Swift XCFramework for the Yooz text-cleanup engine (`libyooz_text_cleanup`), part of the
[Yooz ecosystem](https://github.com/yooz-labs). It provides rule-based post-processing for
on-device speech-to-text output (number, decimal, and version normalization and related cleanup),
exposed to Swift via UniFFI.
This repository hosts the **compiled binary artifact** consumed by the `yooz-engine` SwiftPM
package as a remote `.binaryTarget`. It is not model weights; it is native Rust compiled for
Apple platforms.
## Contents
| File | Description |
|---|---|
| `YoozTextCleanup-0.6.6-07ff96f.xcframework.zip` | Universal (arm64 + x86_64) macOS XCFramework |
- **Crate version:** 0.6.6
- **Source provenance:** `yooz-labs/yooz-engine` `text-cleanup/`, unchanged since commit `07ff96f`
- **SHA-256:** `c859400999a7af479303316440032f6323dcfc56ad15a9295f92f9b3bec843a5`
- **Platforms:** macOS (arm64, x86_64)
## Consuming from SwiftPM
```swift
.binaryTarget(
name: "YoozTextCleanup",
url: "https://huggingface.co/YoozLabs/YoozTextCleanup/resolve/main/YoozTextCleanup-0.6.6-07ff96f.xcframework.zip",
checksum: "c859400999a7af479303316440032f6323dcfc56ad15a9295f92f9b3bec843a5"
)
```
The `checksum` pins content integrity; the versioned filename is never overwritten in place, so the
`main` resolve URL is effectively immutable for a given version.
## License
Compiled from source licensed under PolyForm Shield 1.0.0 (source-available). See the
[`yooz-engine`](https://github.com/yooz-labs/yooz-engine) repository.
## Contact
dev@yooz.info
|