Skip to content

Proof-of-concept of using PHP-ML to classify the language strings are written in

Notifications You must be signed in to change notification settings

inquam/php-ml-language-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Classification using PHP-ML

Proof-of-concept of using PHP-ML to classify the language strings are written in made as a small project for "Applied Machine Learning"

Article about the small project: https://www.linkedin.com/pulse/language-classification-using-machine-learning-php-daniel-liljeberg

Example

./languageClassification.php "Hello everyone" "Hur mycket är klockan?" "Wie viel kostet dieser Computer?" "El toro" "min computer starter ikke, og det gør mig skør"

Note that the script does not use all available languages. That is overwritten further down the script to speed training up.

About

Proof-of-concept of using PHP-ML to classify the language strings are written in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages