/
umud/DOC/
umud/DOC/examples/
umud/DOC/internals/
umud/DOC/wizard/
umud/MISC/
umud/MISC/dbchk/
umud/RWHO/rwhod/
#ifndef	_INCL_COMP_H

/*
included only in DB/oif.c and DB/comp.c - static compression map
that can (if you like) be modified to suit your db - see DB/bigrams.c
*/

/*
DO NOT EVER EVER EVER put a bigram with a newline in here!!
(and I mean NEVER)
*/
#ifdef	DEFAULT_COMPTABLE
static	char	*ctok[128] = {
	"e ", " t", "th", "he", "s ", " a", "ou", "in",
	"t ", " s", "er", "d ", "re", "an", "n ", " i",
	" o", "es", "st", "to", "or", "nd", "o ", "ar",
	"r ", ", ", "on", " b", "ea", "it", "u ", " w",
	"ng", "le", "is", "te", "en", "at", " c", "y ",
	"ro", " f", "oo", "al", ". ", "a ", " d", "ut",
	" h", "se", "nt", "ll", "g ", "yo", " l", " y",
	" p", "ve", "f ", "as", "om", "of", "ha", "ed",
	"h ", "hi", " r", "lo", "Yo", " m", "ne", "l ",
	"li", "de", "el", "ta", "wa", "ri", "ee", "ti",
	"no", "do", "Th", " e", "ck", "ur", "ow", "la",
	"ac", "et", "me", "il", " g", "ra", "co", "ch",
	"ma", "un", "so", "rt", "ai", "ce", "ic", "be",
	" n", "k ", "ge", "ot", "si", "pe", "tr", "wi",
	"e.", "ca", "rs", "ly", "ad", "we", "bo", "ho",
	"ir", "fo", "ke", "us", "m ", " T", "di", ".."
};
#endif


#define	_INCL_COMP_H
#endif