Skip to content

Releases: Otosaku/OtosakuPOSTagger-iOS

SwiftPOSTagger v1.0.0 - First Stable Release

24 Jul 12:26

Choose a tag to compare

🎉 First stable release of SwiftPOSTagger - BERT-based POS tagging for iOS/macOS

✨ Features:
- BERT-based POS tagging with CoreML integration
- Automatic model download and extraction
- Clean public API returning (word, tag) tuples
- Support for iOS 16+ and macOS 12+
- Comprehensive error handling
- Example app with visual interface

🧠 Model Information:
- Quantized BERT model for efficient mobile inference
- Penn Treebank tagset support
- Up to 128 tokens per inference
- Neural Engine, GPU, and CPU compute unit support

📦 Installation via Swift Package Manager
📖 Complete documentation and MIT license
🛠️ Ready for production use