<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>So if I understand you correctly, your question is not actually related to Squeak/Smalltalk at all but rather to the general problem of comparing English vocables by semantic? Off-topic, but still an interesting topic :)</p>
<p><br>
</p>
<p>I can only give you a few rough keywords, maybe one of them can help you, and maybe you were already ten steps ahead of me :-)</p>
<p><br>
</p>
<p>If you only care about similarity by letters, the simplest solution might be something like calculating the Longest Common Prefix of two strings and comparing the result with a threshold. (That term is googlable :)) However, this won't help you with pairs
 such as "<span><span>acentric - acrocentric</span>" unless you use some kind of fuzzy matching.</span></p>
<p><span><br>
</span></p>
<p>If you actually care about the semantic similarity, one approach could be a gigantic dictionary of synonyms. I'm sure there are any relevant databases on the web.</p>
<p>The problem with synonyms is that they can compare words only dually. But are "<span>centrifugal" and "centripetal" actually synonyms? It
<span style="font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">
totally </span>depends on the perspective. Maybe you won't be happy with this approach.</span></p>
<p>A more sophisticated approach is word embeddings. The rough idea is to map each vocable to a large vector in which each component quantifies how related the vocable is to a specific topic. There's a lot of research around this field ...</p>
<p><br>
</p>
<p>PS: What are you trying to do with these results, eventually? :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von gettimothy via Squeak-dev <squeak-dev@lists.squeakfoundation.org><br>
<b>Gesendet:</b> Freitag, 3. April 2020 21:00:57<br>
<b>An:</b> squeak-dev<br>
<b>Betreff:</b> [squeak-dev] Ask objects to group themselves by similar meanings of words....</font>
<div> </div>
</div>
<div>
<div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;">
<div>Hi folks<br>
</div>
<div><br>
</div>
<div>I have extracted the various Greek and Latin Roots from <a href="https://en.wikipedia.org/wiki/List_of_Greek_and_Latin_roots_in_English/A%E2%80%93G" target="_blank">https://en.wikipedia.org/wiki/List_of_Greek_and_Latin_roots_in_English/A–G</a> to Squeak
 objects.<br>
</div>
<div>The objects correlate to one row in the various tables at the link.<br>
</div>
<div><br>
</div>
<div>For example, I have one object for:<br>
</div>
<div><br>
</div>
<blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);">
<div>
<div><tr><br>
</div>
<div><td><b>abac-</b><sup id="cite_ref-2" class="reference"><a href="#cite_note-2">[2]</a></sup></td><br>
</div>
<div><td>slab</td><br>
</div>
<div><td>Greek</td><br>
</div>
<div><td><span lang="grc"><a href="<a href="https://en.wiktionary.org/wiki/%E1%BC%84%CE%B2%CE%B1%CE%BE#Ancient_Greek" target="_blank">https://en.wiktionary.org/wiki/%E1%BC%84%CE%B2%CE%B1%CE%BE#Ancient_Greek</a>" class="extiw" title="wikt:ἄβαξ">ἄβαξ, ἄβακος</a></span>
 (<span title="Ancient Greek transliteration" lang="grc-Latn"><i>ábax, ábakos</i></span>), <span lang="grc"><a href="<a href="https://en.wiktionary.org/wiki/%E1%BC%80%CE%B2%CE%B1%CE%BA%CE%AF%CF%83%CE%BA%CE%BF%CF%82#Ancient_Greek" target="_blank">https://en.wiktionary.org/wiki/%E1%BC%80%CE%B2%CE%B1%CE%BA%CE%AF%CF%83%CE%BA%CE%BF%CF%82#Ancient_Greek</a>"
 class="extiw" title="wikt:ἀβακίσκος">ἀβακίσκος</a></span> (<span title="Ancient Greek transliteration" lang="grc-Latn"><i>abakískos</i></span>)</td><br>
</div>
<div><td>abaciscus, <a href="/wiki/Abacus" title="Abacus">abacus</a>, <a href="/wiki/Abax" class="mw-redirect" title="Abax">abax</a><br>
</div>
<div></td></tr><br>
</div>
<div><br>
</div>
</div>
</blockquote>
<div><br>
</div>
<div>the cells are put into accessors..corresponding to the headers of the table:<br>
</div>
<div><br>
</div>
<div>Root, Meaning, Origin, Etymology, English examples.<br>
</div>
<div><br>
</div>
<div>MyObject<br>
</div>
<div>      root -> abac<br>
</div>
<div>      meaning -> slab<br>
</div>
<div>      language -> greek<br>
</div>
<div>      etymology -> blah<br>
</div>
<div>       examples -> more-blah<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Focusing on "english examples" I am interested in <br>
</div>
<div><br>
</div>
<blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);">
<div>LatinRoots select:[:each | each english_examples  "have same or similar meanings"]<br>
</div>
</blockquote>
<div><br>
</div>
<div>If anybody has pointers to projects that have grappled with that problem I would appreciate a link.<br>
</div>
<div><br>
</div>
<div>answers like "Your question is completely nonsensical" are ok, too (:</div>
<div><br>
</div>
<div>thanks for your time.</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
</div>
</body>
</html>