forked from trinker/textstem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
64 lines (36 loc) · 1.35 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
NEWS
====
Versioning
----------
Releases will be numbered with the following semantic versioning format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets the minor
and patch)
* New additions without breaking backward compatibility bumps the minor
(and resets the patch)
* Bug fixes and misc changes bumps the patch
textstem 0.1.5 -
----------------------------------------------------------------
BUG FIXES
NEW FEATURES
MINOR FEATURES
IMPROVEMENTS
CHANGES
textstem 0.1.4
----------------------------------------------------------------
CHANGES
* **koRpus** package now has a heavy link to language modules.
**koRpus.lang.en** added as a dependency package per Meik
Michalke's API change/workflow.
textstem 0.1.0 - 0.1.2
----------------------------------------------------------------
BUG FIXES
* `lemmatize_strings` and `stem_strings` would split numbers with decimals
rather than treating it as a single token. This issue has been corrected
(see issue #3).
textstem 0.0.1
----------------------------------------------------------------
This package is collection of tools that stem and lemmatize text. Stemming is
a process that removes endings such as suffixes. Lemmatization is the process
of grouping inflected forms together as a single base form.