Show HN: My Leeds Hack Day project, a language detection API
1–10 of 16 posts
Re: Show HN: My Leeds Hack Day project, a language detection API
#2Re: Show HN: My Leeds Hack Day project, a language detection API
#3Uhhh..what? http://imgur.com/LH2Hi.png
Re: Show HN: My Leeds Hack Day project, a language detection API
#4Uhhh..what? http://imgur.com/LH2Hi.png
Sorry, only supports English, German and French at the moment
How does this work? You claim it has "zero language knowledge," so how does it classify? Did it start out with nothing, and then train it on a corpus?
EDIT: nevermind, found your slides (http://polyglossy.com/presentation.pdf [pdf]) How big of a corpus did you use?
Re: Show HN: My Leeds Hack Day project, a language detection API
#5Earlier quoted context omitted.
Sorry, only supports English, German and French at the moment
"Je t'aime" is wrongly classified as English. (Although understandable, since it's short) How does this work? You claim it has "zero language knowledge," so how does it classify? Did it start out with nothing, and then train it on a corpus? EDIT: nevermind, found your slides ( http://polyglossy.com/presentation.pdf [pdf]) How big of a corpus did you use?
Re: Show HN: My Leeds Hack Day project, a language detection API
#6Earlier quoted context omitted.
"Je t'aime" is wrongly classified as English. (Although understandable, since it's short) How does this work? You claim it has "zero language knowledge," so how does it classify? Did it start out with nothing, and then train it on a corpus? EDIT: nevermind, found your slides ( http://polyglossy.com/presentation.pdf [pdf]) How big of a corpus did you use?
I've used around 40KB of text per language for training.
Re: Show HN: My Leeds Hack Day project, a language detection API
#7Earlier quoted context omitted.
I've used around 40KB of text per language for training.
wouldn't something like 2-gram bayes be more accurate & faster?
Re: Show HN: My Leeds Hack Day project, a language detection API
#8Earlier quoted context omitted.
wouldn't something like 2-gram bayes be more accurate & faster?
I don't know. I haven't really done NLP before. My guess is that it would be slower, but not by a significant amount. It might be more accurate, so I could give it a shot.
Re: Show HN: My Leeds Hack Day project, a language detection API
#9Re: Show HN: My Leeds Hack Day project, a language detection API
#10Earlier quoted context omitted.
I don't know. I haven't really done NLP before. My guess is that it would be slower, but not by a significant amount. It might be more accurate, so I could give it a shot.
Any chance of posting the source?