# Tisane

Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.

- **Category:** artificial intelligence
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 13
- **Triggers:** 0
- **Slug:** `TISANE`
- **Version:** 20260407_00

## Tools

### Analyze Text

**Slug:** `TISANE_ANALYZE_TEXT`

Tool to analyze input text for detailed NLU insights. Use after preparing text when you need to detect sentiment, entities, topics, and other linguistic features.

### Calculate Semantic Similarity

**Slug:** `TISANE_CALCULATE_SIMILARITY`

Tool to calculate semantic similarity between two text fragments. Use when you need a numeric similarity score (0-1) for two texts.

### Compare Entities

**Slug:** `TISANE_COMPARE_ENTITIES`

Tool to compare two compound named entities and identify differences. Currently only supports person entity type. Use when you need to determine if two person names refer to the same individual or identify specific differences.

### Detect Language

**Slug:** `TISANE_DETECT_LANGUAGE`

Tool to detect the language of the provided text. Use when you need to identify the language code.

### Extract Text

**Slug:** `TISANE_EXTRACT_TEXT`

Tool to extract raw text from markup content. Use when cleaning HTML, CSS, JS, or JSON to get pure decoded text. Use after confirming the input is UTF-8 text; this does not process binary content.

### Get Family Details

**Slug:** `TISANE_GET_FAMILY_DETAILS`

Tool to fetch metadata for a family from Tisane language models, including definition, description, hypernyms, and external references (Wikidata, WordNet). Use when you need detailed information about a specific family concept by its numeric identifier.

### Get Supported Languages

**Slug:** `TISANE_GET_SUPPORTED_LANGUAGES`

Tool to list all languages supported by the API. Use when needing to discover available languages for text analysis or processing. Call before submitting text to ensure support.

### List Feature Values

**Slug:** `TISANE_LIST_FEATURE_VALUES`

Tool to list feature values for a particular category such as entity types, subtypes, abuse types, and tags. Use when you need to discover valid values for a specific feature category before analysis or filtering.

### List Hypernyms

**Slug:** `TISANE_LIST_HYPERNYMS`

Tool to list all hypernyms related to a family. A hypernym is a parent concept (e.g., vehicle is a hypernym of truck). Use when you need to understand the conceptual hierarchy or broader categories for a given family ID.

### List Hyponyms

**Slug:** `TISANE_LIST_HYPONYMS`

Tool to list all hyponyms related to a family. A hyponym is a child concept (e.g., 'truck' is a hyponym of 'vehicle'). Use when you need to discover more specific concepts within a semantic family.

### List Inflections

**Slug:** `TISANE_LIST_INFLECTIONS`

Tool to retrieve inflected forms of a specified lexeme within a given language family. Use when you need to get all grammatical variants of a word.

### List Word Senses

**Slug:** `TISANE_LIST_WORD_SENSES`

Tool to fetch all senses (meanings) related to a word. Use when you need to explore word definitions, families, features, and lemma information for linguistic analysis.

### Transform Text

**Slug:** `TISANE_TRANSFORM_TEXT`

Tool to translate or paraphrase text. Use when you need to convert content between languages or paraphrase within the same language.
