NAiOS IconNAiOS Logo
Volver al catálogo

Rosette Text Analytics

rosette_text_analytics

Rosette 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
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Compares 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

  • address1objectObligatorio

    Represents a structured address.

  • address2objectObligatorio

    Represents a structured address.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Identify LanguageROSETTE_TEXT_ANALYTICS_LANGUAGE_IDENTIFICATIONAcción

This 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

  • contentstring

    The text to be analyzed.

  • contentUristring

    A URI pointing to the content to be analyzed. Mutually exclusive with content.

  • multilingualboolean

    If 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.

  • koreanDialectsboolean

    If set to true, enables classification for North Korean (qkp) and South Korean (qkr) dialects. Default is false.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Compare Name SimilarityROSETTE_TEXT_ANALYTICS_NAME_SIMILARITYAcción

The '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

  • name1objectObligatorio

    The first name object to be compared.

  • name2objectObligatorio

    The second name object to be compared.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not