defn.h 484 Bytes
Newer Older
priyank's avatar
priyank committed
1 2 3 4 5 6 7 8 9 10 11 12 13
# define LEXWORDSIZE 35
# define CATEGORYWORDSIZE 20
# define SUFFWORDSIZE 60   /* increased from 40 to 60 for tamil -- amba */
# define AVYWORDSIZE 30
# define INFOSIZE 100
#define Morphsize 90
#define WORD_SIZE 60
#define LINE_SIZE 1024 /* increased to account for long lines in Fe file */
#define TRUE 1
#define FALSE 0
#define MAX_NO_OF_CAT 10
#define MAX_NO_OF_FICTITIOUS_CAT 250 /* increased  from 100 to 250 to account for tamil cases --- amba */
#define MAX_NO_OF_FEATURES 10