-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
37 lines (24 loc) · 1.29 KB
/
NEWS
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
Release 0.3 (not yet released)
* A new protocol enables clients to find dictionary entries that are similar to
a given string or corrections for a given misspelled word.
The following new functions provide increasingly abstract functionality for
enumerating similar words and corrections: SPELL:MAP-SIMILAR,
SPELL:MAP-CORRECTIONS and SPELL:CORRECTIONS.
For convenience, the function SPELL:ENGLISH-CORRECTIONS automatically uses
the English dictionary and considers the appropriate case variants of the
supplied string.
* Documentation is now available in the documentation directory.
* The new function MAP-ENTRIES calls a supplied function for each entry in a
given dictionary.
Release 0.2 (2025-01-05)
* The README.org file now uses the org-mode format. The examples have been
updated.
* The spell/simple system is now an alias for the spell system since the
improved memory footprint makes the former unnecessary.
* Compilation and loading times as well as memory footprint have been
significantly reduced.
* Dictionaries can now be built from multiple source files. Additional words
are now loaded from data/english-additions.txt.
Release 0.1 (2024-12-20)
* Initial release with basic lookup for the English dictionary but slow
compilation and loading and a big memory footprint.