aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/voku/stop-words/src/voku/helper/stopwords/tr.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/voku/stop-words/src/voku/helper/stopwords/tr.php')
-rw-r--r--vendor/voku/stop-words/src/voku/helper/stopwords/tr.php63
1 files changed, 63 insertions, 0 deletions
diff --git a/vendor/voku/stop-words/src/voku/helper/stopwords/tr.php b/vendor/voku/stop-words/src/voku/helper/stopwords/tr.php
new file mode 100644
index 000000000..e0c9d3750
--- /dev/null
+++ b/vendor/voku/stop-words/src/voku/helper/stopwords/tr.php
@@ -0,0 +1,63 @@
+<?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;