Skip to main content

PoolParty Extractor - Customize Configuration Files

11/09/2025

For stop word elimination, lemmatization of terms and rule-based person name recognition, the PoolParty Extractor (PPX) uses wordform lists, which you can customize.

PoolParty Extractor ships with defaults. If no customized configuration files are present, the defaults are used.

The word list for rule-based entity recognition contains first names.

Note

Defaults and custom configuration files are exclusive. If there is for instance a stop words language file for English (stopwords/en.txt), the stop word filter uses just this file ignoring the default.

As soon as a file gets loaded by an incoming request, the file is cached in memory. If the files are modified on disk, you need to restart the PoolParty server for the changes to take effect.