Skip to content

Data-Science-kosta/Language-detection-bigram-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

LANGUAGE DETECTION (Bigram model)

DESCRIPTION:

Program inputs a corpus of text documents written in different languages. It automatically detects the language of a new given text in the form of a paragraph, sentence, word, or a few letters. The bigram letter model is used with some basics of probability.

TEST:

To test examples, run the language_detection.py and input the number of example you want to test.

DATASET:

Dataset can be found in publicDataSet/public/set folder

About

Detection of language of a written text using bigram letter model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages