This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git

commit 9423e342537d60bd7d809add60ea1f713c8ad36d
Author: Paul King <[email protected]>
AuthorDate: Sat Feb 1 14:58:15 2025 +1000

    multi-language example
---
 site/src/site/blog/groovy-text-similarity.adoc | 70 ++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/site/src/site/blog/groovy-text-similarity.adoc 
b/site/src/site/blog/groovy-text-similarity.adoc
index 1cd7c77..0b1070b 100644
--- a/site/src/site/blog/groovy-text-similarity.adoc
+++ b/site/src/site/blog/groovy-text-similarity.adoc
@@ -388,6 +388,76 @@ image:img/AnimalSemanticSimilarity.png[]
 
 image:img/AnimalSemanticMeaningPcaBubblePlot.png[]
 
+----
+Algorithm            conceptnet
+
+               /c/fr/vache    █████████▏
+               /c/de/kuh      █████████▏
+/c/en/cow      /c/en/bovine   ███████▏
+               /c/fr/bovin    ███████▏
+               /c/en/bull     █████▏
+
+               /c/fr/taureau  █████████▏
+               /c/en/cow      █████▏
+/c/en/bull     /c/fr/vache    █████▏
+               /c/de/kuh      █████▏
+               /c/fr/bovin    █████▏
+
+               /c/de/kuh      █████▏
+               /c/en/cow      █████▏
+/c/en/calf     /c/fr/vache    █████▏
+               /c/en/bovine   █████▏
+               /c/fr/bovin    █████▏
+
+               /c/fr/bovin    █████████▏
+               /c/en/cow      ███████▏
+/c/en/bovine   /c/de/kuh      ███████▏
+               /c/fr/vache    ███████▏
+               /c/en/calf     █████▏
+
+               /c/en/bovine   █████████▏
+               /c/fr/vache    ███████▏
+/c/fr/bovin    /c/de/kuh      ███████▏
+               /c/en/cow      ███████▏
+               /c/fr/taureau  █████▏
+
+               /c/en/cow      █████████▏
+               /c/de/kuh      █████████▏
+/c/fr/vache    /c/fr/bovin    ███████▏
+               /c/en/bovine   ███████▏
+               /c/fr/taureau  █████▏
+
+               /c/en/bull     █████████▏
+               /c/fr/bovin    █████▏
+/c/fr/taureau  /c/fr/vache    █████▏
+               /c/en/cow      █████▏
+               /c/de/kuh      █████▏
+
+               /c/en/cow      █████████▏
+               /c/fr/vache    █████████▏
+/c/de/kuh      /c/fr/bovin    ███████▏
+               /c/en/bovine   ███████▏
+               /c/en/calf     █████▏
+
+               /c/en/cat      ████████▏
+               /c/de/katze    ████████▏
+/c/en/kitten   /c/en/bull     ██▏
+               /c/en/cow      █▏
+               /c/de/kuh      █▏
+
+               /c/de/katze    █████████▏
+               /c/en/kitten   ████████▏
+/c/en/cat      /c/en/bull     ██▏
+               /c/en/cow      ██▏
+               /c/fr/taureau  █▏
+
+               /c/en/cat      █████████▏
+               /c/en/kitten   ████████▏
+/c/de/katze    /c/en/bull     ██▏
+               /c/de/kuh      ██▏
+               /c/fr/taureau  ██▏
+----
+
 ----
 Algorithm       angle                use                  conceptnet           
glove                fasttext
 

Reply via email to