Metadata-Version: 2.4
Name: cjm-capability-qwen3-forced-aligner
Version: 0.0.27
Summary: A Qwen3-based forced-alignment capability for the cjm-substrate runtime that provides word-level audio-text alignment using Qwen/Qwen3-ForcedAligner-0.6B with progress reporting.
Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
License: Apache-2.0
Project-URL: Repository, https://github.com/cj-mills/cjm-capability-qwen3-forced-aligner
Keywords: nbdev,jupyter,notebook,python
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cjm-substrate>=0.0.51
Requires-Dist: cjm-capability-primitives>=0.0.10
Requires-Dist: qwen-asr
Requires-Dist: cjm-substrate-torch-utils>=0.0.13
Requires-Dist: cjm-substrate-hf-utils>=0.0.14
Dynamic: license-file

# cjm-capability-qwen3-forced-aligner

<!-- generated from the context graph by `cjm-context-graph readme` — do not edit by hand; edit the graph (the urge to hand-edit = move it on-graph) -->

A Qwen3-based forced-alignment capability for the cjm-substrate runtime that provides word-level audio-text alignment using Qwen/Qwen3-ForcedAligner-0.6B with progress reporting.

## Modules

- **`cjm_capability_qwen3_forced_aligner.capability`** — Capability implementation for Qwen3 word-level forced alignment (Option C, stage 8: pure compute).

## API

### `cjm_capability_qwen3_forced_aligner.capability`

- `Qwen3ForcedAlignerCapability` _class_ — Qwen3 word-level forced-alignment tool capability (stage 8: pure compute).
- `Qwen3ForcedAlignerConfig` _class_ — Configuration for the Qwen3 Forced Aligner capability.

## Dependencies

**Depends on:** `cjm-capability-primitives`, `cjm-substrate`, `cjm-substrate-hf-utils`, `cjm-substrate-torch-utils`, `qwen-asr`
