Skip to content

A machine learning algorithm for use in identifying human language.

Notifications You must be signed in to change notification settings

isaacdozier/language-machine

Repository files navigation

Simple Machine Learning Algorithm

This algorithm could be used to build a list of word string combinations for a basic approach at language recognition.

Examples:

word -> apple

string combos -> [app, ap, le, ple, ... ]

word -> house

string combos -> [ho, se, ous, ... ]

data.txt file

The data.txt file is used to build a pattern of word behaviour. It's very simple, if a string combination is present in a word, it moves up the list.

Pretty basic machine learning ..

About

A machine learning algorithm for use in identifying human language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published