The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
78 views

PHP get current client OS language

I wanted to know, is there any way from PHP/javascript to get current client OS language. I tried to use $_SERVER["HTTP_ACCEPT_LANGUAGE"] but sometimes it get the wrong language. For example in Google ...
0
votes
0answers
81 views

android auto-language detection

I tried this library, suggested in one of the posts on stack overflow, I've added the lib's jar to my build-path, but I'm not able to initialize DetectorFactory class with the languages' profiles. ...
0
votes
2answers
80 views

How to detect if a text is in a given language?

I have a kind of Q&A site (very approximately) where users enter questions to be answered by our Staff. I am quite concerned about users posting non-questions, which are an annoyance. The best I ...
0
votes
1answer
126 views

Installing CLD libary on windows and bind to Python

I have a need to make use of Chromium's Compact Language Detector library within a Python script. AFAIK, there are two projects that leverage this library, but I have been having troubles with ...
0
votes
0answers
51 views

google indexes file listing in root directory when doing a htaccess redirection

i use a .htaccess file to redirect the user depending on his navigator language : RewriteEngine on RewriteCond %{HTTP:Accept-Language} ^fr [NC] RewriteRule ^$ /fr/ [L,R=301] RewriteCond ...
0
votes
2answers
274 views

Automatically language detect and redirect in the client side in JS with Akamai

I have a site that is translated in 18 languages (with 18 translated domains). It also has dynamic content based on language, i.e. different products some of which are only available in specific ...
0
votes
1answer
116 views

How to crawl English site and avoid crawling other languages?

Hi I need to crawl only sites that their language is English. I know nutch can detect the langauge of sites by plugins like language detector But I need to prevent nutch from crawling the none English ...
2
votes
2answers
490 views

Java language detection with langdetect - how to load profiles?

I'm trying to use a Java library called langdetect hosted here. It couldn't be easier to use: Detector detector; String langDetected = ""; try { String path = ...
3
votes
8answers
371 views

python website language detection

i am writing a Bot that can just check thousands of website either they are in English or not. i am using Scrapy (python 2.7 framework) for crawling each website first page , can some one suggest me ...
0
votes
0answers
45 views

Test the language of input data [duplicate]

Possible Duplicate: Detect language from string in PHP I want to do a test on the language of input data. For example: if the user sends data in one other language (Chinese, Japanese, ...
1
vote
1answer
274 views

Fast Java library for language detection of Tweets?

According to this bug, Twitter's search API has been broken with regard to Language for at least 2 years: http://bit.ly/GQ244g so it seems unlikely they're going to fix it. I've looked at the ...
3
votes
1answer
222 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 ----- ...
1
vote
1answer
229 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 ...
2
votes
1answer
766 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 = ...
7
votes
6answers
512 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 ...
1
vote
0answers
119 views

How does Microsoft Language Detection compare to LingPipe? [closed]

How does Microsoft Language Detection ( MSDN reference ) compare to LingPipe ( Language ID ) and other widely used tools for language identification?
3
votes
2answers
448 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 ...
0
votes
2answers
761 views

How to detect Russian for localizing app in Android

I have an app that needs to support Engligh, Spanish, and Russian. To detect this, I use this method: UserLanguage = setLanguage(Locale.getDefault().getDisplayLanguage()); UserLanguage is "en" if ...
2
votes
2answers
309 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?
0
votes
4answers
1k 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 ...
90
votes
8answers
4k 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 ...
3
votes
1answer
676 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, ...
5
votes
2answers
3k 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 ...
6
votes
6answers
1k 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 ...
1
vote
3answers
982 views

Language detection for very short text [closed]

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 ...
4
votes
4answers
1k 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 ...
4
votes
1answer
2k 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?
1
vote
2answers
512 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 ...
11
votes
4answers
3k 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?
0
votes
2answers
577 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: ...
1
vote
1answer
1k 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 ...
1
vote
3answers
609 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 ...
11
votes
5answers
930 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 ...
11
votes
3answers
2k 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: ...
1
vote
2answers
674 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 ...
6
votes
9answers
7k 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 ...
11
votes
11answers
14k views

Detect language from string in PHP

In PHP, is there a way to detect if a string is in English or not? Suppose the string is in UTF-8 format.
5
votes
2answers
805 views

How can I detect Russian spam posts with Perl?

I have an English language forum site written in perl that is continually bombarded with spam in Russian. Is there a way using Perl and regex to detect Russian text so I can block it?
11
votes
6answers
6k 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
5
votes
6answers
3k 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 ...
1
vote
4answers
1k 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
357 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?
4
votes
5answers
446 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 ...