Wie kann man die Sprache eines Textstücks bestimmen?Python

Python-Programme
Anonymous
 Wie kann man die Sprache eines Textstücks bestimmen?

Post by Anonymous »

Ich möchte Folgendes bekommen: < /p>

Code: Select all

Input text: "ру́сский язы́к"
Output text: "Russian"

Input text: "中文"
Output text: "Chinese"

Input text: "にほんご"
Output text: "Japanese"

Input text: "العَرَبِيَّة"
Output text: "Arabic"
Wie kann ich es in Python machen?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post