Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-27T19:42:22.000Z (almost 3 years ago)
- Last Synced: 2023-11-04T15:27:36.880Z (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 ProjesiBu 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 ProjectWith 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.