You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2012/07/03 09:57:47 UTC

svn commit: r824193 - in /websites/staging/stanbol/trunk/content: ./ stanbol/docs/trunk/utils/enhancerstresstest.html

Author: buildbot
Date: Tue Jul  3 07:57:47 2012
New Revision: 824193

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:57:47 2012
@@ -1 +1 @@
-1356598
+1356599

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:57:47 2012
@@ -129,28 +129,30 @@
 <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>
-<pre>
-    Astronomers discover largest star on record
+<div class="codehilite"><pre>Astronomers discover largest star on record\n
+\n
+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.\n
+\n
+Paul Crowther, professor of astrophysics at […]\n
+\n
+\n
+Australian election debate moved to avoid clash with cookery show\n
+\n
+A televised debate between Australia&#39;s candidates for Prime Minister […]\n
+\n
+\n
+The Only Joy In Town\n
+\n
+by Joni Mitchell\n   
+\n
+I want to paint a picture\n
+Botticelli * style\n
+Instead of Venus on a clam *\n
+I&#39;d paint this flower child\n
+</pre></div>
 
-    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 […]
-
-    Australian election debate moved to avoid clash with cookery show
-
-    A televised debate between Australia's candidates for Prime Minister […]
-
-    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>
 
 <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>