> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# babel-street

> Babel Street Text Analytics

**Server path:** `/babel-street` | **Type:** Application | **PCID required:** Yes

## Tools

| Tool                                                                                                                                    | Description                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [`babel_street_get_address_similarity_supported_languages`](#babel_street_get_address_similarity_supported_languages)                   | Supported languages                                                   |
| [`babel_street_get_categories_supported_languages`](#babel_street_get_categories_supported_languages)                                   | Supported languages                                                   |
| [`babel_street_get_entities_indoc_coref_server_supported_languages`](#babel_street_get_entities_indoc_coref_server_supported_languages) | Indoc coref supported languages                                       |
| [`babel_street_get_entities_info`](#babel_street_get_entities_info)                                                                     | Returns a list of entity types                                        |
| [`babel_street_get_entities_supported_languages`](#babel_street_get_entities_supported_languages)                                       | Supported languages                                                   |
| [`babel_street_get_events_info`](#babel_street_get_events_info)                                                                         | Returns event schemas.                                                |
| [`babel_street_get_events_supported_languages`](#babel_street_get_events_supported_languages)                                           | Supported languages                                                   |
| [`babel_street_get_info`](#babel_street_get_info)                                                                                       | Babel Street Analytics information                                    |
| [`babel_street_get_language_supported_languages`](#babel_street_get_language_supported_languages)                                       | Supported languages                                                   |
| [`babel_street_get_morphology_morphofeature_supported_languages`](#babel_street_get_morphology_morphofeature_supported_languages)       | Supported languages                                                   |
| [`babel_street_get_morphology_supported_languages`](#babel_street_get_morphology_supported_languages)                                   | Supported languages                                                   |
| [`babel_street_get_name_deduplication_supported_languages`](#babel_street_get_name_deduplication_supported_languages)                   | Supported languages                                                   |
| [`babel_street_get_name_similarity_supported_languages`](#babel_street_get_name_similarity_supported_languages)                         | Supported languages                                                   |
| [`babel_street_get_name_translation_supported_languages`](#babel_street_get_name_translation_supported_languages)                       | Supported languages                                                   |
| [`babel_street_get_record_similarity_supported_languages`](#babel_street_get_record_similarity_supported_languages)                     | Supported languages                                                   |
| [`babel_street_get_relationships_supported_languages`](#babel_street_get_relationships_supported_languages)                             | Supported languages                                                   |
| [`babel_street_get_semantics_similar_supported_languages`](#babel_street_get_semantics_similar_supported_languages)                     | Supported languages                                                   |
| [`babel_street_get_semantics_vector_supported_languages`](#babel_street_get_semantics_vector_supported_languages)                       | Supported languages                                                   |
| [`babel_street_get_sentences_supported_languages`](#babel_street_get_sentences_supported_languages)                                     | Supported languages                                                   |
| [`babel_street_get_sentiment_supported_languages`](#babel_street_get_sentiment_supported_languages)                                     | Supported languages                                                   |
| [`babel_street_get_syntax_dependencies_supported_languages`](#babel_street_get_syntax_dependencies_supported_languages)                 | Supported languages                                                   |
| [`babel_street_get_tokens_supported_languages`](#babel_street_get_tokens_supported_languages)                                           | Supported languages                                                   |
| [`babel_street_get_topics_supported_languages`](#babel_street_get_topics_supported_languages)                                           | Supported languages                                                   |
| [`babel_street_get_transliteration_supported_languages`](#babel_street_get_transliteration_supported_languages)                         | Supported languages                                                   |
| [`babel_street_post_address_similarity`](#babel_street_post_address_similarity)                                                         | Match addresses from input                                            |
| [`babel_street_post_categories`](#babel_street_post_categories)                                                                         | Identify contextual categories in the input.                          |
| [`babel_street_post_entities`](#babel_street_post_entities)                                                                             | Extracts entities from a document and links them to a knowledge base. |
| [`babel_street_post_entities_configuration_gazetteer_add`](#babel_street_post_entities_configuration_gazetteer_add)                     | Add gazetteer entries for entity extraction                           |
| [`babel_street_post_events`](#babel_street_post_events)                                                                                 | Extracts events from a document.                                      |
| [`babel_street_post_language`](#babel_street_post_language)                                                                             | Identifies the language(s) in a document                              |
| [`babel_street_post_morphology_morphofeature`](#babel_street_post_morphology_morphofeature)                                             | Runs morphological analysis on input                                  |
| [`babel_street_post_name_deduplication`](#babel_street_post_name_deduplication)                                                         | Deduplicates names from input                                         |
| [`babel_street_post_name_similarity`](#babel_street_post_name_similarity)                                                               | Match names from input                                                |
| [`babel_street_post_name_translation`](#babel_street_post_name_translation)                                                             | Translate names from input                                            |
| [`babel_street_post_record_similarity`](#babel_street_post_record_similarity)                                                           | Match pairs of records                                                |
| [`babel_street_post_relationships`](#babel_street_post_relationships)                                                                   | Extract relationships from input                                      |
| [`babel_street_post_semantics_similar`](#babel_street_post_semantics_similar)                                                           | Finds terms similar to the input                                      |
| [`babel_street_post_semantics_vector`](#babel_street_post_semantics_vector)                                                             | Create embeddings from input                                          |
| [`babel_street_post_sentences`](#babel_street_post_sentences)                                                                           | Determine sentences                                                   |
| [`babel_street_post_sentiment`](#babel_street_post_sentiment)                                                                           | Analyze sentiment of input                                            |
| [`babel_street_post_syntax_dependencies`](#babel_street_post_syntax_dependencies)                                                       | Create dependency data from input                                     |
| [`babel_street_post_tokens`](#babel_street_post_tokens)                                                                                 | Tokenize input                                                        |
| [`babel_street_post_topics`](#babel_street_post_topics)                                                                                 | Extract topics from input                                             |
| [`babel_street_post_transliteration`](#babel_street_post_transliteration)                                                               | Runs transliteration on input                                         |

***

## babel\_street\_get\_address\_similarity\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_categories\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_entities\_indoc\_coref\_server\_supported\_languages

Indoc coref supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_entities\_info

Returns a list of entity types

**Parameters:**

| Parameter                          | Type    | Required | Default | Description                                                                                                      |
| ---------------------------------- | ------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------- |
| `profileId`                        | string  | No       | —       | The id of the custom profile you are querying. This parameter is optional and for on-premise installations only. |
| `perSubsourceSupportedEntityTypes` | boolean | No       | —       | When set to true returns the entity types by subsource in addition to by processor.                              |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "profileId": {
        "type": "string",
        "description": "The id of the custom profile you are querying. This parameter is optional and for on-premise installations only."
      },
      "perSubsourceSupportedEntityTypes": {
        "type": "boolean",
        "description": "When set to true returns the entity types by subsource in addition to by processor."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_entities\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_events\_info

Returns event schemas.

**Parameters:**

| Parameter     | Type   | Required | Default | Description                                                    |
| ------------- | ------ | -------- | ------- | -------------------------------------------------------------- |
| `workspaceId` | string | No       | —       | The workspace id for a specific model installed on the server. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "workspaceId": {
        "type": "string",
        "description": "The workspace id for a specific model installed on the server."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_events\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_info

Babel Street Analytics information

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_language\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_morphology\_morphofeature\_supported\_languages

Supported languages

**Parameters:**

| Parameter       | Type   | Required | Default | Description    |
| --------------- | ------ | -------- | ------- | -------------- |
| `morphoFeature` | string | Yes      | —       | Morpho Feature |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "morphoFeature": {
        "type": "string",
        "description": "Morpho Feature",
        "enum": [
          "complete",
          "lemmas",
          "parts-of-speech",
          "compound-components",
          "han-readings"
        ]
      }
    },
    "required": [
      "PCID",
      "morphoFeature"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_morphology\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_name\_deduplication\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_name\_similarity\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_name\_translation\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_record\_similarity\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_relationships\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_semantics\_similar\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_semantics\_vector\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_sentences\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_sentiment\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_syntax\_dependencies\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_tokens\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_topics\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_get\_transliteration\_supported\_languages

Supported languages

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_address\_similarity

Match addresses from input

**Parameters:**

| Parameter  | Type   | Required | Default | Description        |
| ---------- | ------ | -------- | ------- | ------------------ |
| `address1` | object | No       | —       | The address1 value |
| `address2` | object | No       | —       | The address2 value |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "address1": {
        "description": "The address1 value"
      },
      "address2": {
        "description": "The address2 value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_categories

Identify contextual categories in the input.

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |
| `options`    | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_entities

Extracts entities from a document and links them to a knowledge base.

**Parameters:**

| Parameter    | Type   | Required | Default | Description                                                                                  |
| ------------ | ------ | -------- | ------- | -------------------------------------------------------------------------------------------- |
| `output`     | string | No       | —       | When set to Rosette, output is ADM format. Required to see entity mentions from indoc coref. |
| `content`    | string | No       | —       | Raw text content to analyze                                                                  |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze                                                       |
| `language`   | string | No       | —       | 3 letter code of language.                                                                   |
| `options`    | object | No       | —       | The options value                                                                            |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "output": {
        "type": "string",
        "description": "When set to Rosette, output is ADM format. Required to see entity mentions from indoc coref."
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_entities\_configuration\_gazetteer\_add

Add gazetteer entries for entity extraction

**Parameters:**

| Parameter       | Type   | Required | Default | Description                |
| --------------- | ------ | -------- | ------- | -------------------------- |
| `configuration` | object | No       | —       | The configuration value    |
| `language`      | string | No       | —       | 3 letter code of language. |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "configuration": {
        "description": "The configuration value"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_events

Extracts events from a document.

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |
| `options`    | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_language

Identifies the language(s) in a document

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |
| `options`    | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_morphology\_morphofeature

Runs morphological analysis on input

**Parameters:**

| Parameter       | Type   | Required | Default | Description                            |
| --------------- | ------ | -------- | ------- | -------------------------------------- |
| `morphoFeature` | string | Yes      | —       | Type of data to return                 |
| `content`       | string | No       | —       | Raw text content to analyze            |
| `contentUri`    | string | No       | —       | URI pointing to the content to analyze |
| `language`      | string | No       | —       | 3 letter code of language.             |
| `options`       | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "morphoFeature": {
        "type": "string",
        "description": "Type of data to return",
        "enum": [
          "complete",
          "lemmas",
          "parts-of-speech",
          "compound-components",
          "han-readings"
        ]
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID",
      "morphoFeature"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_name\_deduplication

Deduplicates names from input

**Parameters:**

| Parameter   | Type      | Required | Default | Description                  |
| ----------- | --------- | -------- | ------- | ---------------------------- |
| `names`     | object\[] | No       | —       | List of names to deduplicate |
| `threshold` | number    | No       | —       | The threshold value          |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "names": {
        "type": "array",
        "items": {
          "type": "object",
          "properties": {
            "entityType": {
              "type": "string",
              "enum": [
                "PERSON",
                "LOCATION",
                "ORGANIZATION"
              ],
              "description": "the entity type of the object"
            },
            "language": {
              "type": "string",
              "description": "ISO 639-3 code for the name's language"
            },
            "script": {
              "type": "string",
              "description": "ISSO 15924 code for the name's script"
            },
            "text": {
              "type": "string",
              "description": "a name to be matched"
            }
          }
        },
        "description": "List of names to deduplicate"
      },
      "threshold": {
        "type": "number",
        "description": "The threshold value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_name\_similarity

Match names from input

**Parameters:**

| Parameter | Type   | Required | Default | Description     |
| --------- | ------ | -------- | ------- | --------------- |
| `name1`   | object | No       | —       | The name1 value |
| `name2`   | object | No       | —       | The name2 value |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "name1": {
        "type": "object",
        "description": "The name1 value",
        "properties": {
          "entityType": {
            "type": "string",
            "description": "the entity type of the object",
            "enum": [
              "PERSON",
              "LOCATION",
              "ORGANIZATION"
            ]
          },
          "language": {
            "type": "string",
            "description": "ISO 639-3 code for the name's language"
          },
          "script": {
            "type": "string",
            "description": "ISSO 15924 code for the name's script"
          },
          "text": {
            "type": "string",
            "description": "a name to be matched"
          },
          "gender": {
            "type": "string",
            "description": "explicit gender of the name",
            "enum": [
              "MALE",
              "FEMALE",
              "NONBINARY"
            ]
          }
        }
      },
      "name2": {
        "type": "object",
        "description": "The name2 value",
        "properties": {
          "entityType": {
            "type": "string",
            "description": "the entity type of the object",
            "enum": [
              "PERSON",
              "LOCATION",
              "ORGANIZATION"
            ]
          },
          "language": {
            "type": "string",
            "description": "ISO 639-3 code for the name's language"
          },
          "script": {
            "type": "string",
            "description": "ISSO 15924 code for the name's script"
          },
          "text": {
            "type": "string",
            "description": "a name to be matched"
          },
          "gender": {
            "type": "string",
            "description": "explicit gender of the name",
            "enum": [
              "MALE",
              "FEMALE",
              "NONBINARY"
            ]
          }
        }
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_name\_translation

Translate names from input

**Parameters:**

| Parameter                | Type   | Required | Default | Description                               |
| ------------------------ | ------ | -------- | ------- | ----------------------------------------- |
| `entityType`             | string | No       | —       | the entity type of the object             |
| `maximumResults`         | number | No       | —       | Maximum Results                           |
| `name`                   | string | No       | —       | The name to translate                     |
| `sourceLanguageOfOrigin` | string | No       | —       | ISO 639-3 code for the name's language    |
| `sourceLanguageOfUse`    | string | No       | —       | ISO 639-3 code for the name's language    |
| `sourceScript`           | string | No       | —       | ISSO 15924 code for the name's script     |
| `targetLanguage`         | string | No       | —       | ISO 639-3 code for the name's language    |
| `targetScheme`           | string | No       | —       | transliteration schme for the translation |
| `targetScript`           | string | No       | —       | ISSO 15924 code for the name's script     |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "entityType": {
        "type": "string",
        "description": "the entity type of the object",
        "enum": [
          "PERSON",
          "LOCATION",
          "ORGANIZATION"
        ]
      },
      "maximumResults": {
        "type": "number",
        "description": "Maximum Results"
      },
      "name": {
        "type": "string",
        "description": "The name to translate"
      },
      "sourceLanguageOfOrigin": {
        "type": "string",
        "description": "ISO 639-3 code for the name's language"
      },
      "sourceLanguageOfUse": {
        "type": "string",
        "description": "ISO 639-3 code for the name's language"
      },
      "sourceScript": {
        "type": "string",
        "description": "ISSO 15924 code for the name's script"
      },
      "targetLanguage": {
        "type": "string",
        "description": "ISO 639-3 code for the name's language"
      },
      "targetScheme": {
        "type": "string",
        "description": "transliteration schme for the translation"
      },
      "targetScript": {
        "type": "string",
        "description": "ISSO 15924 code for the name's script"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_record\_similarity

Match pairs of records

**Parameters:**

| Parameter    | Type   | Required | Default | Description          |
| ------------ | ------ | -------- | ------- | -------------------- |
| `fields`     | object | No       | —       | The fields value     |
| `properties` | object | No       | —       | The properties value |
| `records`    | object | No       | —       | The records value    |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "fields": {
        "type": "object",
        "description": "The fields value",
        "properties": {
          "fieldname": {
            "type": "object",
            "description": "The fieldname value"
          }
        }
      },
      "properties": {
        "type": "object",
        "description": "The properties value",
        "properties": {
          "threshold": {
            "type": "number",
            "description": "results must be greater than threshold to be returned"
          },
          "includeExplainInfo": {
            "type": "boolean",
            "description": "true returns the full details of how the records matched"
          }
        }
      },
      "records": {
        "type": "object",
        "description": "The records value",
        "properties": {
          "left": {
            "type": "array",
            "items": {
              "type": "array"
            },
            "description": "The left value"
          },
          "right": {
            "type": "array",
            "items": {
              "type": "array"
            },
            "description": "The right value"
          }
        }
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_relationships

Extract relationships from input

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_semantics\_similar

Finds terms similar to the input

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |
| `options`    | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_semantics\_vector

Create embeddings from input

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |
| `options`    | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_sentences

Determine sentences

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_sentiment

Analyze sentiment of input

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |
| `options`    | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_syntax\_dependencies

Create dependency data from input

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_tokens

Tokenize input

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |
| `options`    | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_topics

Extract topics from input

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |
| `options`    | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>

***

## babel\_street\_post\_transliteration

Runs transliteration on input

**Parameters:**

| Parameter    | Type   | Required | Default | Description                            |
| ------------ | ------ | -------- | ------- | -------------------------------------- |
| `content`    | string | No       | —       | Raw text content to analyze            |
| `contentUri` | string | No       | —       | URI pointing to the content to analyze |
| `language`   | string | No       | —       | 3 letter code of language.             |
| `options`    | object | No       | —       | The options value                      |

<Expandable title="inputSchema">
  ```json theme={null}
  {
    "type": "object",
    "properties": {
      "PCID": {
        "type": "string",
        "description": "Pink Connect ID for the authenticated connection"
      },
      "content": {
        "type": "string",
        "description": "Raw text content to analyze"
      },
      "contentUri": {
        "type": "string",
        "description": "URI pointing to the content to analyze"
      },
      "language": {
        "type": "string",
        "description": "3 letter code of language."
      },
      "options": {
        "description": "The options value"
      }
    },
    "required": [
      "PCID"
    ]
  }
  ```
</Expandable>
