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
- Host: GitHub
- URL: https://github.com/arjo129/langcluster
- Owner: arjo129
- Created: 2019-04-26T11:52:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T05:41:30.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T07:22:16.037Z (about 1 year ago)
- Topics: artificial-intelligence, azure-functions, clustering, d3-visualization, linguistic-analysis, linguistics
- Language: Python
- Homepage: https://arjo129.github.io/LangCluster/
- Size: 363 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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/).