Java library for converting NFA to DFA
I am 开发者_StackOverflow中文版looking for a Java library which can convert Non-deterministic Finite Automaton to Deterministic Finite Automaton. Is there any?
You should probably have a look at JAutomata:
http://jautomata.sourceforge.net/
You shoukd definitely try the Brics automaton library: http://www.brics.dk/automaton/
精彩评论