<?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/textcomparer/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/textcomparer/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 06 Jul 2012 19:49:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/textcomparer/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Jan Keymeulen</title><link>https://sourceforge.net/p/textcomparer/wiki/Home/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,5 @@
-TextComparer Wiki
+TextComparer Usage
+============
 
 
 When you run the program, you can load the orgininal text
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Keymeulen</dc:creator><pubDate>Fri, 06 Jul 2012 19:49:16 -0000</pubDate><guid>https://sourceforge.net84b40b125418885abdb8853affd12d05003c1d53</guid></item><item><title>WikiPage Home modified by Jan Keymeulen</title><link>https://sourceforge.net/p/textcomparer/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,31 @@
-Welcome to your wiki!
+TextComparer Wiki
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
 
-The wiki uses [Markdown](/p/textcomparer/wiki/markdown_syntax/) syntax.
+When you run the program, you can load the orgininal text
+and the copied text by using the file menu. These text should be in
+UTF-8 encoding and plain text (.txt) files. The program will strip
+all capitalization and punctuation.
 
-[[project_admins]]
-[[download_button]]
+In the compare menu, you can set the parameters for which you want to
+use. LD distance is the so called Levenstein-Dammereau distance, a metric
+for how much a given word differs from another. More details on this can
+be found in this http://en.wikipedia.org/wiki/Levenshtein_distance wiki
+article. Word length is the minimum length of words to be considered, you
+can use this to skip articles. Search window is how far you will look forward
+of backward when you have found a word. For instance, when one sentence is
+"aaaa bbbb cccc dddd" in the source text and "aaaa dddd" in the destination
+text, then it will be considered a valid match when the window is 3.
+Word skip allow this much words to be skipped in the source text, for instance
+"aaaa bbbb cccc dddd" will match "aaaa cccc dddd" when the word skip is 1,
+allowing to skip "bbbb" in the source. Result length will finally filter on
+how long (in words) the resulting match should be.
+
+You can click compare to start comparing a text, which can take quite long.
+However, once you have found a result, you can search within this result, which
+will be much faster. So I would advise to search with relatively broad parameters
+such as a low minimum result length in the beginning and refine this to more
+strick parameters afterwards.
+
+Finally, when a result is found, it will be indicated in both source and
+destination texts and you can click on either one to see the corresponding
+fragment.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Keymeulen</dc:creator><pubDate>Fri, 06 Jul 2012 19:48:31 -0000</pubDate><guid>https://sourceforge.net9b6a15d0edd598eade3549278410058623139be6</guid></item><item><title>WikiPage Home modified by Jan Keymeulen</title><link>https://sourceforge.net/p/textcomparer/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/textcomparer/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Keymeulen</dc:creator><pubDate>Fri, 06 Jul 2012 19:30:39 -0000</pubDate><guid>https://sourceforge.netb093d62af58c9b0e4cf66914c2a20d12a6b6f22c</guid></item></channel></rss>