Skip to content

Instantly share code, notes, and snippets.

View Septillioner's full-sized avatar
😵
:S

Ege Ismail Septillioner

😵
:S
View GitHub Profile
@Septillioner
Septillioner / app_.gitignore
Created August 7, 2019 21:16
Encrypt photos and share encryptly
/build
@Septillioner
Septillioner / kusdili.py
Last active July 24, 2019 15:19
Kuş dili fena çözülüyor
#!/usr/bin/python3
#-*- coding:utf-8 -*-
import string
import re
#Code begin
#Spellword Author : https://github.com/brolin59/PYTHON-TURKCE-DOGAL-DIL-ISLEME-TURKISH-NLP
clean_quiet = re.compile('[^aâeêıîioôöuûü]')
lower_vowel = 'aâeêıîioôöuûü'
lower_quiet = 'bcçdfgğhjklmnprsştvyzqwx'
def to_lower(word):