home *** CD-ROM | disk | FTP | other *** search
File List | 1991-12-04 | 3.2 KB | 195 lines |
- **| ZKSTOP.LST |* * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ** do not remove any of the
- ** introductory information
- ** in this file
- **
- ** If you distribute ZK, be sure to include this file.
- ** For use with ZK, a KWIC/KWOC indexing system.
- **
- ** (c) 1991, GMUtant Software
- **
- ** Author: C.W. Grotophorst
- **
- ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- *
- * You may comment this file as long as you have a * somewhere in the
- * line. First column works best--so you can see it!
- *
- * Use no more than 400 stopwords. Try to use no more than necessary,
- * since each additional stop word slows processing slightly.
- *
- * Do not include any word over 20 characters in length. Anything
- * longer than 20 characters in this file will be ignored.
- *
- * You do not have to sort the terms listed here nor worry about
- * their order in this file. The match on stopwords is NOT case
- * sensitive, so enter them here Any wAy yoU WANT.
- *
- * You MUST, however, leave a comment line at the bottom of the file.
- *
- * You may stop words as stems by puting a + at the end of the stem.
- * for example:
- *
- * Punctuation is removed from keywords before they are checked against
- * stopwords so your STOPWORD(s) should not contain punctuation. For
- * example, 'pg.' as a stopword will not stop 'PG' as a keyword. Use
- * 'pg' without any period instead.
- *
- * COMPUTER+ will stop COMPUTERS and COMPUTERIZED but not COMPUTER.
- * FI+ will stop all words that begin with FI
- *
- ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- (+
- )+
- .+
- /+
- A
- ACCESS
- AFTER+
- ALL
- ALSO
- JANUARY
- FEBRU+
- MARCH
- APRIL
- MAY
- JUNE
- JULY
- AUGUST
- SEPTEMBER
- OCTOBER
- NOVEMBER
- DECEMBER
- GENERAL+
- HOW
- I
- NEW
- OFFICE
- AUTHOR+
- AN
- AND
- ANOTHER
- ANY
- ANY+
- ARE
- AS
- ASCII
- AT
- AVAIL+
- SOME
- VOL+
- BAD
- BE
- BEEN
- BIBL+
- BULLETIN
- BUT
- BY
- BY
- COPY
- CREATE
- CURRENT
- DAT+
- DESIR+
- DISK
- EACH
- EITHER
- FIELD
- FILE
- FIND
- FOR
- FORMERLY
- FROM
- HAVE
- HOURS
- I
- IF+
- IN
- IX
- IS
- ISSUES
- JOURNAL
- LIB
- LIST
- MAKE
- MANY
- MENU
- MF
- MORE
- NEED
- NOT
- OF
- ON
- OUT
- R
- REPLACED
- SEEM
- SEEMS
- SHALL
- SHOULD
- SIX
- SO
- THAT
- THE
- THEN
- THESE
- THIS
- THOSE
- TO
- TOO
- USE+
- VIA
- VOL
- WAS
- WE
- WHERE
- WHICH
- WHILE
- WILL
- WITH
- WOULD
- YOU+
- YOURE
- *
- * You may purge numbers listing as MAIN HEADINGS by entering the
- * first digit of a number and putting a + sign after it. For
- * example, 1+ will purge 1, 10, 199, 1324234234 and so on.
- * If you omit the '+' sign, ZK will only purge the
- * single digit, not any digit that begins with that number.
- *
- * Number checking slows down ZK but it makes a better final listing.
- 1+
- 2+
- 3+
- 4+
- 5+
- 6+
- 7+
- 8+
- 9+
- 0+
- * You can purge date listings if you follow a consistent format;
- * for example, use 3 letter codes for months. JAN will not stop
- * JANUARY...only JAN.
- JAN
- FEB
- MAR
- APR
- JUN
- JUL
- MAY
- AUG
- SEP
- OCT
- NOV
- DEC
- * Similarly, always enter page information
- * the same way (e.g., Pg. or P. or pp.). Then you won't have to
- * use three entries to catch them all like we've done here.
- PG
- P
- PAGES
- US+
- VERSION
- * End of ZKSTOP.LST Leave this (or another comment) as your last entry.