Rosette Text Analytics
rosette_text_analyticsRosette Text Analytics is a platform that uses natural language processing, statistical modeling, and machine learning to analyze unstructured and semi-structured text across 364 language-encoding-script combinations, revealing valuable information and actionable data.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Address SimilarityROSETTE_TEXT_ANALYTICS_ADDRESS_SIMILARITYAcciónCompares two addresses and returns a similarity score. addresses can be provided as single strings or as structured objects. the tool is optimized for english, simplified chinese, and traditional chinese addresses.
ROSETTE_TEXT_ANALYTICS_ADDRESS_SIMILARITYAcciónCompares two addresses and returns a similarity score. addresses can be provided as single strings or as structured objects. the tool is optimized for english, simplified chinese, and traditional chinese addresses.
Parámetros de entrada
address1objectObligatorioRepresents a structured address.
address2objectObligatorioRepresents a structured address.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Identify LanguageROSETTE_TEXT_ANALYTICS_LANGUAGE_IDENTIFICATIONAcciónThis tool identifies the natural language of a given text. it takes a string of text as input and returns the detected language along with a confidence score. optional parameters include specifying a genre (e.g., "social-media"), providing a list of language codes to constrain the identification, and indicating whether to include user-defined languages.
ROSETTE_TEXT_ANALYTICS_LANGUAGE_IDENTIFICATIONAcciónThis tool identifies the natural language of a given text. it takes a string of text as input and returns the detected language along with a confidence score. optional parameters include specifying a genre (e.g., "social-media"), providing a list of language codes to constrain the identification, and indicating whether to include user-defined languages.
Parámetros de entrada
contentstringThe text to be analyzed.
contentUristringA URI pointing to the content to be analyzed. Mutually exclusive with content.
multilingualbooleanIf set to true, the endpoint detects regions in multilingual documents and returns a list of language regions in addition to whole-document results. Default is false.
koreanDialectsbooleanIf set to true, enables classification for North Korean (qkp) and South Korean (qkr) dialects. Default is false.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Compare Name SimilarityROSETTE_TEXT_ANALYTICS_NAME_SIMILARITYAcciónThe 'name similarity' tool compares two entity names (person, location, or organization) and returns a similarity score between 0 and 1 to indicate if the names are similar. it is useful for tasks such as record linkage, identity resolution, and data deduplication.
ROSETTE_TEXT_ANALYTICS_NAME_SIMILARITYAcciónThe 'name similarity' tool compares two entity names (person, location, or organization) and returns a similarity score between 0 and 1 to indicate if the names are similar. it is useful for tasks such as record linkage, identity resolution, and data deduplication.
Parámetros de entrada
name1objectObligatorioThe first name object to be compared.
name2objectObligatorioThe second name object to be compared.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not