<?php namespace Komma\Search; class Stopwords { public static function get() { return [ __DIR__.'/Stopwords/nl', ]; } }