home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume14 / mkkey / part01 / README < prev   
Encoding:
Text File  |  1990-07-26  |  1.8 KB  |  47 lines

  1. README
  2.  
  3. Mkkey - A group of programs to generate a list of key words
  4. and their related files from text files.
  5.  
  6. This group of programs relies on certain (I assume) standard
  7. *NIX text processing programs:
  8.    hyphen - a program to extract and join hyphenated words. Could
  9.             be done with sed.
  10.    comm - Finds common words in two files.  Probably awk could
  11.           accomplish this, but would be slower.
  12.    sort & uniq - should be available anywhere.
  13.    vi - Use your favorite editor here.
  14.  
  15. The following is used in the program:
  16.     tolower - converts all upper case to lower.  Tr can do the same
  17.               thing.
  18.     bkey.c - The program that actually does the KEY file generation.
  19.              Makeit is the cc command. This one is for SCO XENIX.
  20.  
  21. Not many comments are in the files - as they should be fairly self-
  22. explanitory.
  23. Two files, apart from the text file(s), are needed;  ignore and
  24. include.  These should be placed in the directory described by $KPATH.
  25. KPATH will also need to be changed to your preference.  You will
  26. probably want to add changes to mkkey to remove the temporary files
  27. after each key update.  For the ignore file, /usr/lib/eign would be a
  28. good place to start as it contains the common words; the, he, she,
  29. that...  etc.  Include builds itself.  The program does copy KEY to
  30. KEY.O - just in case.  I keep KEY.O around until I'm sure KEY is OK.
  31.  
  32. There are some sed lines that may confuse some people.
  33. These are there to try to pear down the size of the ignore file.
  34.  
  35. I'd like to know of changes and improvements.  Especially in the area
  36. of stripping ignore words to their base form.  There are no
  37. restrictions on this collection of files.
  38.  
  39. Enjoy....
  40.  
  41. Scotty
  42. ------
  43. AIDS INFORMATION EXCHANGE BBS      (214) 247-2367/247-5609
  44.                "Education is the best weapon"
  45. {mic,void,egsner}!ozdaltx!sysop || {uunet,smu,ames}!sulaco!ozdaltx!sysop 
  46. -
  47.