PHP Classes

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

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

Contents

Class file image Download
<?php

// estonian

static $data = [
   
'aga',
   
'ei',
   
'et',
   
'ja',
   
'jah',
   
'kas',
   
'kui',
   
'kõik',
   
'ma',
   
'me',
   
'mida',
   
'midagi',
   
'mind',
   
'minu',
   
'mis',
   
'mu',
   
'mul',
   
'mulle',
   
'nad',
   
'nii',
   
'oled',
   
'olen',
   
'oli',
   
'oma',
   
'on',
   
'pole',
   
'sa',
   
'seda',
   
'see',
   
'selle',
   
'siin',
   
'siis',
   
'ta',
   
'te',
   
'ära',
];

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