View Project
- Language Identification: Detect language and script of input text (e.g., en-IN, hi-IN, Latin, Devanagari)
- Text Analytics: Perform deep analysis and answer specific questions about text content
- Text Translation: Translate between languages with speaker gender, mode, and script controls
- Smart Processing: Support for numerals format, spoken form, and custom processing options
- language-identification
- Identifies language and script of input text
- Inputs:
- `input` (string): Text to identify language and script
- text-analytics
- Performs comprehensive text analysis
- Inputs:
- `text` (string): Text to analyze
- `questions` (string[]): Array of questions to answer about the text
- translate-text
- Translates text between languages
- Inputs:
- `input` (string): Text to translate
- `source_language_code` (string): Source language code
- `target_language_code` (string): Target language code
- `speaker_gender` (string, optional): Speaker's gender
- `mode` (string, optional): Translation mode
- `model` (string, optional): Translation model
- `enable_processing` (boolean, optional): Enable additional processing
- `output_script` (string, optional): Target script
- `numerals_format` (string, optional): Format for numerals
- transliterate-text
- Converts text between different scripts
- Inputs:
- `input` (string): Text to transliterate
- `source_language_code` (string): Source language code
- `target_language_code` (string): Target language code
- `numerals_format` (string, optional): Format for numerals
- `spoken_form` (boolean, optional): Enable spoken form
- `spoken_form_numerals_language` (string, optional): Language for spoken numerals
Built with