Dandelion (Independent Publisher)
Dandelion is semantic text analytics as a service. They provide actions for entity extraction, sentiment analysis, keyword extraction, semantic similarity, and Wikisearch results.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://dandelion.eu/ |
Privacy policy | https://dandelion.eu/api-privacy/ |
Categories | AI |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Analyze sentiment |
Retrieve the sentiment analysis. |
Detect language |
Retrieve the detected language identification. |
Extract entity |
Retrieve named entity extraction and linking. It currently works on texts in English, French, German, Italian, Portuguese, Russian, and Spanish. |
Get text similarity |
Retrieve the semantic similarity score of the compared two sentences. |
Search Wikipedia titles |
Retrieve a list of matching Wikipedia pages. |
Analyze sentiment
Retrieve the sentiment analysis.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text
|
text | string |
The text. |
|
HTML
|
html | string |
The HTML. |
|
HTML fragment
|
html_fragment | string |
The HTML fragment. |
|
Language
|
lang | string |
The language. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Timestamp
|
timestamp | string |
The timestamp. |
Time
|
time | integer |
The time. |
Language
|
lang | string |
The language. |
Score
|
sentiment.score | float |
The score. |
Type
|
sentiment.type | string |
The type. |
Detect language
Retrieve the detected language identification.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text
|
text | string |
The text. |
|
HTML
|
html | string |
The HTML. |
|
HTML fragment
|
html_fragment | string |
The HTML fragment. |
|
Clean
|
clean | boolean |
clean |
Returns
Name | Path | Type | Description |
---|---|---|---|
Timestamp
|
timestamp | string |
The timestamp. |
Time
|
time | integer |
The time. |
Text
|
text | string |
The text. |
Detected Langs
|
detectedLangs | array of object | |
Language
|
detectedLangs.lang | string |
The language. |
Confidence
|
detectedLangs.confidence | float |
The confidence. |
Extract entity
Retrieve named entity extraction and linking. It currently works on texts in English, French, German, Italian, Portuguese, Russian, and Spanish.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text
|
text | string |
The text. |
|
HTML
|
html | string |
The HTML. |
|
HTML fragment
|
html_fragment | string |
The HTML fragment. |
|
Language
|
lang | string |
The language. |
|
Top Entities
|
top_entities | integer |
The top entities. |
|
Min Confidence
|
min_confidence | integer |
The minimum confidence. |
|
Min Length
|
min_length | integer |
The minimum length. |
|
Hashtag
|
social.hashtag | boolean |
Whether to parse hashtags. |
|
Mentions
|
social.mention | boolean |
Whether to parse mentions. |
|
Include
|
include | string |
The include. |
|
Extra Types
|
extra_types | string |
The extra types. |
|
Country
|
country | string |
The country. |
|
Episilon
|
epsilon | float |
The episilon to rely more on context or common topics. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Timestamp
|
timestamp | string |
The timestamp. |
Time
|
time | integer |
The time. |
Language
|
lang | string |
The language. |
Annotations
|
annotations | array of object | |
Abstract
|
annotations.abstract | string |
The abstract. |
ID
|
annotations.id | integer |
The identifier. |
Title
|
annotations.title | string |
The title. |
Start
|
annotations.start | integer |
The start. |
Categories
|
annotations.categories | array of string |
The categories. |
Wikipedia
|
annotations.lod.wikipedia | string |
The Wikipedia URL address. |
DBpedia
|
annotations.lod.dbpedia | string |
The DBpedia URL address. |
Label
|
annotations.label | string |
The label. |
Types
|
annotations.types | array of string |
The types. |
Confidence
|
annotations.confidence | float |
The confidence. |
URI
|
annotations.uri | string |
The URI. |
End
|
annotations.end | integer |
The end. |
Spot
|
annotations.spot | string |
The spot. |
Get text similarity
Retrieve the semantic similarity score of the compared two sentences.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text 1
|
text1 | string |
The first text. |
|
HTML 1
|
html1 | string |
The first HTML. |
|
HTML Fragment 1
|
html_fragment1 | string |
The first HTML fragment. |
|
Text 2
|
text2 | string |
The second text. |
|
HTML 2
|
html2 | string |
The second HTML. |
|
HTML Fragment 2
|
html_fragment2 | string |
The second HTML fragment. |
|
Language
|
lang | string |
The language. |
|
Semantic
|
bow | string |
The algorithm to use, either never for semantic or a syntactic. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Timestamp
|
timestamp | string |
The timestamp. |
Time
|
time | integer |
The time. |
Language
|
lang | string |
The language. |
Language Confidence
|
langConfidence | float |
The language confidence. |
Text 1
|
text1 | string |
The first text. |
Text 2
|
text2 | string |
The second text. |
Similarity
|
similarity | float |
The similarity. |
Search Wikipedia titles
Retrieve a list of matching Wikipedia pages.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text
|
text | True | string |
The text. |
Language
|
lang | True | string |
The language. |
Limit
|
limit | integer |
The limit. |
|
Offset
|
offset | integer |
The offset. |
|
Query
|
query | string |
The query length. |
|
Include
|
include | string |
The include. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Time
|
time | integer |
The time. |
Count
|
count | integer |
The count. |
Query
|
query | string |
The query. |
Entities
|
entities | array of object | |
Weight
|
entities.weight | float |
The weight. |
ID
|
entities.id | integer |
The identifier. |
Title
|
entities.title | string |
The title. |
URI
|
entities.uri | string |
The URI. |
Label
|
entities.label | string |
The label. |
Language
|
lang | string |
The language. |
Timestamp
|
timestamp | string |
The timestamp. |