From ba476403e28cf671925b8dc21480842df7fcc22f Mon Sep 17 00:00:00 2001 From: Edi Muskardin Date: Thu, 20 Jun 2024 20:43:33 +0200 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9b70a1..1ba53a0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ALpy is a light-weight automata learning library written in Python. You can start learning automata in just a few lines of code. -AALpy supports both **active** and **passive** automata learning algorithms and a variety of modeling formalisms, including +AALpy supports both **active** and **passive** automata learning algorithms that can be used to learn a variety of modeling formalisms, including **deterministic**, **non-deterministic**, and **stochastic automata**, as well as **deterministic context-free grammars/pushdown automata**.