0 / 0
Go back to the English version of the documentation
语言检测
Last updated: 2024年7月29日
语言检测

Watson Natural Language Processing Language Detection 可识别输入文本的语言。

块名称 lang-detect_izumo_multi_stock

受支持的语言

语言检测块能够检测以下语言:

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

功能

使用此块可检测输入文本的语言。

对其他块的依赖关系

代码样本

# 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())

代码示例的输出:

EN

父主题: Watson 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