The language-detection tag has no wiki summary.
80
votes
8answers
3k views
What differences, if any, between C++03 and C++0x can be detected at run-time?
It is possible to write a function, which, when compiled with a C compiler will return 0, and when compiled with a C++ compiler, will return 1 (the trivial sulution with
#ifdef __cplusplus is not ...
10
votes
3answers
805 views
How to detect language of text?
I have a form which lets users input text snippets. So how can figure out the language of the entered text?
Specifically these languages for now:
Arabic: هذه هي بعض النصوص العربية
Chinese: ...
10
votes
6answers
3k views
Return the language of a given string
What's the best way to return the language of a given string? Using encoding trick or something.
Thanks
9
votes
4answers
527 views
How to detect language
Are there any good, open source engines out there for detecting what language a text is in, perhaps with a probability metric? One that I can run locally and doesn't query Google or Bing? I'd like to ...
7
votes
5answers
242 views
Language detection with data in PostgreSQL
I have a table in PostgreSQL where a column is a text. I need a library or tool that can identify the language of each text for a test purpose.
There is no need for a PostgreSQL code because I'm ...
7
votes
4answers
1k views
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?
6
votes
8answers
3k views
Detect language of text
Is there any C# library which can detect the language of a particular piece of text? i.e. for an input text "This is a sentence", it should detect the language as "English". Or for "Esto es una ...
5
votes
5answers
288 views
How to detect the language of a given text
In my Rails 3 application, users may write messages in forum. I would like to identify what the language is for a given message. I'm interested in English, Russian, and Hebrew languages. Is there any ...
4
votes
1answer
390 views
Recognizing text as Simplified vs. Traditional Chinese
Given a block of text that's known to be Chinese and encoded in UTF-8, is there a way to determine if it's Simplified or Traditional?
4
votes
6answers
2k views
Testing for Japanese/Chinese Characters in a string
I have a program that reads a bunch of text and analyzes it. The text may be in any language, but I need to test for japanese and chinese specifically to analyze them a different way.
I have read ...
3
votes
1answer
222 views
Adding language profile to Apache Tika
Could please anybody who managed to do that explain how to do that :-)
Do I need to get n-gram files for the language I need to add ?
Is it a matter of creating tika.language.override.properties, ...
3
votes
2answers
449 views
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.). Is it possible to detect these settings for the most of users ...
3
votes
4answers
360 views
Detecting whether or not text is English (in bulk)
I'm looking for a simple way to detect whether a short excerpt of text, a few sentences, is English or not. Seems to me that this problem is much easier than trying to detect an arbitrary language. Is ...
3
votes
5answers
349 views
(human) Language of a document
Is there a way (a program, a library) to approximately know which language a document is written in?
I have a bunch of text documents (~500K) in mixed languages to import in a i18n enabled CMS ...
2
votes
0answers
33 views
Solr language detection update processor for denormalized mixed-language documents
I have a database of things, with each thing being able to have several names in different languages. This is currently normalized to a thing has-many names schema:
things
------
id
...
names
-----
...
2
votes
1answer
77 views
how can I detect farsi web pages by tika?
I need a sample code to help me detect farsi language web pages by apache tika toolkit.
LanguageIdentifier identifier = new LanguageIdentifier("فارسی");
String language = ...
1
vote
1answer
121 views
language detection
I am using tesseract for OCR, mainly on invoices. However, tesseract requires to specify the language before it starts processing a file.
I thought I am going to perform ocr based on a predefined ...
1
vote
2answers
96 views
Detecting the current tab language using Chrome extension?
Is there a way to use chrome API to detect the language of the current content in the current tab?
1
vote
2answers
353 views
Language detection for very short text
I'm creating an application for detecting the language of short texts, with an average of < 100 characters and contains slang (e.g tweets, user queries, sms).
All the libraries I tested work well ...
1
vote
2answers
273 views
Google Language detection api replying error code 406
I am trying to use Google language detection API, Right now I am using the sample available on Google documentation as follows:
public static String googleLangDetection(String str) throws ...
1
vote
4answers
767 views
Detect web user's language, e.g. in JavaScript?
I'm thinking of doing multiple language versions of my website (e.g. English and German). I'd like to offer a reasonable default based on the user's language.
What's the easiest and least obstrusive ...
1
vote
2answers
260 views
How to detect the language of a document - in PHP?
The basics have already been answered here. But is there a pre-built PHP lib doing the same as Lingua::Identify from CPAN?
0
votes
0answers
34 views
using java jLangDetect for language detection
I want detect Farsi web pages. actually I want to compare different tools for language detection, I have used Tika and by default it didn't detect Farsi but then from a large Corpus I created ngram ...
0
votes
1answer
26 views
how to create language profile in tika for adding other language identification to it?
at first, I tried to detect Farsi language by tika:
how can I detect farsi web pages by tika?
but I understood that tika does not support farsi language and I must create language profile in tika to ...
0
votes
0answers
24 views
MS's Bing LangDetectArray Api limits, what are they?
According to this topic I can send MS up to 50 requests/second, with a limit of 5000 characters each. However, even if I'm well under these limits, I keep getting the API key limit/IP address limit ...
0
votes
2answers
131 views
What is the best language detect library or web api available? [even paid]
First of all, i have lot of text available. Let's say, i have 10000 characters for each try.
The script is php based, but i can use whatever i want. C++, java, no problem.
The google language api ...
0
votes
2answers
343 views
Language identification (Opera, Safari, Chrome) in PHP
I'm using $_SERVER["HTTP_ACCEPT_LANGUAGE"]to detect the browser language, which works fine for Firefox and IE:
Firefox:
de,en-us;q=0.9,en;q=0.7,ru;q=0.6,ro;q=0.4,hu;q=0.3,zh;q=0.1
Internet Explorer:
...
0
votes
1answer
542 views
Language recognition and automatic textbox direction switch
Say I have a textbox in HTML using the following code:
<input type="text" name="text" id="text" />
And my site is intended to be for right-to-left as well as left-to-right languages. That ...
0
votes
2answers
281 views
How can I detect a user's input language using Ruby without using an online service?
I'm looking for a library or technique to detect the input language of blocks of text provided by users. Online lookups (like Google translate) won't work for this task as I'm writing an app which ...
0
votes
2answers
446 views
Detect CJK characters in PHP
I've got an input box that allows UTF8 characters -- can I detect whether the characters are in Chinese, Japanese, or Korean programmatically (part of some Unicode range, perhaps)? I would change ...