1 question
1
vote
0
answers
118
views
Why is Intl.Segmenter producing identical segmentations across multiple languages?
The documentation says that Intl.Segmenter needs a language parameter, something like this:
const result = new Intl.Segmenter("en", { granularity: "word" })
My tests show that ...