https://github.com/sabaurgup/language_detector
With this program, you can find the frequencies of defined biagrams and trigrams in a text entered, and as a result, you can see whether the language of this text is German or English.
https://github.com/sabaurgup/language_detector
c computational-linguistics english-language filter frequencies german-language language-detection language-modeling
Last synced: 8 months ago
JSON representation
With this program, you can find the frequencies of defined biagrams and trigrams in a text entered, and as a result, you can see whether the language of this text is German or English.
- Host: GitHub
- URL: https://github.com/sabaurgup/language_detector
- Owner: SabaUrgup
- Created: 2020-12-28T11:59:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T19:42:22.000Z (over 4 years ago)
- Last Synced: 2025-04-10T20:56:46.507Z (about 1 year ago)
- Topics: c, computational-linguistics, english-language, filter, frequencies, german-language, language-detection, language-modeling
- Language: C
- Homepage:
- Size: 247 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[TR]
# Algoritma-Proje:
Dil Tahmin Projesi
Bu program ile girilen bir metnin içerisindeki tanımlı biagram ve trigramların frekanslarını bulabilir ve sonucunda bu metnin dilinin Almanca mı İngilizce mi olduğunu görebilirsiniz.
[EN]
# Algorithm-Project:
Language Prediction Project
With this program, you can find the frequencies of defined biagrams and trigrams in a text entered, and as a result, you can see whether the language of this text is German or English.