Live data from Hacker News

Show HN: My Leeds Hack Day project, a language detection API

polyglossy.com

1–10 of 16 posts

Re: Show HN: My Leeds Hack Day project, a language detection API

#4
post #3
post #2

Uhhh..what? http://imgur.com/LH2Hi.png

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

#5
post #4
post #3

Earlier 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?

I've used around 40KB of text per language for training.

Re: Show HN: My Leeds Hack Day project, a language detection API

#6
post #5
post #4

Earlier 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.

wouldn't something like 2-gram bayes be more accurate & faster?

Re: Show HN: My Leeds Hack Day project, a language detection API

#7
post #6
post #5

Earlier 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?

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

#8
post #7
post #6

Earlier 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.

Any chance of posting the source?

Re: Show HN: My Leeds Hack Day project, a language detection API

#10
post #8
post #7

Earlier 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?

Yeah, I'll probably push it to github later this week.
Post reply on HN