10 lines
92 B
Plaintext
10 lines
92 B
Plaintext
|
|
||
|
:- category(determiners).
|
||
|
|
||
|
|
||
|
determiner --> [the].
|
||
|
determiner --> [a].
|
||
|
|
||
|
|
||
|
:- end_category.
|