PHP Classes

File: src/voku/helper/stopwords/tr.php

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Stop Words List   src/voku/helper/stopwords/tr.php   Download  
File: src/voku/helper/stopwords/tr.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Stop Words List
Get stop words for many different languages
Author: By
Last change: [!]: "php": ">=7.0"
Date: 6 years ago
Size: 719 bytes
 

Contents

Class file image Download
<?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;