home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sources / wanted / 5114 < prev    next >
Encoding:
Text File  |  1992-11-20  |  877 b   |  26 lines

  1. Newsgroups: comp.sources.wanted
  2. Path: sparky!uunet!walter!homebrew.bellcore.com!jgn
  3. From: jgn@homebrew.bellcore.com ()
  4. Subject: C code for building dictionary
  5. Message-ID: <1992Nov20.220052.24354@walter.bellcore.com>
  6. Sender: news@walter.bellcore.com
  7. Nntp-Posting-Host: homebrew.bellcore.com
  8. Reply-To: jgn@homebrew.bellcore.com ()
  9. Organization: Bellcore, Morristown, NJ
  10. Date: Fri, 20 Nov 92 22:00:52 GMT
  11. Lines: 13
  12.  
  13. I need to create an application dictionary as part of a larger
  14. project.  A package of vanilla C code that implements dictionaries
  15. with the usual lookup, add, delete functions etc., is needed.  Need to
  16. store arbitrary structures attached to word.  Trie-based or other data
  17. structure that manages memory well prefered to pre-allocated memory
  18. hashing.  Associated routines for morphological analysis and spelling
  19. correction most helpful.
  20.  
  21. Any leads?
  22.  
  23. Thanks,
  24.  
  25. Joe N.
  26.