Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Detect Language:

I used a stopwords based approach.

  • First step is to “tokenize”.
  • NLTK gives us stopwords for several languages (here I used Arabic,French and English stopwords).
  • I compute language probability depending on which stopwords are used.
  • Finally, I chose the “key” with the biggest “value”.

About

Detects language of given text. Returns detected language codes and scores.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages