アムハラ語 から クメール語 への翻訳
AM KM
即時結果
利用可能な API
Amharic から Khmer への翻訳方法
1
テキストを入力
上の入力ボックスに Amharic テキストを入力または貼り付けてください。最大 10,000 文字まで入力できます。または文書ファイルをアップロードしてください。
2
翻訳をクリック
翻訳ボタンをクリックするか、ただ待つだけです。自動翻訳はタイピングを止めた後に始まります。AI はテキストを数ミリ秒で処理します。
3
翻訳をコピー
Khmer の翻訳が即座に表示されます。コピーボタンをクリックしてクリップボードにコピーするか、API を使って統合します。
一般的な Amharic フレーズ
すぐに翻訳するにはどんなフレーズでもクリックしてください。
インスタント翻訳
Amharic から Khmer への翻訳をミリ秒で取得します。
文書サポート
バッチ翻訳のためのWord、PDF、SRT字幕などをアップロードします。
APIアクセス
この翻訳ペアをREST APIでアプリケーションに統合する。
curl -X POST https://api.translateapi.ai/api/v1/translate/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text": "Hello", "source_language": "am", "target_language": "km"}'
Amharic から Khmer への翻訳について
TranslateAPIは、先進的な人工知能を駆使して、AmharicからKhmerへの迅速で正確な翻訳を提供します。
- テキスト翻訳 - 10,000文字までのテキストを即座に翻訳します
- 文書翻訳 - 翻訳のための Word、PDF、テキストファイルをアップロード
- API統合 - Amharic から Khmer への翻訳をアプリケーションに追加
- バッチ翻訳 - 単一の要求で複数のテキストを翻訳します
ユースケース:
- Amharic 文書を Khmer にビジネス向けに翻訳
- Amharic から Khmer へのウェブサイトとアプリケーションの現地化
- Amharic 字幕を Khmer に変換
- Khmer のスピーカーと通信
翻訳ペア
- ソース
- アムハラ語 (
am) - ターゲット
- クメール語 (
km)
よくある質問
These Southeast Asian abugida scripts write without spaces between words. Sentence boundaries use specific marks (Thai ฯ, Khmer ។, Burmese ။). Amharic to Khmer handles word-segmentation internally — you don't need to add spaces to the source.
Thai and Lao both have explicit tone marks above or below the base consonant. These are preserved on the output side and applied correctly: tone-marked syllables in the target reflect the target language's phonotactics, not a transliterated copy of the source.
Khmer subscript (coeng) consonants and Burmese subscript stacks are emitted with the correct Unicode combining sequences. Font rendering takes care of the visual stacking — your editor or browser needs a complete Khmer / Burmese font.
Thai has five-level register splits (royal, religious, formal, polite, vulgar) marked by entirely different verb stems and pronouns. The model defaults to polite formal register, which is right for business and consumer content. Royal language for monarchic context needs manual editing.
Default output uses Latin (Western) digits for compatibility with databases and modern UI. Native-script numerals (Thai ๐-๙, Lao ໐-໙, Khmer ០-៩, Burmese ၀-၉) are available as a post-process option.
Theravada-Buddhist vocabulary in Thai, Lao, Khmer, and Burmese (largely Pali-derived) preserves its conventional spelling in the target script. Quoted Pali verses stay verbatim when bracketed.
Each SE-Asia language has a classical register used for poetry and historical text. The model translates source classical text into modern paraphrase first then re-renders in the Khmer classical conventions if the output context calls for it.
The model uses a learned segmentation pass that recognizes inherent vowel patterns, tone marks, and known word forms to split tokens before translation. No manual chunking is required; just send the whole paragraph as one string.
Thai, Lao, Khmer, and Burmese personal names use given-name first followed by family-name (the reverse of CJK convention). The model preserves this order and uses the conventional transliteration when emitting to Latin-script targets.
Yes — output is UTF-8 with explicit zero-width-non-joiner (ZWNJ) only where the script requires it. For SMS or character-limited contexts, note that one SE-Asia character typically uses 2-3 UTF-8 bytes.
Output for Thai is central / Bangkok Thai; Burmese defaults to standard literary Burmese; Khmer to standard central; Lao to Vientiane. Regional dialects (northern Thai, Mon Burmese mixes, etc.) are not directly supported — translate to the standard first and localize.
These scripts pack 1.5-2x more meaning per character than Latin, so 5,000 source characters of Thai/Khmer/Burmese typically expand to 8,000-10,000 characters of English. Send paragraph-sized chunks (500-2,000 characters) for best discourse coherence.