0 / 0
Go back to the English version of the documentation
Detekce jazyka
Last updated: 06. 7. 2023
Detekce jazyka

Produkt Watson Natural Language Processing Language Detection určuje jazyk vstupního textu.

Název bloku lang-detect_izumo_multi_stock

Podporované jazyky

Blok Detekce jazyka je schopen detekovat následující jazyky:

af, ar, bs, ca, cs, da, de, el, en, en, es, it, ja, ko, nb, nl, nn, pl, pt, ro, ru, sk, sr, sv, str, zh_cn, zh_tw

Funkce

Tento blok použijte ke zjištění jazyka vstupního textu.

Závislosti na jiných blocích

Není

Ukázka kódu

# Load the language detection model
lang_detection_model = watson_nlp.load('lang-detect_izumo_multi_stock')

# Run it on input text
detected_lang = lang_detection_model.run('IBM announced new advances in quantum computing')

# Retrieve language ISO code
print(detected_lang.to_iso_format())

Výstup z ukázky kódu:

EN

Nadřízené téma: Katalog úlohWatson Natural Language Processing

Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more