An open API service indexing awesome lists of open source software.

https://github.com/arjo129/langcluster

A visuallization for cognates in various languages and how they spread
https://github.com/arjo129/langcluster

artificial-intelligence azure-functions clustering d3-visualization linguistic-analysis linguistics

Last synced: about 1 year ago
JSON representation

A visuallization for cognates in various languages and how they spread

Awesome Lists containing this project

README

          

# 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](https://arjo129.github.io/LangCluster/static/).