Reputation: 6052
I am looking for a Java library which can convert Non-deterministic Finite Automaton to Deterministic Finite Automaton. Is there any?
Upvotes: 1
Views: 3392
Reputation: 10427
You should probably have a look at JAutomata:
http://jautomata.sourceforge.net/
Upvotes: 3
Reputation: 1547
You shoukd definitely try the Brics automaton library: http://www.brics.dk/automaton/
Upvotes: 0