Skip to content
 
 

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For technical details about language detection, I recommend this paper:

require 'language_detector'

# using generated model (built from scratch)
d = LanguageDetector.new
p d.detect('this text is in English')

# using textcat n-gram model
d = LanguageDetector.new('tc')
p d.detect('this text is in English')

About

Ruby language detection library using n-grams

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages