element-synapse/synapse/synapse_rust/segmenter.pyi
Andrew Morgan be4c95baf1
Replace PyICU with Rust icu_segmenter crate (#18553)
Co-authored-by: anoa's Codex Agent <codex@amorgan.xyz>
Co-authored-by: Quentin Gliech <quenting@element.io>
2025-07-03 11:12:12 +01:00

3 lines
70 B
Python

from typing import List
def parse_words(text: str) -> List[str]: ...