Skip to content

A visuallization for cognates in various languages and how they spread

Notifications You must be signed in to change notification settings

arjo129/LangCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangCluster

LangCluster is a tool to automatically visuallize the similarities between various languages. Given a word, LangCluster will send a request to various translation backends (currently Microsoft and Google) and then compare the words by edit distance. Afterwards, LangCluster will perform clustering on the words and group words with common pronunciation together.

Adding languages

Languages can be added by updating language.json.

Try the system out live over here.