From a562600bd2baca91806a1fd4cf96d1125705f3cd Mon Sep 17 00:00:00 2001 From: Grzegorz Kostkowski Date: Thu, 5 Mar 2026 11:46:21 +0100 Subject: [PATCH] chore(docs): Add clarification to the capabilities section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81e76ca..5fa1247 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Its primary purpose is to interact with the Entity Resolution System (ERSys). It * **Declarative entity type support**: Arbitrary entity types specified via configuration files (no hardcoding) -* **Automatic probabilistic model training**: Trains the entity resolution model on-the-fly as the mention database grows (Expectation-Maximisation based) +* **Automatic probabilistic model training**: Trains the entity resolution model on-the-fly as the mention database grows (based on statistical distribution and not human-in-the-loop; uses Expectation-Maximisation); For detailed documentation, see: