diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 21:06:52 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 21:08:09 +0200 |
commit | c0a983a29af17415ef29058d72f1a9cd99ddd83f (patch) | |
tree | 0c77ccd6905491ab7c39c6c386ba0721e6f0d4e6 /README | |
parent | ff14e4801643f8c69b5d31e183bfb71943ee519f (diff) |
Fix various bugs in word segmentation
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -105,7 +105,7 @@ FEATURES: • Properties related to case-mapping are context-aware (via a context-struct argument) • unicode/string.h - • Grapheme iteration and -counting + • Iteration and counting of graphemes and words in a string • Unicode-aware case-mapping of strings with truncation checking • Case-mapping supports optional language-specific quirks (Azeri, Lithuanian, German, etc.) @@ -113,10 +113,9 @@ FEATURES: PLANNED FEATURES: - • Missing Unicode Properties (unicode/prop.h) - • String Case Conversions (unicode/string.h) - • Unicode Normalization (unicode/string.h) - • Word- and Line Segmentation (unicode/string.h) + • String Case Conversions (unicode/string.h) + • Unicode Normalization (unicode/string.h) + • Line- and Sentence Segmentation (unicode/string.h) BUGS: |