You are here

protected property Stemmer::$cache in Snowball Stemmer 8

Same name and namespace in other branches
  1. 2.x src/Stemmer.php \Drupal\snowball_stemmer\Stemmer::cache

Temporary storage for lookups.

Type: string[]

File

src/Stemmer.php, line 31

Class

Stemmer
Service wrapper class for stemmer.

Namespace

Drupal\snowball_stemmer

Code

protected $cache = [];