home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / database / theory / 452 < prev    next >
Encoding:
Text File  |  1992-09-08  |  3.3 KB  |  106 lines

  1. Newsgroups: comp.databases.theory
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!buster!hounix!dharper
  3. From: dharper@hounix.org (David Harper)
  4. Subject: Re: Intelligent Document Retrieval
  5. Message-ID: <1992Sep06.182634.3509@hounix.org>
  6. Organization: Houston UNIX Users Group (HOUNIX), Houston, TX
  7. References: <1992Sep4.154116.3662@arizona.edu>
  8. Distribution: world,local
  9. Date: Sun, 06 Sep 1992 18:26:34 GMT
  10. Lines: 94
  11.  
  12. In article <1992Sep4.154116.3662@arizona.edu> jkim@ece.arizona.edu (Jinwoo Kim) writes:
  13. >Dear Netters,
  14. >
  15. >Does anyone have information about intelligent(?) document
  16. >retrieval?  If the user provides a set of documents,
  17. >it searches data base or document base using keywords and
  18. >find more documents which are relevant to the user input
  19. >document. It seems to me that Semantic Net or Neural Net
  20. >can be solved this problem (even Genetic Algorithm).
  21. >
  22. >Any comments/references are very much welcomed!
  23. >
  24. >Thanks a lot in advances
  25. >
  26. >      Emil:      jkim@helios.ece.arizona.edu
  27. >
  28.  
  29. The following books contain detailed information about 
  30. advanced information retrieval techniques. Both have 
  31. extensive bibliographies.
  32.  
  33. Information Retrieval: Data Structures & Algorithms
  34. Edited by William B. Frakes and Ricardo Baeza-Yates
  35. 504 pages. Prentice Hall, 1992
  36. An estimated 140 pages of C code.
  37. $52.00
  38.  
  39. From the back cover:
  40.  
  41. "A comprehensive guide to the latest information retrieval 
  42. technology. This book presents fundamental and advanced 
  43. procedures for implementing information storage and 
  44. retrieval systems. It also evaluates and describes IR data 
  45. structures and algorithms, discusses relevant empirical 
  46. studies, and includes C implementations of the most 
  47. important algorithms."
  48.  
  49. Table of Contents
  50.  
  51.  1. Introduction to Information Storage and Retrieval 
  52.     Systems
  53.  2. Introduction to Data Structures and Algorithms Related 
  54.     to Information Retrieval
  55.  3. Inverted Files
  56.  4. Signature Files
  57.  5. New Indices for Text: PAT Trees and PAT Arrays
  58.  6. File Organizations for Optical Disks
  59.  7. Lexical Analysis and Stoplists
  60.  8. Stemming Algorithms
  61.  9. Thesaurus Construction
  62. 10. String Searching Algorithms
  63. 11. Relevance Feedback and Other Query Modification 
  64.     Techniques
  65. 12. Boolean Operations
  66. 13. Hashing Algorithms
  67. 14. Ranking Algorithms
  68. 15. Extending Boolean Methods
  69. 16. Clustering Algorithms
  70. 17. Special-Purpose Hardware for Information Retrieval
  71. 18. Parallel Information Retrieval Algorithms
  72.  
  73.  
  74. Automatic Text Processing: The Transformation, Analysis, and 
  75. Retrieval of Information by Computer
  76. by Gerard Salton
  77. 530 pages. Addison-Wesley, 1989
  78.  
  79. From the back cover:
  80.  
  81. "... This comprehensive book examines the field of automatic 
  82. text processing as a whole, drawing examples from such 
  83. related areas as word processing, database management, 
  84. information retrieval, and natural language understanding. 
  85. [...] This book is an excellent reference for all users of 
  86. text processing systems and for designers of text processing 
  87. routines."
  88.  
  89. Table of Contents
  90.  
  91.  1. The Information Environment
  92.  2. The Computer Environment
  93.  3. The Automated Office
  94.  4. Text Editing and Formatting
  95.  5. Text Compression
  96.  6. Text Encryption
  97.  7. File-Accessing Systems
  98.  8. Conventional Text-Retrieval Systems
  99.  9. Automatic Indexing
  100. 10. Advanced Information-Retrieval Models
  101. 11. Language Analysis and Understanding
  102. 12. Automatic Text Transformations
  103. 13. Paperless Information Systems
  104.  
  105. Regards, David Harper      dharper@hounix.org
  106.