pub fn learn_grammar(
oracle: &dyn Oracle,
config: &ActiveLearningConfig,
) -> Result<Grammar, ActiveLearningError>Expand description
Learns a DFA via L* and lowers it to a right-linear grammar.
pub fn learn_grammar(
oracle: &dyn Oracle,
config: &ActiveLearningConfig,
) -> Result<Grammar, ActiveLearningError>Learns a DFA via L* and lowers it to a right-linear grammar.