PHP Classes

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

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

Contents

Class file image Download
<?php

// greek

static $data = [
   
'????',
   
'??',
   
'????',
   
'???',
   
'????',
   
'?????',
   
'????',
   
'????',
   
'?????',
   
'?????',
   
'??????',
   
'?????',
   
'??',
   
'??',
   
'??',
   
'?????',
   
'?????',
   
'??',
   
'???',
   
'??',
   
'??^',
   
'??',
   
'???',
   
'????',
   
'???',
   
'?\'',
   
'??',
   
'??',
   
'???',
   
'????',
   
'???',
   
'????',
   
'??',
   
'???',
   
'??\'',
   
'???',
   
'???',
   
'??',
   
'??',
   
'??',
   
'???',
   
'?????',
   
'???????',
   
'?????',
   
'?????',
   
'?????',
   
'??????',
   
'???????',
   
'??????',
   
'??????',
   
'???????',
   
'???????',
   
'????????',
   
'???????',
   
'???',
   
'??',
   
'???',
   
'??',
   
'????',
   
'????',
   
'???',
   
'???',
   
'??',
   
'????',
   
'????',
   
'?',
   
'??',
   
'????',
   
'?',
   
'???',
   
'??????',
   
'???',
   
'???',
   
'???',
   
'????',
   
'????',
   
'????',
   
'???',
   
'??',
   
'???',
   
'???',
   
'???',
   
'??',
   
'????',
   
'??',
   
'??',
   
'???',
   
'???',
   
'????',
   
'????',
   
'????',
   
'??',
   
'???',
   
'???',
   
'???',
   
'??',
   
'???',
   
'??',
   
'?',
   
'??',
   
'????',
   
'????',
   
'???',
   
'???',
   
'??',
   
'??',
   
'???',
   
'??',
   
'???',
   
'????',
   
'??????',
   
'??????',
   
'????',
   
'?????',
   
'???',
   
'???',
   
'????',
   
'???',
   
'????',
   
'????',
   
'?????',
   
'?????',
   
'???',
   
'??',
   
'?????',
   
'?????',
   
'???',
   
'????',
   
'????',
   
'????',
   
'????',
   
'????',
   
'????',
   
'?????',
   
'????',
   
'?????',
   
'?????',
   
'??????',
   
'?????',
   
'????',
   
'???',
   
'???',
   
'???',
   
'????',
   
'????',
   
'???',
   
'????',
   
'???',
   
'???',
   
'??',
   
'???',
   
'????',
   
'???',
   
'????',
   
'???',
   
'??',
   
'???',
   
'???',
   
'??',
   
'???',
   
'??',
   
'???',
   
'??',
   
'???',
   
'???',
   
'??',
   
'????',
   
'??',
   
'???',
   
'???',
   
'??',
   
'????',
   
'???',
   
'???',
   
'??',
   
'???',
   
'???',
   
'????????',
   
'????????',
   
'???',
   
'????',
   
'???',
   
'????',
   
'????',
   
'????',
   
'???',
   
'???',
   
'??',
   
'???',
   
'????',
   
'??',
   
'???',
   
'???',
   
'??',
   
'???',
   
'???',
   
'???',
   
'??',
   
'???',
   
'??',
   
'??',
   
'???\'',
   
'????',
   
'????',
   
'????',
   
'??',
   
'???',
   
'???',
   
'??',
   
'??',
   
'?',
   
'?????',
   
'?????',
   
'??',
   
'???',
   
'???',
   
'???',
   
'???',
   
'???',
   
'??',
   
'????',
   
'????',
   
'??',
   
'??',
   
'???',
   
'????',
   
'???',
   
'????',
   
'??',
   
'???',
   
'??????',
   
'???',
   
'?',
   
'?',
   
'?',
   
'?',
   
'?',
   
'??',
   
'???',
   
'?',
   
'?',
   
'??',
   
'??',
   
'?',
   
'???',
   
'????',
   
'????',
   
'??',
   
'??',
   
'?????',
   
'?????',
   
'???',
   
'???',
   
'????',
   
'??',
   
'????',
   
'???',
   
'????',
   
'???',
   
'??',
   
'??',
   
'??',
   
'????',
   
'?',
   
'?',
];

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