PHP Classes

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

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Stop Words List   src/voku/helper/stopwords/bg.php   Download  
File: src/voku/helper/stopwords/bg.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: 4,312 bytes
 

Contents

Class file image Download
<?php

// bulgarian

static $data = [
   
'?',
   
'??????????',
   
'??',
   
'???',
   
'???',
   
'??',
   
'???',
   
'????',
   
'??',
   
'????',
   
'?????',
   
'?????',
   
'???',
   
'????',
   
'????',
   
'????',
   
'?????????',
   
'?????',
   
'?????',
   
'????',
   
'????',
   
'?',
   
'???',
   
'???',
   
'????',
   
'????????',
   
'????',
   
'?????',
   
'??',
   
'???',
   
'??????',
   
'???????',
   
'?????',
   
'???',
   
'?????',
   
'??????',
   
'??????',
   
'?????',
   
'???',
   
'???????',
   
'?????',
   
'?',
   
'??',
   
'??????',
   
'??????',
   
'??????',
   
'????',
   
'??',
   
'??????',
   
'??????',
   
'???????',
   
'?',
   
'??',
   
'????',
   
'???',
   
'?????',
   
'???????',
   
'???',
   
'?????',
   
'???',
   
'????',
   
'???',
   
'??',
   
'?????',
   
'?????',
   
'?????',
   
'?????',
   
'??????',
   
'??????',
   
'????',
   
'??????',
   
'?????',
   
'????',
   
'?????',
   
'?????',
   
'?',
   
'?????',
   
'????',
   
'????',
   
'????',
   
'???????',
   
'???????',
   
'???????',
   
'????',
   
'????',
   
'???',
   
'?????',
   
'??',
   
'???????',
   
'???',
   
'??????',
   
'??????',
   
'??????',
   
'??????',
   
'??????',
   
'????',
   
'??????',
   
'?',
   
'??',
   
'???',
   
'??',
   
'???',
   
'????',
   
'????',
   
'?',
   
'????',
   
'???',
   
'?????',
   
'?????',
   
'?????',
   
'?????',
   
'????',
   
'????',
   
'??????',
   
'?????',
   
'?????',
   
'???',
   
'?????',
   
'?????',
   
'?????',
   
'????',
   
'??????',
   
'???',
   
'?????',
   
'?????',
   
'??',
   
'???',
   
'?',
   
'???',
   
'?????',
   
'??',
   
'?????',
   
'???',
   
'???',
   
'?????',
   
'??',
   
'?????',
   
'???????',
   
'????',
   
'?????',
   
'????',
   
'?????',
   
'????',
   
'???????',
   
'??',
   
'?',
   
'??',
   
'???',
   
'?????',
   
'???',
   
'???????',
   
'??????',
   
'????????',
   
'???',
   
'??',
   
'????',
   
'????',
   
'???',
   
'??',
   
'???',
   
'?????',
   
'????',
   
'????',
   
'??',
   
'???',
   
'????',
   
'????',
   
'??????',
   
'?????',
   
'?????',
   
'???????',
   
'????',
   
'?????',
   
'?????',
   
'?????',
   
'???????',
   
'??',
   
'??????',
   
'??????',
   
'???',
   
'???',
   
'??',
   
'??????',
   
'????????',
   
'???',
   
'????',
   
'??????',
   
'?????',
   
'?????',
   
'?????',
   
'????',
   
'?????',
   
'????',
   
'???',
   
'???',
   
'???????',
   
'?????',
   
'?????',
   
'????',
   
'?????',
   
'?????',
   
'?',
   
'??',
   
'???',
   
'????',
   
'??',
   
'????',
   
'??',
   
'???',
   
'?????',
   
'????',
   
'???????',
   
'???',
   
'????',
   
'??????',
   
'????',
   
'?????',
   
'???',
   
'???',
   
'???',
   
'????',
   
'?',
   
'????',
   
'????',
   
'??????',
   
'?????',
   
'???',
   
'????',
   
'??',
   
'????',
   
'??',
   
'?.?.',
   
'??',
   
'????',
   
'??????',
   
'????',
   
'???',
   
'???????',
   
'?????',
   
'???',
   
'??????',
   
'???',
   
'???',
   
'??',
   
'???',
   
'?',
   
'????',
   
'???????',
   
'??????',
   
'?',
   
'????',
   
'??',
   
'?????',
   
'????',
   
'??',
   
'???',
   
'?????',
   
'?',
   
'??',
];

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