aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/voku/stop-words/src/voku/helper/stopwords/et.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/voku/stop-words/src/voku/helper/stopwords/et.php')
-rw-r--r--vendor/voku/stop-words/src/voku/helper/stopwords/et.php45
1 files changed, 45 insertions, 0 deletions
diff --git a/vendor/voku/stop-words/src/voku/helper/stopwords/et.php b/vendor/voku/stop-words/src/voku/helper/stopwords/et.php
new file mode 100644
index 000000000..5ce33f5ad
--- /dev/null
+++ b/vendor/voku/stop-words/src/voku/helper/stopwords/et.php
@@ -0,0 +1,45 @@
+<?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;