Home
last modified time | relevance | path

Searched refs:synonyms (Results 1 – 9 of 9) sorted by path

/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1618 public $synonyms; variable in Google_BooksLayerDictDataDictWordsSenses
1663 …lic function setSynonyms(/* array(Google_BooksLayerDictDataDictWordsSensesSynonyms) */ $synonyms) { argument
1664 $this->assertIsArray($synonyms, 'Google_BooksLayerDictDataDictWordsSensesSynonyms', __METHOD__);
1665 $this->synonyms = $synonyms;
1668 return $this->synonyms;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDictlayerdataDictWordsSenses.php149 public function setSynonyms($synonyms) argument
151 $this->synonyms = $synonyms;
158 return $this->synonyms;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3EntityTypeEntity.php26 public $synonyms; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3EntityTypeEntity
35 public function setSynonyms($synonyms) argument
37 $this->synonyms = $synonyms;
44 return $this->synonyms;
H A DGoogleCloudDialogflowV2EntityTypeEntity.php26 public $synonyms; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2EntityTypeEntity
35 public function setSynonyms($synonyms) argument
37 $this->synonyms = $synonyms;
44 return $this->synonyms;
H A DGoogleCloudDialogflowV2IntentMessageSelectItemInfo.php30 public $synonyms; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageSelectItemInfo
49 public function setSynonyms($synonyms) argument
51 $this->synonyms = $synonyms;
58 return $this->synonyms;
H A DGoogleCloudDialogflowV2beta1EntityTypeEntity.php26 public $synonyms; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1EntityTypeEntity
35 public function setSynonyms($synonyms) argument
37 $this->synonyms = $synonyms;
44 return $this->synonyms;
H A DGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo.php30 public $synonyms; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo
49 public function setSynonyms($synonyms) argument
51 $this->synonyms = $synonyms;
58 return $this->synonyms;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …fox also supported the `middle`, `absmiddle`, and `abscenter` values as synonyms of `center`, in q…
/plugin/solr/
H A DREADME.md17 …to the stop word list. Also consider using language-specific stemmers and domain-specific synonyms.