Tisane API is a natural language processing tool that detects problematic content, extracts topics, and performs aspect-based sentiment analysis across 27 languages.
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.
Tool to calculate semantic similarity between two text fragments. use when you need a numeric similarity score (0-1) for two texts.
Tool to detect the language of the provided text. use when you need to identify the language code.
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.
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.
Tool to translate or paraphrase text. use when you need to convert content between languages or paraphrase within the same language.