GNU dico - News
Version 2.2
Item posted by Sergey Poznyakoff <gray> on Sun 04 Mar 2012 03:22:36 PM UTC.
Version 2.2 is available for download from GNU FTP and Puszcza FTP. Soon it should become available for download from other GNU mirrors.
New in this version:
New modules
gcide
This module provides support for GNU Collaborative International
Dictionary of English.
wordnet
This module provides support for WordNet, a lexical database for the
English language developed in the Princeton University and distributed
under a BSD style license.
word
This module provides the following strategies:
word "Match separate words within headwords"
first "Match the first word within headwords"
last "Match the last word within headwords"
nprefix
Provides the nprefix strategy. It is similar to prefix but returns the
specified range of matches. For example
MATCH <dict> nprefix <skip>#<count>#<string>
returns at most <count> headwords whose prefix matches <string>,
skipping first <skip> unique matches.
pcre
Provides matching strategy based on Perl regular expressions.
pam
Implements PAM authentication.
New utility: gcider
Gcider is a window-based application for browsing the GNU Collaborative International Dictionary of English.
Configuration changes
The load-module statement allows for simplified usage. The form:
load-module word;
is equivalent to:
load-module word {
command "word";
}
Powered by Savane 3.14-8aba.
Corresponding source code