資料の 英語版 に戻る言語検出
言語検出
最終更新: 2024年7月29日
Watson 自然言語処理言語検出は、入力テキストの言語を識別します。
ブロック名 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