Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 248 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 248 Bytes

cgo_icu4x_segmenter

  1. Run cargo build --release in segmenter/
  2. Run TestBreakSentence and TestBreakWord in segmenter_test.go

Segment strings by word and sentences. See icu4x for more details.