summaryrefslogtreecommitdiff
path: root/htroot/ContentAnalysis_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-04-02 17:37:21 +0200
committerMichael Peter Christen <mc@yacy.net>2014-04-02 17:37:21 +0200
commitd321b0314e8a5b0f6cd80842179c5c8ab99b0e5a (patch)
tree3f540e2e076c95f067ce819f7f7425b0562dccde /htroot/ContentAnalysis_p.html
parentb1ba764d810f283c3a00511735dd6c218393b204 (diff)
added missing servlet html
Diffstat (limited to 'htroot/ContentAnalysis_p.html')
-rw-r--r--htroot/ContentAnalysis_p.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/htroot/ContentAnalysis_p.html b/htroot/ContentAnalysis_p.html
new file mode 100644
index 000000000..433fb2ceb
--- /dev/null
+++ b/htroot/ContentAnalysis_p.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>YaCy '#[clientname]#': Content Analysis</title>
+ #%env/templates/metas.template%#
+ </head>
+ <body id="ContentAnalysis_p">
+ #%env/templates/header.template%#
+ #%env/templates/submenuIndexControl.template%#
+ <h2>Content Analysis</h2>
+ <p>These are document analysis attributes.</p>
+ <form class="dsearch" action="ContentAnalysis_p.html" method="post" enctype="multipart/form-data">
+ <fieldset>
+ <legend>Double Content Detection</legend><p>Double-Content detection is done using a ranking on a 'unique'-Field, named 'fuzzy_signature_unique_b'.
+ This field is set during parsing and is influenced by two attributes for the <a href="http://lucene.apache.org/solr/api-4_0_0-BETA/org/apache/solr/update/processor/TextProfileSignature.html">TextProfileSignature</a> class.</p>
+ <dl>
+ <dt style="width:260px"><label for="minTokenLen">minTokenLen</label></dt>
+ <dd style="width:360px; float:left; display:inline;" id="dd_minTokenLen">
+ <input name="minTokenLen" id="minTokenLen" type="text" align="right" size="10" value="#[minTokenLen]#" /><br />
+ This is the minimum length of a word which shall be considered as element of the signature. Should be either 2 or 3.
+ </dd>
+ <dt style="width:260px"><label for="quantRate">quantRate</label></dt>
+ <dd style="width:360px; float:left; display:inline;" id="dd_quantRate">
+ <input name="quantRate" id="quantRate" type="text" align="right" size="10" value="#[quantRate]#" /><br />
+ The quantRate is a measurement for the number of words that take part in a signature computation. The higher the number, the less
+ words are used for the signature.
+ For minTokenLen = 2 the quantRate value should not be below 0.24; for minTokenLen = 3 the quantRate value must be not below 0.5.
+ </dd>
+ <dt style="width:260px"></dt>
+ <dd style="width:360px; float:left; display:inline;">
+ <input type="submit" name="EnterDoublecheck" value="Set" />
+ <input type="submit" name="ResetDoublecheck" value="Re-Set to default" />
+ </dd>
+ </dl>
+ </fieldset>
+ </form>
+ #%env/templates/footer.template%#
+ </body>
+</html>