home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / CUJJUN93.ZIP / SUER02.H < prev    next >
Text File  |  1993-04-12  |  2KB  |  42 lines

  1.  
  2. /*****************************************************/
  3. /* NATURAL.H   Copyright (c) 1993 Russell Suereth    */
  4. /*****************************************************/
  5.  
  6. #define  UNKNOWN                      200
  7. #define  PRONOUN                      208
  8. #define  NAME                         209
  9. #define  AUX_VERB_ERROR               210
  10.  
  11. /*****************************************************/
  12. /* The following definitions are dictionary values   */
  13. /*****************************************************/
  14. /* Usage                                             */
  15. #define  ING                          73      /*  I  */
  16. #define  NOAUX                        78      /*  N  */
  17. #define  ROOT                         82      /*  R  */
  18. /* Tense                                             */
  19. #define  PAST                         48      /*  0  */
  20. #define  PRESENT                      54      /*  6  */
  21. #define  FUTURE                       57      /*  9  */
  22. /* Number                                            */
  23. #define  SINGULAR                     64      /*  @  */
  24. #define  PLURAL                       36      /*  $  */
  25. /* Meaning for auxiliaries                           */
  26. #define  LIMITED_DURATION             65      /*  A  */
  27. #define  PARTICULAR_POINT_OF_TIME     66      /*  B  */
  28. #define  UP_TO_PRESENT                67      /*  C  */
  29. #define  NOT_COMPLETED                68      /*  D  */
  30. #define  CAN                          69      /*  E  */
  31. #define  COULD                        70      /*  F  */
  32. #define  MAY                          71      /*  G  */
  33. #define  POSSIBILITY                  72      /*  H  */
  34. #define  OBLIGATION                   73      /*  I  */
  35. #define  WILL                         74      /*  J  */
  36. #define  WOULD                        75      /*  K  */
  37. #define  MUST                         76      /*  L  */
  38. #define  FIXED_PLAN                   77      /*  M  */
  39.  
  40. /* End of file                                       */
  41.  
  42.