HOME


Mini Shell 1.0
DIR: /home/kerimkazan/dvf/magaza/lib/urlify/voku/stop-words/src/voku/helper/stopwords/
Upload File :
Current File : //home/kerimkazan/dvf/magaza/lib/urlify/voku/stop-words/src/voku/helper/stopwords/tr.php
<?php

// turkish

static $data = [
    'acaba',
    'ama',
    'aslında',
    'az',
    'bazı',
    'belki',
    'biri',
    'birkaç',
    'birşey',
    'biz',
    'bu',
    'çok',
    'çünkü',
    'da',
    'daha',
    'de',
    'defa',
    'diye',
    'eğer',
    'en',
    'gibi',
    'hem',
    'hep',
    'hepsi',
    'her',
    'hiç',
    'için',
    'ile',
    'ise',
    'kez',
    'ki',
    'kim',
    'mı',
    'mu',
    'mü',
    'nasıl',
    'ne',
    'neden',
    'nerde',
    'nerede',
    'nereye',
    'niçin',
    'niye',
    'o',
    'sanki',
    'şey',
    'siz',
    'şu',
    'tüm',
    've',
    'veya',
    'ya',
    'yani',
];

$result =& $data;
unset($data);
return $result;