newsGNU dico - News: Version 2.2

 
 
Latest News
Version 2.11 posted by gray, Tue 27 Apr 2021 07:40:56 AM UTC
Version 2.10 posted by gray, Fri 04 Sep 2020 05:45:05 AM UTC
Version 2.9 posted by gray, Wed 24 Apr 2019 06:57:18 AM UTC
Version 2.8 posted by gray, Tue 26 Feb 2019 08:00:42 PM UTC
Version 2.7 posted by gray, Tue 25 Sep 2018 04:27:25 PM UTC

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";
}


 

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code