Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malferrari48/classificatore-lingue
A Latin alphabet language classifier in python
https://github.com/malferrari48/classificatore-lingue
language letters python-script
Last synced: 23 days ago
JSON representation
A Latin alphabet language classifier in python
- Host: GitHub
- URL: https://github.com/malferrari48/classificatore-lingue
- Owner: Malferrari48
- Created: 2023-01-23T17:10:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T17:28:56.000Z (almost 2 years ago)
- Last Synced: 2024-02-29T22:28:02.804Z (10 months ago)
- Topics: language, letters, python-script
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classificatore-Lingue
This program ranks various Latin-alphabet languages based on the average frequency of each letter in words of that language (https://en.wikipedia.org/wiki/Letter_frequency).
I made this program in 2018 during the "Systems and networks" lessons at ITIS Enrico Fermi in Modena with Python 2.7.
I have suitably modified it so that it can also work on the most modern versions of Python.
The script doesn't parse special characters or accents, I wanted to keep it simple and it often gets it right anyway.