open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust

Home Page:https://crates.io/crates/unic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[unic-segment] Implement Setence Boundry algorithm

behnam opened this issue · comments

References:

#174 has implementation of the properties needed (e.g. Setence_Break) and the other two segmentation algorithms.

See also #135.