home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 18 / 18.iso / w / w364 / 8.img / USERRULE.TXT < prev   
Encoding:
Text File  |  1991-09-17  |  1.4 KB  |  47 lines

  1. # This defines rule type FORBIDDEN; any rules of this type will
  2. # give a standard warning about the company forbidding this word.
  3. # EM1 and EM2 appear in the message box.  EM3 is in the Tutorial.
  4.  
  5. RULETYPE 1 = FORBIDDEN
  6.  EM1  = "The company forbids this word."
  7.  EM2  = "The reason is that it could create a wrong impression."
  8.  EM3  = "Bad impressions can cause loss of business.\L
  9.      Loss of business can cause loss of earnings.\P"
  10.  
  11. # This defines a rule: any inflection of "actualize", such
  12. # as actualize, actualizing, actualized, actualizes
  13. # will be flagged as FORBIDDEN.
  14. # The \ character must occur once per rule, and must precede the word
  15. # which is most unique or unusual in the rule.
  16.  
  17.  RULE \actualize*     FORBIDDEN 1
  18.  
  19. # same thing above with "dweeb"
  20.  
  21.  RULE \dweeb FORBIDDEN 2
  22.  
  23.  
  24.  
  25. # This Rule Type, in addition, offers specific advice on how to fix 
  26. # the problem.
  27. # EM1 and EM2 appear in the message box.  EM3 is in the Tutorial.
  28.  
  29. RULETYPE 2 = CALIFORNIASPEAK
  30.  
  31.  EM1 = "Consider ALT1 instead."
  32.  EM2 = "This phrase is a California stereotype."
  33.  EM3  = "This construct was popular in California in the 70's.\L
  34.     It is now considered obsolete."
  35.  
  36. # This defines a rule that replaces "create space"
  37. # with "make it possible"
  38.    
  39. RULE create* {the|some} \space CALIFORNIASPEAK 1
  40. ALT1 = "make it possible"
  41.  
  42.  
  43. # This replaces "what I need from you is" with "I need"
  44.  
  45. RULE what I \need from you is CALIFORNIASPEAK 2
  46. ALT1 = "I need"
  47.