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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 46d3fe0  2025/02/17 10:19:26: Generated dev website from 
groovy-website@1bd31f7
46d3fe0 is described below

commit 46d3fe0266696020df4214a53920e1a4a4437f5f
Author: jenkins <[email protected]>
AuthorDate: Mon Feb 17 10:19:27 2025 +0000

    2025/02/17 10:19:26: Generated dev website from groovy-website@1bd31f7
---
 blog/groovy-text-similarity.html                  | 16 ++++++++++------
 blog/natural-language-processing-with-groovy.html |  2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/blog/groovy-text-similarity.html b/blog/groovy-text-similarity.html
index dd4300a..692ea6e 100644
--- a/blog/groovy-text-similarity.html
+++ b/blog/groovy-text-similarity.html
@@ -3,7 +3,7 @@
 <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
 <!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
 <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--><head>
-    <meta charset='utf-8'/><meta http-equiv='X-UA-Compatible' 
content='IE=edge'/><meta name='viewport' content='width=device-width, 
initial-scale=1'/><meta name='keywords' content='groovy, deep learning, apache 
commons'/><meta name='description' content='This blog looks at processing some 
algorithms for testing text similarity.'/><title>The Apache Groovy programming 
language - Blogs - Groovy Text Similarity</title><link 
href='../img/favicon.ico' type='image/x-ico' rel='icon'/><link rel=' [...]
+    <meta charset='utf-8'/><meta http-equiv='X-UA-Compatible' 
content='IE=edge'/><meta name='viewport' content='width=device-width, 
initial-scale=1'/><meta name='keywords' content='groovy, deep learning, apache 
commons, phonetics, pytorch, tensorflow, codecs, word2vec, djl, 
deeplearning4j'/><meta name='description' content='This blog looks at 
processing some algorithms for testing text similarity.'/><title>The Apache 
Groovy programming language - Blogs - Groovy Text Similarity</title><li [...]
 </head><body>
     <div id='fork-me'>
         <a href='https://github.com/apache/groovy'>
@@ -53,7 +53,7 @@
                                     </ul>
                                 </div>
                             </div>
-                        </div><div id='content' class='page-1'><div 
class='row'><div class='row-fluid'><div class='col-lg-3'><ul 
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a 
href='#doc'>Groovy Text Similarity</a></li><li><a href='#_introduction' 
class='anchor-link'>Introduction</a></li><li><a href='#_background' 
class='anchor-link'>Background</a></li><li><a href='#_simple_string_metrics' 
class='anchor-link'>Simple String Metrics</a></li><li><a href='#_pho [...]
+                        </div><div id='content' class='page-1'><div 
class='row'><div class='row-fluid'><div class='col-lg-3'><ul 
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a 
href='#doc'>Groovy Text Similarity</a></li><li><a href='#_introduction' 
class='anchor-link'>Introduction</a></li><li><a href='#_background' 
class='anchor-link'>Background</a></li><li><a href='#_simple_string_metrics' 
class='anchor-link'>Simple String Metrics</a></li><li><a href='#_pho [...]
 <a href="https://github.com/paulk-asert/"; target="_blank" rel="noopener 
noreferrer"><img style="border-radius:50%;height:48px;width:auto" 
src="img/paulk-asert.png" alt="Paul King"></a>
 <div style="display:grid;align-items:center;margin:0.1ex;padding:0ex">
   <div><a href="https://github.com/paulk-asert/"; target="_blank" rel="noopener 
noreferrer"><span>Paul King</span></a></div>
@@ -65,7 +65,7 @@
   <div><a href="https://github.com/jakingy/"; target="_blank" rel="noopener 
noreferrer"><span>James King</span></a></div>
   <div><small><i>Contributor</i></small></div>
 </div>
-        </div><br/><span>Published: 2025-02-03 08:30PM</span></p><hr/><div 
class="sect1">
+        </div><br/><span>Published: 2025-02-18 08:30PM</span></p><hr/><div 
class="sect1">
 <h2 id="_introduction">Introduction</h2>
 <div class="sectionbody">
 <div class="paragraph">
@@ -94,10 +94,14 @@ and so forth.</p>
 </ul>
 </div>
 <div class="paragraph">
-<p>So, we&#8217;re thinking of a game that is a cross between
+<p>So, we&#8217;re thinking of a game that is a cross between other games.
+Guessing letters like
 <a href="https://www.nytimes.com/games/wordle/index.html";>Wordle</a>,
+but with less direct clues, sort of like
 <a href="https://en.wikipedia.org/wiki/Mastermind_(board_game)">Master 
Mind</a>, and
-<a href="https://semantle.com/";>Semantle</a>.</p>
+incorporating some of the ideas behind guessing words by semantic meaning like
+<a href="https://semantle.com/";>Semantle</a>, or
+<a href="https://proximity.clevergoat.com/";>Proximity</a>.</p>
 </div>
 <div class="paragraph">
 <p>Our goals here aren&#8217;t to polish a production ready version of the 
game, but to:</p>
@@ -114,7 +118,7 @@ and so forth.</p>
 <p>Give you insight into phonetic similarity algorithms</p>
 </li>
 <li>
-<p>Give you insight into semantic similarity algorithms powered by machine 
learning and deep neural networks</p>
+<p>Give you insight into semantic similarity algorithms powered by machine 
learning and deep neural networks using technologies like PyTorch, Tensorflow, 
and Word2vec</p>
 </li>
 <li>
 <p>To highlight how easy it is to play with the above technologies using 
Apache Groovy</p>
diff --git a/blog/natural-language-processing-with-groovy.html 
b/blog/natural-language-processing-with-groovy.html
index f7adb31..d825745 100644
--- a/blog/natural-language-processing-with-groovy.html
+++ b/blog/natural-language-processing-with-groovy.html
@@ -53,7 +53,7 @@
                                     </ul>
                                 </div>
                             </div>
-                        </div><div id='content' class='page-1'><div 
class='row'><div class='row-fluid'><div class='col-lg-3'><ul 
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a 
href='#doc'>Natural Language Processing with Groovy, OpenNLP, CoreNLP, Nlp4j, 
Datumbox, Smile, Spark NLP, DJL and TensorFlow</a></li><li><a 
href='#_language_detection' class='anchor-link'>Language 
Detection</a></li><li><a href='#_parts_of_speech' class='anchor-link'>Parts of 
Speech</a [...]
+                        </div><div id='content' class='page-1'><div 
class='row'><div class='row-fluid'><div class='col-lg-3'><ul 
class='nav-sidebar'><li><a href='./'>Blog index</a></li><li class='active'><a 
href='#doc'>Natural Language Processing with Groovy, OpenNLP, CoreNLP, Nlp4j, 
Datumbox, Smile, Spark NLP, DJL and TensorFlow</a></li><li><a 
href='#_language_detection' class='anchor-link'>Language 
Detection</a></li><li><a href='#_parts_of_speech' class='anchor-link'>Parts of 
Speech</a [...]
 <div class="sectionbody">
 <div class="paragraph">
 <p>Natural Language Processing is certainly a large and sometimes complex 
topic with

Reply via email to