diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:22:21 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:59 -0400 |
commit | 37d88e53a8436f2d9c6e091dfc3e9e5c4b77f2d0 (patch) | |
tree | afd702d14776488c3ef8defe2b8402d85d254f87 | |
parent | 7579dff6001d7be085ef09d959ccb8a4097da4d2 (diff) |
python/snowballstemmer: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/snowballstemmer/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/snowballstemmer/README b/python/snowballstemmer/README index 82061ac761f5..db6269db8388 100644 --- a/python/snowballstemmer/README +++ b/python/snowballstemmer/README @@ -1,7 +1,7 @@ snowballstemmer -This package provides 16 stemmer algorithms (15 + Poerter English stemmer) -generated from Snowball algorithms. +This package provides 16 stemmer algorithms (15 + Poerter English +stemmer) generated from Snowball algorithms. It includes following language algorithms: |