in src/py.rs [35:37]
fn py_encode_ordinary(&self, py: Python, text: &str) -> Vec<Rank> { py.allow_threads(|| self.encode_ordinary(text)) }