:- category(determiners).


	:- private(determiner//0).

	determiner --> [the].
	determiner --> [a].


:- end_category.