<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
	<bean id="target"
		class="jp.go.nict.langrid.servicecontainer.handler.TargetServiceFactory">
		<property name="service">
			<bean class="jp.go.nict.wisdom.wrapper.CrfService">
				<property name="cmdLine" value="___BASE_DIR___/crf_test -m ___PATH_TO_MODEL_FILE___ -" />
				<property name="pollTimeOut" value="3000" />
				<property name="poolSize" value="20" />
				<property name="timeOut" value="60000" />
				<property name="startWait" value="1000" />
				<property name="restartWait" value="1000" />
				<property name="bufSize" value="2000000" />
			</bean>
		</property>
	</bean>
</beans>
