cfbearden

SbmiUmlsSentenceCPE.xml

Aug 16th, 2011
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <cpeDescription xmlns="http://uima.apache.org/resourceSpecifier">
  3.     <collectionReader>
  4.         <collectionIterator>
  5.             <descriptor>
  6.                 <import location="SentencesFromDBReader.xml"/>
  7.             </descriptor>
  8.         </collectionIterator>
  9.     </collectionReader>
  10.     <casProcessors casPoolSize="3" processingUnitThreadCount="1">
  11.         <casProcessor deployment="integrated" name="SbmiUmlsSmallAggregatePlaintextProcessor">
  12.             <descriptor>
  13.                 <import location="SbmiUmlsSmallAggregatePlaintextProcessor.xml"/>
  14.             </descriptor>
  15.             <deploymentParameters/>
  16.             <errorHandling>
  17.                 <errorRateThreshold action="terminate" value="0/1000"/>
  18.                 <maxConsecutiveRestarts action="terminate" value="30"/>
  19.                 <timeout max="100000" default="-1"/>
  20.             </errorHandling>
  21.             <checkpoint batch="10000" time="1000ms"/>
  22.             <configurationParameterSettings>
  23.                 <nameValuePair>
  24.                     <name>maxListSize</name>
  25.                     <value>
  26.                         <integer>2000</integer>
  27.                     </value>
  28.                 </nameValuePair>
  29.             </configurationParameterSettings>
  30.         </casProcessor>
  31.     </casProcessors>
  32.     <cpeConfig>
  33.         <numToProcess>-1</numToProcess>
  34.         <deployAs>immediate</deployAs>
  35.         <checkpoint batch="0" time="300000ms"/>
  36.         <timerImpl/>
  37.     </cpeConfig>
  38. </cpeDescription>
Advertisement
Add Comment
Please, Sign In to add comment