<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/simmetrics/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/simmetrics/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Jan 2009 15:09:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/simmetrics/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>SimMetrics with MS SQL</title><link>https://sourceforge.net/p/simmetrics/news/2009/01/simmetrics-with-ms-sql/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks to Tasos, you can now easily add SimMetrics into MS SQL direct into queries.&lt;/p&gt;
&lt;p&gt;see&lt;/p&gt;
&lt;p&gt;&lt;a href="http://anastasiosyal.com/archive/2009/01/11/18.aspx" rel="nofollow"&gt;http://anastasiosyal.com/archive/2009/01/11/18.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;for more details,&lt;/p&gt;
&lt;p&gt;Thanks again Tasos for the good work and documentation on this useful addition.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Mon, 12 Jan 2009 15:09:43 -0000</pubDate><guid>https://sourceforge.netdcda43e144acbc7fb0236d54d5745a327a3cc3df</guid></item><item><title>V1.6 fixes Euclidean Normalised Similarity</title><link>https://sourceforge.net/p/simmetrics/news/2006/11/v16-fixes-euclidean-normalised-similarity/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This previosuly in rare cases could of returned negative scores (multiple repeating tokens in the string). I.e. only a problem in a limited and repeated lexicon.&lt;/p&gt;
&lt;p&gt;This issue is now resolved in newly released V1.6 &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Mon, 27 Nov 2006 18:05:54 -0000</pubDate><guid>https://sourceforge.netbab00d63e4572c83c35eacc1c5e49d46090cd775</guid></item><item><title>V1.6 fixes tokeniser bug</title><link>https://sourceforge.net/p/simmetrics/news/2006/11/v16-fixes-tokeniser-bug/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Version 1.6 fixed a tokeniser bug which can incorrectly tokenise in the case of repeating whitespace delimiting charcters. This inadvertantly adjusted token based metric scores in a few rare cases.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Mon, 27 Nov 2006 18:03:22 -0000</pubDate><guid>https://sourceforge.net7bdfa466cc7d2c7886190e1d4f425b08037825bf</guid></item><item><title>Version 1.6 released</title><link>https://sourceforge.net/p/simmetrics/news/2006/11/version-16-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;version 1.6 of simmetrics has been released.&lt;/p&gt;
&lt;p&gt;added JUNIT test classes for all metrics and component parts. &lt;/p&gt;
&lt;p&gt;fixes to a whitespace tokeniser bugs which can influence metric scores adversely in rare cases where repeating whitespace delimiting characters are found.&lt;/p&gt;
&lt;p&gt;adjusted the method for the returning the normalised score function for the euclidean distance simmetric (this gave incorrect scores with comparison text containing multiple repeating terms)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Mon, 27 Nov 2006 18:01:45 -0000</pubDate><guid>https://sourceforge.net204e3e94bbd21e3e0fea383afff3ab4cb5618c06</guid></item><item><title>CVS source control</title><link>https://sourceforge.net/p/simmetrics/news/2006/10/cvs-source-control/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;CVS source control has now been added, you can always get the latest version of the code this way.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Fri, 20 Oct 2006 11:08:19 -0000</pubDate><guid>https://sourceforge.netd5830537fdb5aa74c0e22be0a6ef1f862b7cd66b</guid></item><item><title>update to .NET SimMetrics</title><link>https://sourceforge.net/p/simmetrics/news/2006/09/update-to-net-simmetrics/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;another update to the .NET version. This removes the java support class created by the MS Java to C# converted. I have added in a new TokenUtilities class to provide the required functionality. There are also new tokenisers for qgram2, 3 and s as well as 2, 3 and s extended.&lt;br /&gt;
SGrams allow for errors in the words using a cci index.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Sun, 24 Sep 2006 22:06:23 -0000</pubDate><guid>https://sourceforge.net751de3c0ab349f740548c6d74fd3cb6c93afa7a9</guid></item><item><title>Update to the .NET version of SimMetrics</title><link>https://sourceforge.net/p/simmetrics/news/2006/08/update-to-the-net-version-of-simmetrics/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;v.1.1 .NET update.&lt;/p&gt;
&lt;p&gt;This update cleans up the method and class names as per FxCop rules.&lt;/p&gt;
&lt;p&gt;Lots of methods have been converted to properties, directory structures changed, unused source placed in separate directories.&lt;/p&gt;
&lt;p&gt;Unit tests have been added and generics where appropriate.&lt;/p&gt;
&lt;p&gt;Another update - where the Java Support class has been removed - will be released shortly.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Fri, 11 Aug 2006 16:36:21 -0000</pubDate><guid>https://sourceforge.net6a430ecd406372d7a75c1fb46c2bdc8bf5c81ce6</guid></item><item><title>NEW VERSION 1.5</title><link>https://sourceforge.net/p/simmetrics/news/2006/06/new-version-15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Updated to new version 2 new metric inclusions and other minor changes. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Tue, 06 Jun 2006 14:28:59 -0000</pubDate><guid>https://sourceforge.net9e13bf9a3f24234484adf26d3b340f884e587a0a</guid></item><item><title>NEW RELEASE V1.4</title><link>https://sourceforge.net/p/simmetrics/news/2006/04/new-release-v14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;version 1.4 is now released&lt;/p&gt;
&lt;p&gt;now includes 1.5 optermisations&lt;br /&gt;
streamlined code&lt;br /&gt;
minor bug fixes&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Mon, 03 Apr 2006 13:15:25 -0000</pubDate><guid>https://sourceforge.netf50ad5f98a17acf5760b702f74651b827c43cf31</guid></item><item><title>Version 1.1 (java)</title><link>https://sourceforge.net/p/simmetrics/news/2005/05/version-11-java/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Version 1.1 has been released - this includes an addition to all metrics and the abstracted interface whereby the output of the underlying algorithms can be returned un-normalised as well as supporting the previous normalised output.&lt;/p&gt;
&lt;p&gt;More news will follow shortly.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ReverendSam</dc:creator><pubDate>Thu, 12 May 2005 13:16:10 -0000</pubDate><guid>https://sourceforge.net455e142cce1578edff88f4fc19cc715388bea707</guid></item></channel></rss>