Skip to content

Language detection by the character frequency of text.

Notifications You must be signed in to change notification settings

diyorbek/language-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

language-detector

The program detects the language of a given text by its character frequency. It works based on a 1-layer neural net.

Currently there are only 3 languages (English, German, Polish). But it can be extended simply by adding more language samples to the data folder.

Note: Only ASCII latin characters are supported!

Build

In order to build the app, run the build script:

# You might need to change the permisions first
chmod +x ./build

./build

About

Language detection by the character frequency of text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published