We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f775e07 commit b314eddCopy full SHA for b314edd
History.markdown
@@ -1,5 +1,6 @@
1
## HEAD
2
3
+## 2.0.5 / 2016-12-30
4
### Major Enhancements
5
* Stopwords get encoded to utf8 (#83)
6
* Fix searching issues where no document is added to lsi (#77)
@@ -10,7 +11,7 @@
10
11
* Fixed errors in README (#68, #79, #80)
12
* Added an option to the bayesian classifier to disable word stemming (#61)
13
* Added missing parens and renamed some variables (#59)
-
14
+
15
## 2.0.4 / 2015-10-31
16
17
lib/classifier-reborn/version.rb
@@ -1,3 +1,3 @@
module ClassifierReborn
- VERSION = '2.0.4'
+ VERSION = '2.0.5'
end
0 commit comments