-
Notifications
You must be signed in to change notification settings - Fork 128
/
RELEASE
56 lines (37 loc) · 1.8 KB
/
RELEASE
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
Treat - Text Retrieval, Extraction and Annotation Toolkit
1.0.0 - First stable API.
1.0.1
* Major fix: bug when using the Stanford bindings due to an API change.
* Final touches to make decision tree classification work neatly.
* Add method in Countable to calculate position from end of parent entity.
* Assume HTML format in Buildable when given a URL with no file extension.
1.0.2
* Major fix: fixed the unserialization of "special" values (boolean, symbol, numeric).
* Minor fix: bug in Iterable#entities_with_feature fixed.
* Minor fix: bug in Countable#position_from_end fixed.
* Began AI4R integration and added a simple wrapper for the Multi-Layer Perceptron.
1.0.3
* Feature addition: allow to configure the paths to external Stanford files.
* Major fix: Made entities_with_feature use get() instead of send().
* Small API change: Renamed Clitic to Enclitic.
1.0.4
* Major fix: fixed Stanford tagger & name tagger paths.
1.0.5
* Added French support and multiple tag set support for Stanford tools.
* Fixed decimal point escaping across whole library.
* Major removal: merged the :perl tokenizer into the :ptb tokenizer (similar regexps).
* Added Reuters models to installer.
* Renamed Lingustics class to Universalisation.
1.0.6
* Made general topic extraction available on documents, zones and sections.
1.1.0
* Complete refactoring of the core of the library.
* Separated all configuration stuff from dynamic stuff.
1.2.0
* Added LIBSVM and LIBLINEAR classifier support.
* Added support for serialization of documents and data sets to MongoDB.
* Added specs for most of the core classes.
* Several bug fixes.
2.0.0rc1
* MAJOR CHANGE: the old DSL is no longer supported. A new DSL style using
lowercase keywords is now used and must be required explicitly.