You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#945 introduces functionality to support CJK languages via the Intl.Segmenter, however for now we have hard coded the respective language tags zh, ja, and ko.
We should investigate and implement a more robust solution for determining the sentence-separation characteristics of our supported languages.
The text was updated successfully, but these errors were encountered:
nordzilla
changed the title
Investigate better ways to implement which language scripts require or omit sentence-separating whitespace
Investigate better ways to determine which language scripts require or omit sentence-separating whitespace
Dec 2, 2024
Description
#945 introduces functionality to support CJK languages via the Intl.Segmenter, however for now we have hard coded the respective language tags
zh
,ja
, andko
.We should investigate and implement a more robust solution for determining the sentence-separation characteristics of our supported languages.
The text was updated successfully, but these errors were encountered: