Skip to content
/ network Public

Generates adjacency matrices from word lists in several languages and gives best guess for user-inputted text in an unknown language.

Notifications You must be signed in to change notification settings

a-cui/network

Repository files navigation

network

Generates adjacency matrices from word lists in several languages and gives best guess for user-inputted text in an unknown language. The files dutch.txt, english.txt, french.txt, german.txt, italian.txt, norwegian.txt, spanish.txt, are lists of words in each respective language pulled from the internet and modified to convert special characters to standard QWERTY (ie ñ -> n). LanguageGUI.java and Visual.java are the basis for the GUI; the program is run through LanguageDetector.java. world.png is an image used in the GUI.

About

Generates adjacency matrices from word lists in several languages and gives best guess for user-inputted text in an unknown language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages