#ifndef __SOUL_H #define __SOUL_H #define ADJ 0 #define TP_NAME 1 #define OB_NAME 2 #define TP_PRONOUN 3 #define OB_PRONOUN 4 #define TP_POSSESSIVE 5 #define OB_POSSESSIVE 6 #define TP_NPOSS 7 #define OB_NPOSS 8 #define TP_FOO 9 #define OB_FOO 10 #endif /* __SOUL_H */