home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.wanted
- Path: sparky!uunet!walter!homebrew.bellcore.com!jgn
- From: jgn@homebrew.bellcore.com ()
- Subject: C code for building dictionary
- Message-ID: <1992Nov20.220052.24354@walter.bellcore.com>
- Sender: news@walter.bellcore.com
- Nntp-Posting-Host: homebrew.bellcore.com
- Reply-To: jgn@homebrew.bellcore.com ()
- Organization: Bellcore, Morristown, NJ
- Date: Fri, 20 Nov 92 22:00:52 GMT
- Lines: 13
-
- I need to create an application dictionary as part of a larger
- project. A package of vanilla C code that implements dictionaries
- with the usual lookup, add, delete functions etc., is needed. Need to
- store arbitrary structures attached to word. Trie-based or other data
- structure that manages memory well prefered to pre-allocated memory
- hashing. Associated routines for morphological analysis and spelling
- correction most helpful.
-
- Any leads?
-
- Thanks,
-
- Joe N.
-