File: NEWS

package info (click to toggle)
hfst-ospell 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 780 kB
  • sloc: cpp: 7,689; python: 386; xml: 193; makefile: 123; sh: 82
file content (128 lines) | stat: -rw-r--r-- 3,503 bytes parent folder | download | duplicates (3)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
NEWS for hfst-ospell
====================

This file contains all noteworthy changes in HFST-ospell development between
releases. For full listing of changes see ChangeLog.

Noteworthy changes in 0.5.1
---------------------------

* change correction finding order (fixes issue #28)
* require C++1y (C++14)
* observe ICU namespacing (fixes issue #42)

Noteworthy changes in 0.5.0
---------------------------

* rename hfst_ol namespace to hfst_ospell to avoid conflicts
* improve distinguishing between lemmas and tags in analysis
* fix issue #37
* avoid shadowing multicharacter ascii-beginning symbols
* use minimal XML parsing to get locale, title, and description for Voikko and other frontends

Noteworthy changes in 0.4.5
---------------------------

* this is a bugfix release

Noteworthy changes in 0.4.4
---------------------------

* restructure order of files
* remove HFST dependency
* fix issue #26
* check for failures in archive extraction
* fix dll issues on windows
* allow building without XML support

Noteworthy changes in 0.4.3
---------------------------

* fixes for big endian conversions
* use max version for tinyxml

Noteworthy changes in 0.4.2
---------------------------

* small modifications to tests and documentation

Noteworthy changes in 0.4.1
---------------------------

* set time cutoff to 6.0 seconds for ospell-office
* minor bug fixes

Noteworthy changes in 0.4.0
---------------------------

* add option --beam to hfst-ospell for restricting the search to a margin above the optimum
* add option --time-cutoff to hfst-ospell for restricting the time spent on searching for better corrections
* add option --enable-hfst-ospell-office to configure (defaults to yes)
* use libarchive2 if libarchive3 is not available
* determine and use highest supported C++ standard when compiling
* support unknown and identity arcs both in the lexicon and error model

Noteworthy changes in 0.3.0
---------------------------

* New API for analysing and suggesting
* Moved code from headers to implementation files (API change)
* Added Doxygen to mark stable API
* Fixes for bad and malformed metadara handling
* Limiting number of suggestions now works

Noteworthy changes in 0.2.5
---------------------------

* optional support for tinyxml2
* preliminary support for two-tape automata and *analysis* lookup
* conference demos are no longer built by default
* libarchive newer than 3 allowed

Noteworthy changes in 0.2.4
---------------------------

* renamed the package hfstospell (from hfst-ospell), the previous rename caused
  build issues.

Noteworthy changes in 0.2.3
---------------------------

* fixed a bug that caused certain types of paths with flag diacritics not to
  be accepted.

Noteworthy changes in 0.2.2
---------------------------

* Memory and speed improvements; data structures for automaton changed

* Tests and bug fixes for building

Noteworthy changes in 0.2.1
---------------------------

* Added support for extracting zipped transducer collections to memory instead
  of temporary files

* Changed from libxml to libxml++ for XML parsing

Noteworthy changes in 0.2.0
---------------------------

* Added support for zipped XML based transducer collection format.

* Few new frontends for various experiments

* Lots of metadata everywhere

Noteworthy changes in 0.1.1
---------------------------

* Added autoconfiscation to avoid bugs like missing Makefile in tarball

Noteworthy changes in 0.1
-------------------------

* First release