* or {@code null} if the configuration did not specify any filters
*
* @throws IOError if any error occurs when reading the word list files
*/
public static TokenFilter loadFromSpecification(String configuration) {
return loadFromSpecification(configuration, new FileResourceFinder());
}