<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/vectext/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/vectext/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 08 Apr 2016 10:14:13 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vectext/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by František Dařena</title><link>https://sourceforge.net/p/vectext/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -9,9 +9,9 @@
 An example of running the application in command line mode:

     perl vectext-cmdline.pl --input=data.txt --output_dir=. --output_file=data 
-                          --local_weights="Term Frequency (TF)" --output_format=arff   
-                       --print_statistics --create_dictionary_freq –stopwords_file=stop.txt
-                  --stemming=English
+                            --local_weights="Term Frequency (TF)" --output_format=arff   
+                            --print_statistics --create_dictionary_freq –stopwords_file=stop.txt
+                            --stemming=English

 See also a [General description] of the entire conversion process.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">František Dařena</dc:creator><pubDate>Fri, 08 Apr 2016 10:14:13 -0000</pubDate><guid>https://sourceforge.net5ea5295e3f1d3a7e90622548ac4ca258ce8cda96</guid></item><item><title>Home modified by František Dařena</title><link>https://sourceforge.net/p/vectext/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -9,9 +9,9 @@
 An example of running the application in command line mode:

     perl vectext-cmdline.pl --input=data.txt --output_dir=. --output_file=data 
-                                               --local_weights="Term Frequency (TF)" --output_format=arff   
-                                               --print_statistics --create_dictionary_freq –stopwords_file=stop.txt
-                                               --stemming=English
+                          --local_weights="Term Frequency (TF)" --output_format=arff   
+                       --print_statistics --create_dictionary_freq –stopwords_file=stop.txt
+                  --stemming=English

 See also a [General description] of the entire conversion process.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">František Dařena</dc:creator><pubDate>Fri, 08 Apr 2016 10:13:51 -0000</pubDate><guid>https://sourceforge.netcba4b1ee70eb6942e12359b86430904e46e1b552</guid></item><item><title>Home modified by František Dařena</title><link>https://sourceforge.net/p/vectext/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -13,6 +13,7 @@
                                                --print_statistics --create_dictionary_freq –stopwords_file=stop.txt
                                                --stemming=English

+
 See also a [General description] of the entire conversion process.

 Page [Parameters] contains a detailed description  of application parameters and their allowed values.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">František Dařena</dc:creator><pubDate>Fri, 08 Apr 2016 10:13:30 -0000</pubDate><guid>https://sourceforge.neta86b2b04e093964b4a91b2a30c7774155f34e167</guid></item><item><title>Home modified by František Dařena</title><link>https://sourceforge.net/p/vectext/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -13,8 +13,9 @@
                                                --print_statistics --create_dictionary_freq –stopwords_file=stop.txt
                                                --stemming=English

-[General description]
-[Parameters]
+See also a [General description] of the entire conversion process.
+
+Page [Parameters] contains a detailed description  of application parameters and their allowed values.

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">František Dařena</dc:creator><pubDate>Fri, 08 Apr 2016 10:12:54 -0000</pubDate><guid>https://sourceforge.net79445209699498cc4b8602a46e386de0b12e1903</guid></item><item><title>Home modified by František Dařena</title><link>https://sourceforge.net/p/vectext/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -13,6 +13,8 @@
                                                --print_statistics --create_dictionary_freq –stopwords_file=stop.txt
                                                --stemming=English

+[General description]
+[Parameters]

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">František Dařena</dc:creator><pubDate>Fri, 08 Apr 2016 10:11:01 -0000</pubDate><guid>https://sourceforge.netbf0ba926448b450419f418595e95d1b6843e3bc4</guid></item><item><title>Home modified by František Dařena</title><link>https://sourceforge.net/p/vectext/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,18 @@
-Welcome to your wiki!
+VecText is an application that converts raw text to a structured format suitable for various data mining software (e.g., Weka, C5, CLUTO). The application is written in the interpreted programming language Perl which runs on more than 100 platforms. A part of the functionality is realized by external modules (e.g., Lingua::Stem::Snowball for stemming) freely available at the [Comprehensive Perl Archive Network (CPAN)](http://www.cpan.org). The graphical user interface is implemented in Perl/Tk, a widely used graphical interface for Perl. This extension can be also obtained from the CPAN archive.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Graphical user interface enables user friendly software employment without requiring specialized technical skills and knowledge of a particular programming language, names of libraries and their functions, etc. All preprocessing actions are specified using common graphical elements organized into logically related blocks.

-The wiki uses [Markdown](/p/vectext/wiki/markdown_syntax/) syntax.
+In the command line interface mode, all options need to be specified using the command line parameters. This way of non-interactive communication enables incorporating the application into a more complicated data mining process integrating several software packages or performing multiple conversions in a batch. 
+
+To help the users define all necessary and desired parameters for the command line mode the application with the graphical interface enables generating the string with command line parameters based on current values of all form elements in the application window. These parameter settings are returned in the form of a text string and might be simply copied to, e.g., a batch file or script.
+
+An example of running the application in command line mode:
+
+    perl vectext-cmdline.pl --input=data.txt --output_dir=. --output_file=data 
+                                               --local_weights="Term Frequency (TF)" --output_format=arff   
+                                               --print_statistics --create_dictionary_freq –stopwords_file=stop.txt
+                                               --stemming=English
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">František Dařena</dc:creator><pubDate>Fri, 08 Apr 2016 08:49:31 -0000</pubDate><guid>https://sourceforge.net16f2fd61e611aeb2a48cf952647b73f27eb9a934</guid></item><item><title>Home modified by František Dařena</title><link>https://sourceforge.net/p/vectext/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/vectext/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/frantisekdarena/"&gt;František Dařena&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-5706609bd46bb416c35f3bfd" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">František Dařena</dc:creator><pubDate>Thu, 07 Apr 2016 13:28:59 -0000</pubDate><guid>https://sourceforge.net8503c6c6e6cb2da1cd14edcba4a0e4a8c1a78a12</guid></item></channel></rss>