LexCheck

Lexical Record - Java Object

LexRecord
{
	String base_;
	String eui_;
	String category_;
	Vector spellingVars_;
	CatEntry catEntry_;
	Vector acronyms_;
	Vector abbreviations_;
	Vector annotations_;
	String signature_;
	String end_;
}