Quote:
|
Originally Posted by Sjelefall
That looks pretty damn nifty... does it do recursive grammar?
like, can you specify something like:
S -> NP VP
NP -> ART N
NP -> ART ADJ N
VP -> V
VP -> V NP
and have it generate all possible combos?
|
Mind defining your abbreviations? Just woke up, too tired to decypher all those lol ;)