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
The following commit(s) were added to refs/heads/asf-site by this push:
new 38700f2 minor tweaks
38700f2 is described below
commit 38700f23a90af2a27576ac34e8c92c9e06c0b480
Author: Paul King <[email protected]>
AuthorDate: Tue Feb 18 22:13:10 2025 +1000
minor tweaks
---
site/src/site/blog/groovy-text-similarity.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/site/src/site/blog/groovy-text-similarity.adoc
b/site/src/site/blog/groovy-text-similarity.adoc
index 1ef8432..4656146 100644
--- a/site/src/site/blog/groovy-text-similarity.adoc
+++ b/site/src/site/blog/groovy-text-similarity.adoc
@@ -32,11 +32,12 @@ https://proximity.clevergoat.com/[Proximity] which also use
semantic meaning.
Our goals here aren't to polish a production ready version of the game, but to:
-* Show off the latest releases from Apache Commons Text and Apache Commons
Codec
+* Show off the latest releases from
https://commons.apache.org/proper/commons-text/[Apache Commons Text] and
+https://commons.apache.org/proper/commons-codec/[Apache Commons Codec]
* Give you insight into string-metric similarity algorithms
* Give you insight into phonetic similarity algorithms
* Give you insight into semantic textual similarity (STS) algorithms powered
by machine learning and deep neural networks using frameworks like PyTorch,
TensorFlow, and Word2vec, and technologies like large language models (LLMs)
and BERT
-* Highlight how easy it is to play with the above technologies using Apache
Groovy
+* Highlight how easy it is to play with the above technologies using
https://groovy.apache.org[Apache Groovy]
If you are new to Groovy, consider checking out this
https://opensource.com/article/20/12/groovy[Groovy game building tutorial]
first.