protected property Stemmer::$cache in Snowball Stemmer 2.x
Same name and namespace in other branches
- 8 src/Stemmer.php \Drupal\snowball_stemmer\Stemmer::cache
Temporary storage for lookups.
Type: string[]
File
- src/
Stemmer.php, line 33
Class
- Stemmer
- Service wrapper class for stemmer.
Namespace
Drupal\snowball_stemmerCode
protected $cache = [];