Dandelion (Éditeur indépendant)
Dandelion est l’analytique sémantique du texte en tant que service. Ils fournissent des actions pour l’extraction d’entités, l’analyse des sentiments, l’extraction de mots clés, la similarité sémantique et les résultats wikisearch.
Ce connecteur est disponible dans les produits et régions suivants :
| Service | classe | Régions |
|---|---|---|
| Copilot Studio | Premium | Toutes les régions Power Automate , à l’exception des éléments suivants : - Us Government (GCC) - Us Government (GCC High) - China Cloud géré par 21Vianet - Us Department of Defense (DoD) |
| Applications logiques | Norme | Toutes les régions Logic Apps , à l’exception des suivantes : - Régions Azure Government - Régions Azure Chine - Us Department of Defense (DoD) |
| Power Apps | Premium | Toutes les régions Power Apps , à l’exception des suivantes : - Us Government (GCC) - Us Government (GCC High) - China Cloud géré par 21Vianet - Us Department of Defense (DoD) |
| Power Automate | Premium | Toutes les régions Power Automate , à l’exception des éléments suivants : - Us Government (GCC) - Us Government (GCC High) - China Cloud géré par 21Vianet - Us Department of Defense (DoD) |
| Contact | |
|---|---|
| Nom | Troy Taylor |
| URL | https://www.hitachisolutions.com |
| Messagerie électronique | ttaylor@hitachisolutions.com |
| Métadonnées du connecteur | |
|---|---|
| Éditeur | Troy Taylor |
| Site internet | https://dandelion.eu/ |
| Politique de confidentialité | https://dandelion.eu/api-privacy/ |
| Catégories | AI |
Création d’une connexion
Le connecteur prend en charge les types d’authentification suivants :
| Par défaut | Paramètres de création de connexion. | Toutes les régions | Non partageable |
Faire défaut
Applicable : Toutes les régions
Paramètres de création de connexion.
Cette connexion n’est pas partageable. Si l’application power est partagée avec un autre utilisateur, un autre utilisateur est invité à créer une connexion explicitement.
| Nom | Type | Descriptif | Obligatoire |
|---|---|---|---|
| Clé d’API | securestring | Clé API pour cette API | Vrai |
Limitations
| Nom | Appels | Période de renouvellement |
|---|---|---|
| Appels d’API par connexion | 100 | 60 secondes |
Actions
| Analyser les sentiments |
Récupérez l’analyse des sentiments. |
| Détecter la langue |
Récupérez l’identification linguistique détectée. |
| Extraire l’entité |
Récupérer l’extraction et la liaison d’entités nommées. Il travaille actuellement sur des textes en anglais, français, allemand, italien, portugais, russe et espagnol. |
| Obtenir la similarité du texte |
Récupérez le score de similarité sémantique des deux phrases comparées. |
| Rechercher des titres Wikipédia |
Récupérer une liste de pages Wikipédia correspondantes. |
Analyser les sentiments
Récupérez l’analyse des sentiments.
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
Texto
|
text | string |
Texte. |
|
|
HTML
|
html | string |
The HTML. |
|
|
Fragment HTML
|
html_fragment | string |
Fragment HTML. |
|
|
Language
|
lang | string |
Langue. |
Retours
| Nom | Chemin d’accès | Type | Description |
|---|---|---|---|
|
Timestamp
|
timestamp | string |
Horodatage. |
|
Heure
|
time | integer |
L’heure. |
|
Language
|
lang | string |
Langue. |
|
Score
|
sentiment.score | float |
Score. |
|
Type
|
sentiment.type | string |
Type. |
Détecter la langue
Récupérez l’identification linguistique détectée.
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
Texto
|
text | string |
Texte. |
|
|
HTML
|
html | string |
The HTML. |
|
|
Fragment HTML
|
html_fragment | string |
Fragment HTML. |
|
|
Propre
|
clean | boolean |
clean |
Retours
| Nom | Chemin d’accès | Type | Description |
|---|---|---|---|
|
Timestamp
|
timestamp | string |
Horodatage. |
|
Heure
|
time | integer |
L’heure. |
|
Texto
|
text | string |
Texte. |
|
Langs détecté
|
detectedLangs | array of object | |
|
Language
|
detectedLangs.lang | string |
Langue. |
|
Confiance
|
detectedLangs.confidence | float |
La confiance. |
Extraire l’entité
Récupérer l’extraction et la liaison d’entités nommées. Il travaille actuellement sur des textes en anglais, français, allemand, italien, portugais, russe et espagnol.
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
Texto
|
text | string |
Texte. |
|
|
HTML
|
html | string |
The HTML. |
|
|
Fragment HTML
|
html_fragment | string |
Fragment HTML. |
|
|
Language
|
lang | string |
Langue. |
|
|
Entités principales
|
top_entities | integer |
Entités principales. |
|
|
Confiance minimale
|
min_confidence | integer |
Confiance minimale. |
|
|
Longueur minimale
|
min_length | integer |
Longueur minimale. |
|
|
Hashtag
|
social.hashtag | boolean |
Indique s’il faut analyser les hashtags. |
|
|
Mentions
|
social.mention | boolean |
Indique s’il faut analyser les mentions. |
|
|
Include
|
include | string |
Inclure. |
|
|
Types supplémentaires
|
extra_types | string |
Types supplémentaires. |
|
|
Pays
|
country | string |
Le pays. |
|
|
Episilon
|
epsilon | float |
L’épisilon pour s’appuyer davantage sur le contexte ou les sujets courants. |
Retours
| Nom | Chemin d’accès | Type | Description |
|---|---|---|---|
|
Timestamp
|
timestamp | string |
Horodatage. |
|
Heure
|
time | integer |
L’heure. |
|
Language
|
lang | string |
Langue. |
|
Annotations
|
annotations | array of object | |
|
Résumé
|
annotations.abstract | string |
Abstrait. |
|
ID
|
annotations.id | integer |
Identificateur. |
|
Titre
|
annotations.title | string |
Titre. |
|
Démarrer
|
annotations.start | integer |
Début. |
|
Catégories
|
annotations.categories | array of string |
Catégories. |
|
Wikipédia
|
annotations.lod.wikipedia | string |
Adresse URL de Wikipédia. |
|
DBdia
|
annotations.lod.dbpedia | string |
Adresse URL DBdia. |
|
Étiquette
|
annotations.label | string |
Étiquette. |
|
Les types
|
annotations.types | array of string |
Types. |
|
Confiance
|
annotations.confidence | float |
La confiance. |
|
URI
|
annotations.uri | string |
The URI. |
|
Fin
|
annotations.end | integer |
La fin. |
|
Tache
|
annotations.spot | string |
L’endroit. |
Obtenir la similarité du texte
Récupérez le score de similarité sémantique des deux phrases comparées.
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
Texte 1
|
text1 | string |
Premier texte. |
|
|
HTML 1
|
html1 | string |
Premier code HTML. |
|
|
Fragment HTML 1
|
html_fragment1 | string |
Premier fragment HTML. |
|
|
Texte 2
|
text2 | string |
Deuxième texte. |
|
|
HTML 2
|
html2 | string |
Deuxième code HTML. |
|
|
Fragment HTML 2
|
html_fragment2 | string |
Deuxième fragment HTML. |
|
|
Language
|
lang | string |
Langue. |
|
|
Semantic
|
bow | string |
Algorithme à utiliser, soit pour la sémantique, soit pour une syntaxe. |
Retours
| Nom | Chemin d’accès | Type | Description |
|---|---|---|---|
|
Timestamp
|
timestamp | string |
Horodatage. |
|
Heure
|
time | integer |
L’heure. |
|
Language
|
lang | string |
Langue. |
|
Confiance linguistique
|
langConfidence | float |
Confiance en la langue. |
|
Texte 1
|
text1 | string |
Premier texte. |
|
Texte 2
|
text2 | string |
Deuxième texte. |
|
Similarité
|
similarity | float |
La similarité. |
Rechercher des titres Wikipédia
Récupérer une liste de pages Wikipédia correspondantes.
Paramètres
| Nom | Clé | Obligatoire | Type | Description |
|---|---|---|---|---|
|
Texto
|
text | True | string |
Texte. |
|
Language
|
lang | True | string |
Langue. |
|
Limit
|
limit | integer |
La limite. |
|
|
Décalage
|
offset | integer |
Décalage. |
|
|
Query
|
query | string |
Longueur de la requête. |
|
|
Include
|
include | string |
Inclure. |
Retours
| Nom | Chemin d’accès | Type | Description |
|---|---|---|---|
|
Heure
|
time | integer |
L’heure. |
|
Nombre
|
count | integer |
Nombre. |
|
Query
|
query | string |
Requête. |
|
Entities
|
entities | array of object | |
|
Weight
|
entities.weight | float |
Le poids. |
|
ID
|
entities.id | integer |
Identificateur. |
|
Titre
|
entities.title | string |
Titre. |
|
URI
|
entities.uri | string |
The URI. |
|
Étiquette
|
entities.label | string |
Étiquette. |
|
Language
|
lang | string |
Langue. |
|
Timestamp
|
timestamp | string |
Horodatage. |