Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
An | Description: | Very fast anagram generator | Download: | an.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 15kb | Version: | 0.95 | Date: | 27 Mar 2010 | Author: | Richard Jones et al. | Submitter: | Luca Franchini | Email: | calicant/gmail com | Category: | utility/text/misc | License: | GPL | Distribute: | yes | Min OS Version: | 4.1 | FileID: | 5408 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 238 (Current version) | | 238 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This is a mere recompilation of 'an' - very fast anagram generator.
The 'an' program was originally written by Richard Jones.
I got the source from http://fatphil.org/words/an.html, by Phil Carmody.
If you do not have a dictionary you can obtain one from the following site:
http://ftp.funet.fi/pub/doc/dictionaries/
Usage:
an
[-w] [-c string] [-d dictionary] [-l number_words] [-m word_length] [-u string]
[-n number_anagrams] [--words] [--contain string] [--dict dictionary]
[--length number_words] [--minimum word_length] [--used string]
[--number number_anagrams] [--help] [--version] PHRASE
finds all anagrams which can be made from the letters in PHRASE,
using words in the specified dictionary (default=/usr/dict/words).
-w, --words
Print words that PHRASE letters can make, then exit.
-c, --contain string
Only print anagrams which contain string
-d, --dict dictionary
Use dictionary file to find words which letters in PHRASE can make
-m, --minimum word_length
Only uses words which are at least word_length long.
-u, --used string
Considers that letters in string have allready used when analyzing
letters in PHRASE
-l, --length number_words
Finds anagrams which have a maximum of number_words words in them,
very useful when number of anagrams output is large.
-n, --number number_anagrams
Specifies number_anagrams as the maximum number of anagrams to find.
--help
Print a usage message on standard output then exit
--version
Print version information on standard output then exit
an -c acid 'Richard Jones'
Finds anagrams for Richard Jones which contain the word acid
|