<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/jobimtext/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/jobimtext/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 10 Jul 2013 12:17:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jobimtext/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>FAQ modified by Martin Riedl</title><link>https://sourceforge.net/p/jobimtext/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,3 @@
-
 [TOC]

 # Similarity Calculations using Hadoop
@@ -15,3 +14,5 @@
 ~~~~~~
 python generateHadoopScript.py dataset 1000 0 0 1000 LMI 200 
 ~~~~~~
+
+If the error still remains, you might use a version before 0.0.6 and should change to the latest version. If you don't want to change, follow the documentation found [here](https://sourceforge.net/p/jobimtext/wiki/jobimtext_pipeline/?version=33).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Riedl</dc:creator><pubDate>Wed, 10 Jul 2013 12:17:33 -0000</pubDate><guid>https://sourceforge.net8f6cfda8d6ed329ab45095d9889bf0ba6f513414</guid></item><item><title>FAQ modified by Martin Riedl</title><link>https://sourceforge.net/p/jobimtext/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#similarity-calculations-using-hadoop"&gt;Similarity Calculations using Hadoop&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#which-are-the-recommended-parameter-to-generate-the-hadoop-similarity-pipeline"&gt;Which are the recommended parameter to generate the Hadoop similarity pipeline?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#the-computations-of-the-similarities-stop-with-an-exception-eg-error-2997-encountered-ioexception-file-pigfreqsig1000pig-does-not-exist"&gt;The computations of the similarities stop with an exception e.g. ERROR 2997: Encountered IOException. File pig/FreqSig1000.pig does not exist.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="similarity-calculations-using-hadoop"&gt;Similarity Calculations using Hadoop&lt;/h1&gt;
&lt;h2 id="which-are-the-recommended-parameter-to-generate-the-hadoop-similarity-pipeline"&gt;Which are the recommended parameter to generate the Hadoop similarity pipeline?&lt;/h2&gt;
&lt;p&gt;We recommend to use only features that occur with less then 1000 words and specify to use only positive significance scores. We recommend, using the LMI significance measure and keep only the top 1000 features per term with the highest significance scores. Normally it should be sufficient to keep the top 200 most similar terms for each term. This is achieved with:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;generateHadoopScript&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="n"&gt;dataset&lt;/span&gt; &lt;span class="mi"&gt;1000&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt; &lt;span class="mi"&gt;1000&lt;/span&gt; &lt;span class="n"&gt;LMI&lt;/span&gt; &lt;span class="mi"&gt;200&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="the-computations-of-the-similarities-stop-with-an-exception-eg-error-2997-encountered-ioexception-file-pigfreqsig1000pig-does-not-exist"&gt;The computations of the similarities stop with an exception e.g. &lt;em&gt;ERROR 2997: Encountered IOException. File pig/FreqSig1000.pig does not exist.&lt;/em&gt;&lt;/h2&gt;
&lt;p&gt;The reason for that error is a wrong parameter, when generating the script (generateHadoopScript.py) to run the Hadoop pipeline. Instead of a significance measure a number was given to the script. Following parameters could be used for generating the script:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;generateHadoopScript&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="n"&gt;dataset&lt;/span&gt; &lt;span class="mi"&gt;1000&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt; &lt;span class="mi"&gt;1000&lt;/span&gt; &lt;span class="n"&gt;LMI&lt;/span&gt; &lt;span class="mi"&gt;200&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Riedl</dc:creator><pubDate>Wed, 10 Jul 2013 12:15:20 -0000</pubDate><guid>https://sourceforge.net6fe36e4ec0f6d838b3f1c82f43780cd5293df755</guid></item></channel></rss>