Re: [PHP] Language detection with PHP

2007-03-29 Thread William Lovaton
Hi, Thanks to all of you who made suggestions. Stayman, I was aware of many of the things you said in your post but I wasn't aware of some details, thanks for being so specific. In my original post I was rather simplistic in explaining my approach of using spell checkers, it is in fact a little

Re: [PHP] Language detection with PHP

2007-03-28 Thread Tijnema !
On 3/28/07, Robin Vickery <[EMAIL PROTECTED]> wrote: On 28/03/07, Satyam <[EMAIL PROTECTED]> wrote: > > if you find accented letters, it is a sure sign that it is not English That's a rather naïve approach. Written accents in English may be rather passé, but they do exist. -robin What about n

Re: [PHP] Language detection with PHP

2007-03-28 Thread Robin Vickery
On 28/03/07, Satyam <[EMAIL PROTECTED]> wrote: if you find accented letters, it is a sure sign that it is not English That's a rather naïve approach. Written accents in English may be rather passé, but they do exist. -robin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP] Language detection with PHP

2007-03-27 Thread Satyam
- Original Message - From: "Zoltán Németh" <[EMAIL PROTECTED]> In formal english, it's not allowed to use 've 'm etc, I'm should be written as I am. So that's not gonna work i think. But words like and are really english i think :) Keep in mind that this is quite a hard way i think, bu

Re: [PHP] Language detection with PHP

2007-03-27 Thread Zoltán Németh
2007. 03. 27, kedd keltezéssel 22.57-kor Tijnema ! ezt írta: > On 3/27/07, Zoltán Németh <[EMAIL PROTECTED]> wrote: > > 2007. 03. 27, kedd keltezéssel 15.06-kor William Lovaton ezt írta: > > > Hi there, > > > > > > I am trying to implement language detection with PHP for a web site I am > > > tryin

Re: [PHP] Language detection with PHP

2007-03-27 Thread Tijnema !
On 3/27/07, Zoltán Németh <[EMAIL PROTECTED]> wrote: 2007. 03. 27, kedd keltezéssel 15.06-kor William Lovaton ezt írta: > Hi there, > > I am trying to implement language detection with PHP for a web site I am > trying to build. The idea is to take a piece of text and try to guess > the language

Re: [PHP] Language detection with PHP

2007-03-27 Thread Davi
Em Terça 27 Março 2007 17:33, Zoltán Németh escreveu: > 2007. 03. 27, kedd keltezéssel 15.06-kor William Lovaton ezt írta: > > Hi there, > > > > I am trying to implement language detection with PHP for a web site I am > > trying to build. The idea is to take a piece of text and try to guess > > th

Re: [PHP] Language detection with PHP

2007-03-27 Thread Zoltán Németh
2007. 03. 27, kedd keltezéssel 15.06-kor William Lovaton ezt írta: > Hi there, > > I am trying to implement language detection with PHP for a web site I am > trying to build. The idea is to take a piece of text and try to guess > the language it is written in. > > I have two options but I'd like