PHP Classes

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

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

Contents

Class file image Download
<?php

// russian

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

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