Searched refs:tokenName (Results 1 – 2 of 2) sorted by relevance
160 * @param string $tokenName165 public function addMatch(string $entityName, string $tokenName, int $frequency): void argument167 $this->matches[$entityName][$tokenName] =168 ($this->matches[$entityName][$tokenName] ?? 0) + $frequency;
223 $term->getEntityTokens(); // [entityName => [tokenName, ...], ...]224 $term->getMatches(); // [entityName => [tokenName => freq, ...], ...]