Translation not up to date
The translation of this page does not represent the latest version. For the latest updates, see the English version of the documentation.
Last updated: 06. 7. 2023
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