From 92051d064c428a977e9be2bc37530775c25d6b45 Mon Sep 17 00:00:00 2001 From: "Marco S. Nobile" Date: Thu, 3 Sep 2020 18:24:27 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e188772..a00da52 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # simpful A Python library for fuzzy logic reasoning, designed to provide a simple and lightweight API, as close as possible to natural language. -Simpful supports Sugeno reasoning of any order, over arbitrarily complex fuzzy rules involving AND, OR, and NOT operators. +Simpful supports Mamdani and Sugeno reasoning of any order, using complex fuzzy rules involving AND, OR, and NOT operators, using arbitrarily shaped fuzzy sets. ## Usage From 02fd02a8a0b15ac207cee9f5d45ee575017260d1 Mon Sep 17 00:00:00 2001 From: "Marco S. Nobile" Date: Thu, 3 Sep 2020 18:24:54 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a00da52..6d753c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # simpful A Python library for fuzzy logic reasoning, designed to provide a simple and lightweight API, as close as possible to natural language. -Simpful supports Mamdani and Sugeno reasoning of any order, using complex fuzzy rules involving AND, OR, and NOT operators, using arbitrarily shaped fuzzy sets. +Simpful supports Mamdani and Sugeno reasoning of any order, parsing complex fuzzy rules involving AND, OR, and NOT operators, using arbitrarily shaped fuzzy sets. ## Usage From df1a8a86a0f3cbb27b06a73da4cee784e460d4f6 Mon Sep 17 00:00:00 2001 From: "Marco S. Nobile" Date: Thu, 3 Sep 2020 18:25:06 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d753c0..b7211ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # simpful A Python library for fuzzy logic reasoning, designed to provide a simple and lightweight API, as close as possible to natural language. -Simpful supports Mamdani and Sugeno reasoning of any order, parsing complex fuzzy rules involving AND, OR, and NOT operators, using arbitrarily shaped fuzzy sets. +Simpful supports Mamdani and Sugeno reasoning of any order, parsing any complex fuzzy rules involving AND, OR, and NOT operators, using arbitrarily shaped fuzzy sets. ## Usage