-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
22 lines (18 loc) · 798 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
= Changelog for jusText =
== v1.4 (24 Aug 2017) ==
* max_good_distance, a new context classification parameter
* Web demo
== v1.3 (30 Jun 2017) ==
* Filter out HTML(5) elements
* Preprocess split to get_html_root and preprocess_html_root
* See the git log for more
== v1.2 (8 Aug 2011) ==
* FEATURE: Character counts used instead of word counts where possible in
order to make the algorithm work well in the language independent
mode (without a stoplist) for languages where counting words is
not easy (Japanese, Chinese, Thai, etc).
* BUG FIX: More robust parsing of meta tags containing the information about
used charset.
* BUG FIX: Corrected decoding of HTML entities € to Ÿ
== v1.1 (9 Mar 2011) ==
* First public release.