Dico |
|
GNU Dictionary Server |
Sergey Poznyakoff |
5.9 Word
The word
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.
The initialization procedure loads all three if given no arguments, as in
load-module word;
If arguments are given, the initialization procedure loads only those strategies that are listed in its command line. For example, the statement below loads only ‘first’ and ‘last’ strategies:
load-module word { command "word first last"; }
The following is an example of using one of those strategies in a dico session:
C: MATCH devdict word government S: 152 1 matches found: list follows S: devdict "MONARCHICAL GOVERNMENT" S: . S: 250 Command complete
This document was generated on September 4, 2020 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.