|
Self-contained TWL06 Dictionary Module (515 KB) File ID: 64289 |
---|
|
| Self-contained TWL06 Dictionary Module (515 KB) License: Freeware Downloads: 37
Submit Rating: |
|
|
|
Self-contained TWL06 Dictionary Module (515 KB) Description |
---|
Description: A convenient, self-contained, 515 KB Scrabble dictionary module, ideal for use in word games.
Functionality:
Check if a word is in the dictionary. Enumerate all words in the dictionary. Determine what letters may appear after a given prefix. Determine what words can be formed by anagramming a set of letters.
Sample usage:
>>> import twl >>> twl.check('dog') True >>> twl.check('dgo') False >>> words = set(twl.iterator()) >>> len(words) 178691 >>> twl.children('dude') ['$', 'd', 'e', 's'] >>> list(twl.anagram('top')) ['op', 'opt', 'pot', 'to', 'top'] License: Freeware Related: dawg, Dictionary, Scrabble, trie, twl06, Word O/S:Windows Downloads: 37
|
|
More Similar Code |
---|
A limited, but simple and self-contained module giving basic access to the PC Com1 port. Useful for prototyping as it stands, but easily modified for other com ports and needs.
DISQLite3 implements a self-contained, embeddable, zero-configuration SQL database engine. Features include:Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures.Zero-configuration - no...
A utility that uses the shebang (hash-bang) mechanism to create self-contained executable java applications that require no support files and can be executed on the unix command line
A self contained Amazon.com search utility. Easily setup a directory that automatically lists the millions of products sold on Amazon.com. The script will plug in your Amazon Affiliate ID so you can earn a commission on anything you help Amazon...
Set up a completely self-contained "Match-Making" feature for your web community. aUsers can fill out a profile, generate a list of potential soul-mates, and interact with them anonymously, all from one script.
R.E.AGENT ? is basically a self contained web site for Realtors!Completely done in frames, with quality graphics, with Home, About Us, Contact, View Listings, and Search Html template pages, all generated by the program in real time! R.E.AGENT ?...
gleem is a small, self-contained library of 3D widgets that support direct user interaction with a 3D scene. It uses OpenGL for rendering of its manipulators.
A command-line peak fitting program for time-series signals, written as a self-contained Matlab function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The...
The self-contained script demonstrates excess, volatility driven growth, in a rebalanced portfolio.
Based on the paper "Benchmarking and Rebalancing" by Gabay and Herlemont, yats.com, 19 Septembre 2007, this script reproduces...
A peak fitting program for time-series signals, written as a self-contained function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to... |
User Review for Self-contained TWL06 Dictionary Module (515 KB) |
|