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 lip 2023
Język Watson Natural Language Processing Language Detection określa język tekstu wejściowego.
Nazwa bloku lang-detect_izumo_multi_stock
Obsługiwane języki
Blok detekcji języka jest w stanie wykryć następujące języki:
af, ar, bs, ca, cs, da, de, el, en, es, fi, fr, he, hi, hr, it, ja, ko, nb, nl, nn, pl, pt, ro, ru, sk, sr, sv, tr, zh_cn, zh_tw
Możliwości
Ten blok służy do wykrywania języka tekstu wejściowego.
Zależności na innych blokach
Brak
Przykład kodu
# 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())
Dane wyjściowe przykładu kodu:
EN
Temat nadrzędny: Watson Katalog zadań przetwarzania języka naturalnego