Author: buildbot
Date: Tue Jul 3 07:55:26 2012
New Revision: 824192
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/ (props changed)
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/enhancerstresstest.html
Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 3 07:55:26 2012
@@ -1 +1 @@
-1356597
+1356598
Modified:
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/enhancerstresstest.html
==============================================================================
---
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/enhancerstresstest.html
(original)
+++
websites/staging/stanbol/trunk/content/stanbol/docs/trunk/utils/enhancerstresstest.html
Tue Jul 3 07:55:26 2012
@@ -129,26 +129,28 @@
<h3 id="plain-text-files">Plain Text Files</h3>
<p>All test data are within a single text file. Single texts are separated by
two (or more) empty lines.</p>
<p>The following example includes three content items:</p>
-<div class="codehilite"><pre>Astronomers discover largest star on record
+<pre>
+ Astronomers discover largest star on record
-European astronomers have discovered the largest star yet on record; it is 300
times the mass of our sun, beyond the previously accepted limit of 150 solar
masses.
+ European astronomers have discovered the largest star yet on record;
+ it is 300 times the mass of our sun, beyond the previously accepted
+ limit of 150 solar masses.
-Paul Crowther, professor of astrophysics at [â¦]
+ Paul Crowther, professor of astrophysics at [â¦]
-Australian election debate moved to avoid clash with cookery show
+ Australian election debate moved to avoid clash with cookery show
-A televised debate between Australia's candidates for Prime Minister [â¦]
+ A televised debate between Australia's candidates for Prime Minister [â¦]
-The Only Joy In Town
+ The Only Joy In Town
-by Joni Mitchell
-
-I want to paint a picture
-Botticelli * style
-Instead of Venus on a clam *
-I'd paint this flower child
-</pre></div>
+ by Joni Mitchell
+ I want to paint a picture
+ Botticelli * style
+ Instead of Venus on a clam *
+ I'd paint this flower child
+</pre>
<p>Plain text test data are read sequentially from the provided source. This
ensures that only ~100 content items are loaded into memory at any given time.
So this is the preferred option for large test data sets.</p>
<p>Text files can recognized by the file ending "txt" to the parsed resource.
For resources with other engines the property
'<code>stanbol.it.multithreadtest.media-type=text/plain</code>' must be
specified. If the test data are not encoded using '<code>UTF-8</code>' the
charset MUST BE parsed by using the '<code>charset</code>' parameter (e.g.
'<code>stanbol.it.multithreadtest.media-type=text/plain;charset=iso-8859-7</code>').</p>