https://github.com/pudochu/turkish-spell-fixer
Javascript code that you can use to correct common abbreviations when messaging.
https://github.com/pudochu/turkish-spell-fixer
Last synced: 7 months ago
JSON representation
Javascript code that you can use to correct common abbreviations when messaging.
- Host: GitHub
- URL: https://github.com/pudochu/turkish-spell-fixer
- Owner: Pudochu
- Created: 2022-12-25T17:04:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T12:52:15.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T02:46:32.718Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# turkish-spell-fixer
**TR:**
Mesajlaşırken yaygın olarak kullanılan kısaltmaları düzeltmek için kullanabileceğiniz Javascript kodu.
**EN:**
Javascript code that you can use to correct common abbreviations when messaging.-------------------------------------------------------
**EXAMPLE ENGLISH SPELL LIST:**
```js
let spell_list = [
["helo", "hello"],
["bye", "good bye"],
["byebye", "good bye"],
["wht", "what"]
];
```-------------------------------------------------------
*Support: https://discord.gg/cortex*
*E-Mail: volkan@cortex.fun*