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 037fc84 minor tweak
037fc84 is described below
commit 037fc8424466d5995ab83aac6c76fc8e10caf098
Author: Paul King <[email protected]>
AuthorDate: Sun Feb 23 15:13:56 2025 +1000
minor tweak
---
site/src/site/blog/groovy-text-similarity.adoc | 6 ++----
site/src/site/layouts/page.groovy | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/site/src/site/blog/groovy-text-similarity.adoc
b/site/src/site/blog/groovy-text-similarity.adoc
index 7bd07fe..665a72c 100644
--- a/site/src/site/blog/groovy-text-similarity.adoc
+++ b/site/src/site/blog/groovy-text-similarity.adoc
@@ -32,10 +32,8 @@ 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
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 string-metric similarity algorithms (like those in the
latest https://commons.apache.org/proper/commons-text/[Apache Commons Text]
release)
+* Give you insight into phonetic similarity algorithms (like those in the
latest https://commons.apache.org/proper/commons-codec/[Apache Commons Codec]
release)
* 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
https://groovy.apache.org[Apache Groovy]
diff --git a/site/src/site/layouts/page.groovy
b/site/src/site/layouts/page.groovy
index 92f9ef8..a2e3ff5 100644
--- a/site/src/site/layouts/page.groovy
+++ b/site/src/site/layouts/page.groovy
@@ -39,7 +39,7 @@ body {
a(href: 'https://github.com/apache/groovy') {
img(
style: "position: fixed; top: 20px; right: -58px; border:
0; z-index: 100; transform: rotate(45deg);",
- src: '/img/horizontal-github-ribbon.png'
+ src: relative('img/horizontal-github-ribbon.png')
)
}
}