0 / 0
Go back to the English version of the documentation
Wykrywanie języka
Last updated: 06 lip 2023
Wykrywanie języka

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

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