Top "Language-detection" questions

Language detection or language identification is the task of identifying the language(s) in a fragment of text.

Detecting programming language from a snippet

What would be the best way to detect what programming language is used in a snippet of code?

programming-languages language-detection
Detect language from string in PHP

In PHP, is there a way to detect the language of a string? Suppose the string is in UTF-8 format.

php language-detection
How to detect language of user entered text?

I am dealing with an application that is accepting user input in different languages (currently 3 languages fixed). The requirement is …

java nlp language-detection
Detect language of text

Is there any C# library which can detect the language of a particular piece of text? i.e. for an …

c# language-detection
Browser language detection

I need in my Angular2 app detect browser language. Based on this language I need to send request (to a …

angular typescript translate language-detection
How to detect the language of a string?

What's the best way to detect the language of a string?

c# language-detection
PHP: How do I detect if an input string is Arabic

Is there a way to detect the language of the data being entered via the input field?

php language-detection
Automatically selecting country and language for user in Java Servlet

I have to detect user country and language automatically in Java Servlet using request details (IP address, browser information etc.). …

jsp servlets localization language-detection
Error using langdetect in python: "No features in text"

Hey I have a csv with multilingual text. All I want is a column appended with a the language detected. …

python text-analysis language-detection
Python langdetect: choose between one language or the other only

I'm using langdetect to determine the language of a set of strings which I know are either in English or …

python nlp language-detection