FGRibreau / node-language-detect

🇫🇷 NodeJS language detection library using n-gram
http://blog.fgribreau.com/2011/07/week-end-project-nodejs-language.html
MIT License
397 stars 45 forks source link

Adding more n-gram, extending the list of available languages #22

Closed titoBouzout closed 9 years ago

titoBouzout commented 10 years ago

Hi there!

This has been really useful to me, for quality control. Is accurate and very important: fast.

I would like to ask for an update of the detected languages. Maybe adding some instructions? or scripts that parse text and extend the database?

Many thanks

RuslanZavacky commented 10 years ago

Hey,

maybe you can provide some data for language that you would like to add? If I have real data then I can test it more easily.

titoBouzout commented 10 years ago

Excelente! One file for each language, with one sentence per line will help?

RuslanZavacky commented 10 years ago

Yes, that might be good, but there should be a lot of sentences :)

titoBouzout commented 10 years ago

Talk to you soon! :)

titoBouzout commented 10 years ago

Feedback sent! Many thanks for your time

tommedema commented 9 years ago

Is Chinese (simplified) supported?

RuslanZavacky commented 9 years ago

https://github.com/wooorm/franc is a library which supports more languages, I suggest to have a look.