From d9f874c2af8704c558a6e3bf52fcad281fc4b136 Mon Sep 17 00:00:00 2001 From: John Bauer Date: Wed, 15 Nov 2023 13:43:28 -0800 Subject: [PATCH] Update formatting of the classifier page --- _pages/tools_classifier.md | 55 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/_pages/tools_classifier.md b/_pages/tools_classifier.md index bc452bc315..58c6b22245 100644 --- a/_pages/tools_classifier.md +++ b/_pages/tools_classifier.md @@ -94,34 +94,33 @@ There is a standalone distribution of the classifier which has not been updated **[Download Stanford Classifier version 4.2.0](stanford-classifier-4.2.0.zip)** | Version | Date | Description | -|---|---|---| -| | -| 4.2.0 | 2020-11-17 | Update for compatibility | -| 4.0.0 | 2020-04-19 | Update for compatibility | -| 3.9.2 | 2018-10-16 | Updated for compatibility | -| 3.9.1 | 2018-02-27 | Updated for compatibility | -| 3.8.0 | 2017-06-09 | Updated for compatibility | -| 3.7.0 | 2016-10-31 | Update for compatibility | -| 3.6.0 | 2015-12-09 | Updated for compatibility | -| 3.5.2 | 2015-04-20 | Updated for compatibility | -| 3.5.1 | 2015-01-29 | New input / output format options; support for GloVe word vector features | -| 3.5.0 | 2014-10-26 | Upgrade to Java 8 | -| 3.4.1 | 2014-08-27 | Updated for compatibility with other Stanford releases | -| 3.4 | 2014-06-16 | Updated for compatibility with other Stanford releases | -| 3.3.1 | 2014-01-04 | Bugfix release | -| 3.3.0 | 2013-11-12 | Updated for compatibility with other Stanford releases | -| 3.2.0 | 2013-06-20 | Updated for compatibility with other Stanford releases | -| 2.1.8 | 2013-04-04 | Updated for compatibility with other Stanford releases | -| 2.1.7 | 2012-11-11 | Pair of word features added | -| 2.1.6 | 2012-07-09 | Minor bug fixes | -| 2.1.5 | 2012-05-22 | Updated for compatibility with other Stanford releases | -| 2.1.4 | 2012-03-09 | Bugfix for svmlight format | -| 2.1.3 | 2011-12-22 | Updated for compatibility with other Stanford releases | -| 2.1.2 | 2011-09-14 | Change ColumnDataClassifier to be an object with API rather than static methods; ColumnDataClassifier thread safe | -| 2.1.1 | 2011-06-19 | Updated for compatibility with other Stanford releases | -| 2.1 | 2011-05-15 | Updated with more documentation | -| 2.0 | 2007-08-15 | New command line interface, substantial increase in options and features (updated on 2007-09-28 with a bug fix) | -| 1.0 | 2003-05-26 | Initial release | +|:---:|---|---| +| 4.2.0 | 2020‑11‑17 | Update for compatibility | +| 4.0.0 | 2020‑04‑19 | Update for compatibility | +| 3.9.2 | 2018‑10‑16 | Updated for compatibility | +| 3.9.1 | 2018‑02‑27 | Updated for compatibility | +| 3.8.0 | 2017‑06‑09 | Updated for compatibility | +| 3.7.0 | 2016‑10‑31 | Update for compatibility | +| 3.6.0 | 2015‑12‑09 | Updated for compatibility | +| 3.5.2 | 2015‑04‑20 | Updated for compatibility | +| 3.5.1 | 2015‑01‑29 | New input / output format options; support for GloVe word vector features | +| 3.5.0 | 2014‑10‑26 | Upgrade to Java 8 | +| 3.4.1 | 2014‑08‑27 | Updated for compatibility with other Stanford releases | +| 3.4 | 2014‑06‑16 | Updated for compatibility with other Stanford releases | +| 3.3.1 | 2014‑01‑04 | Bugfix release | +| 3.3.0 | 2013‑11‑12 | Updated for compatibility with other Stanford releases | +| 3.2.0 | 2013‑06‑20 | Updated for compatibility with other Stanford releases | +| 2.1.8 | 2013‑04‑04 | Updated for compatibility with other Stanford releases | +| 2.1.7 | 2012‑11‑11 | Pair of word features added | +| 2.1.6 | 2012‑07‑09 | Minor bug fixes | +| 2.1.5 | 2012‑05‑22 | Updated for compatibility with other Stanford releases | +| 2.1.4 | 2012‑03‑09 | Bugfix for svmlight format | +| 2.1.3 | 2011‑12‑22 | Updated for compatibility with other Stanford releases | +| 2.1.2 | 2011‑09‑14 | Change ColumnDataClassifier to be an object with API rather than static methods; ColumnDataClassifier thread safe | +| 2.1.1 | 2011‑06‑19 | Updated for compatibility with other Stanford releases | +| 2.1 | 2011‑05‑15 | Updated with more documentation | +| 2.0 | 2007‑08‑15 | New command line interface, substantial increase in options and features (updated on 2007-09-28 with a bug fix) | +| 1.0 | 2003‑05‑26 | Initial release |