home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 25D / ZKWK12.ZIP / ZKSTOP.LST < prev   
Encoding:
File List  |  1991-12-04  |  3.2 KB  |  195 lines

  1. **| ZKSTOP.LST |* * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. **                                do not remove any of the
  3. **                                introductory information
  4. **                                in this file
  5. **
  6. ** If you distribute ZK, be sure to include this file.
  7. ** For use with ZK, a KWIC/KWOC indexing system.
  8. **
  9. ** (c) 1991, GMUtant Software
  10. **
  11. ** Author: C.W. Grotophorst
  12. **
  13. ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  14. *
  15. * You may comment this file as long as you have a * somewhere in the
  16. * line.  First column works best--so you can see it!
  17. *
  18. * Use no more than 400 stopwords.  Try to use no more than necessary,
  19. * since each additional stop word slows processing slightly.
  20. *
  21. * Do not include any word over 20 characters in length. Anything
  22. * longer than 20 characters in this file will be ignored.
  23. *
  24. * You do not have to sort the terms listed here nor worry about
  25. * their order in this file. The match on stopwords is NOT case
  26. * sensitive, so enter them here Any wAy yoU WANT.
  27. *
  28. * You MUST, however, leave a comment line at the bottom of the file.
  29. *
  30. * You may stop words as stems by puting a + at the end of the stem.
  31. * for example:
  32. *
  33. * Punctuation is removed from keywords before they are checked against
  34. * stopwords so your STOPWORD(s) should not contain punctuation. For
  35. * example, 'pg.' as a stopword will not stop 'PG' as a keyword.  Use
  36. * 'pg' without any period instead.
  37. *
  38. * COMPUTER+ will stop COMPUTERS and COMPUTERIZED but not COMPUTER.
  39. * FI+ will stop all words that begin with FI
  40. *
  41. ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  42. (+
  43. )+
  44. .+
  45. /+
  46. A
  47. ACCESS
  48. AFTER+
  49. ALL
  50. ALSO
  51. JANUARY
  52. FEBRU+
  53. MARCH
  54. APRIL
  55. MAY
  56. JUNE
  57. JULY
  58. AUGUST
  59. SEPTEMBER
  60. OCTOBER
  61. NOVEMBER
  62. DECEMBER
  63. GENERAL+
  64. HOW
  65. I
  66. NEW
  67. OFFICE
  68. AUTHOR+
  69. AN
  70. AND
  71. ANOTHER
  72. ANY
  73. ANY+
  74. ARE
  75. AS
  76. ASCII
  77. AT
  78. AVAIL+
  79. SOME
  80. VOL+
  81. BAD
  82. BE
  83. BEEN
  84. BIBL+
  85. BULLETIN
  86. BUT
  87. BY
  88. BY
  89. COPY
  90. CREATE
  91. CURRENT
  92. DAT+
  93. DESIR+
  94. DISK
  95. EACH
  96. EITHER
  97. FIELD
  98. FILE
  99. FIND
  100. FOR
  101. FORMERLY
  102. FROM
  103. HAVE
  104. HOURS
  105. I
  106. IF+
  107. IN
  108. IX
  109. IS
  110. ISSUES
  111. JOURNAL
  112. LIB
  113. LIST
  114. MAKE
  115. MANY
  116. MENU
  117. MF
  118. MORE
  119. NEED
  120. NOT
  121. OF
  122. ON
  123. OUT
  124. R
  125. REPLACED
  126. SEEM
  127. SEEMS
  128. SHALL
  129. SHOULD
  130. SIX
  131. SO
  132. THAT
  133. THE
  134. THEN
  135. THESE
  136. THIS
  137. THOSE
  138. TO
  139. TOO
  140. USE+
  141. VIA
  142. VOL
  143. WAS
  144. WE
  145. WHERE
  146. WHICH
  147. WHILE
  148. WILL
  149. WITH
  150. WOULD
  151. YOU+
  152. YOURE
  153. *
  154. * You may purge numbers listing as MAIN HEADINGS by entering the
  155. * first digit of a number and putting a + sign after it.  For
  156. * example, 1+ will purge 1, 10, 199, 1324234234 and so on.
  157. * If you omit the '+' sign, ZK will only purge the
  158. * single digit, not any digit that begins with that number.
  159. *
  160. * Number checking slows down ZK but it makes a better final listing.
  161. 1+
  162. 2+
  163. 3+
  164. 4+
  165. 5+
  166. 6+
  167. 7+
  168. 8+
  169. 9+
  170. 0+
  171. * You can purge date listings if you follow a consistent format;
  172. * for example, use 3 letter codes for months. JAN will not stop
  173. * JANUARY...only JAN.
  174. JAN
  175. FEB
  176. MAR
  177. APR
  178. JUN
  179. JUL
  180. MAY
  181. AUG
  182. SEP
  183. OCT
  184. NOV
  185. DEC
  186. * Similarly, always enter page information
  187. * the same way (e.g., Pg. or P. or pp.). Then you won't have to
  188. * use three entries to catch them all like we've done here.
  189. PG
  190. P
  191. PAGES
  192. US+
  193. VERSION
  194. * End of ZKSTOP.LST  Leave this (or another comment) as your last entry.
  195.