Skip to main content

Deploy the PoolParty Linguistic Service Webapp (Windows)

The PoolParty linguistic service is used to extend the PoolParty Extractor for the German language with additional word forms.

Note

The linguistic service is available as an additional module.

Prerequisites

If you want to install the linguistic service, the MSVCP120.dll has to be in place. This dll is part of the C++ runtime on Windows and may not be available on older Windows installations.

You can download and install the dll from here: http://www.microsoft.com/en-us/download/details.aspx?id=40784

Note

Even on a 64bit Windows machine, you have to install both, the 64bit and the 32bit package.

Installation

STEP 1: Stop the PoolParty Server

STEP 2: Copy the Linguistic Service webapp (linguistic.war) to the webapps Folder

  • C:/Programs/Apache Software Foundation/Tomcat 6/webapps

STEP 3: Configure the Linguistic Service

Add the following parameters to the The poolparty.properties File:

extrakt.host=localhost
extrakt.port=20799

Copy the linguistic service configuration file linguistics.spring.xml to the PoolParty config folder:

  • C:\Users\Public\PoolParty\config\

STEP 4: Start the PoolParty Server

STEP 5: Copy the Linguistic Service License to the Linguistic Service webapp Folder

  • C:/Programs/Apache Software Foundation/Tomcat 6/webapps/linguistic/

STEP 6: Stop and Start the Linguistic Service via the Tomcat Manager Application