From 9cf6f6faac1f72ed8648d6ba113150c41a6b1203 Mon Sep 17 00:00:00 2001 From: Chase Gilliam Date: Mon, 20 Nov 2017 18:50:44 -0500 Subject: [PATCH] Update History.markdown --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 79c8a56..0212a00 100644 --- a/History.markdown +++ b/History.markdown @@ -1,5 +1,6 @@ ## HEAD ## Major Enhancements + * JRuby Support, thanks to [@mach-kernel](https://github.com/mach-kernel) ([#168](https://github.com/jekyll/classifier-reborn/pull/168)) * Add support to reset trained classifiers to their initial state ([#143](https://github.com/jekyll/classifier-reborn/pull/143)) * Classifier evaluation and validation ([#142](https://github.com/jekyll/classifier-reborn/pull/142)) * Abbility to add custom stopwords at classifier initialization ([#129](https://github.com/jekyll/classifier-reborn/pull/129))