aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-22 21:06:52 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-22 21:08:09 +0200
commitc0a983a29af17415ef29058d72f1a9cd99ddd83f (patch)
tree0c77ccd6905491ab7c39c6c386ba0721e6f0d4e6 /README
parentff14e4801643f8c69b5d31e183bfb71943ee519f (diff)
Fix various bugs in word segmentation
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index fc6e5de..a158aac 100644
--- a/README
+++ b/README
@@ -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: