Fix probe for ".pyo" equivalent
[xapian.git] / xapian-data / stemming / arabic / README
blobfe85e6a603fd870ee4845b8186cbe0762c96b3ff
1 The file voc.txt.gz here was produced from the "Arabic Wordlist for Spellchecking"
2 version 1.6, downloaded from: https://sourceforge.net/projects/arabic-wordlist/
4 The commands used to create voc.txt.gz were ("sort -u" used because there's one
5 duplicate word in the list):
7 unzip -p Arabic-Wordlist-1.6.zip Arabic-Wordlist-1.6/arabic-wordlist-1.6.txt|sort -u > voc.txt
8 gzip -9 voc.txt
10 The "Arabic Wordlist for Spellchecking" is licensed under the GPLv3+:
12 #-------------------------------------------------------------------------------
13 # This file is part of Arabic Wordlist for Spellchecking
15 # Copyright (c) 2013 Mohammed Attia
17 # This program is free software: you can redistribute it and/or modify
18 # it under the terms of the GNU General Public License as published by
19 # the Free Software Foundation, either version 3 of the License, or
20 # (at your option) any later version.
22 # This program is distributed in the hope that it will be useful,
23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25 # GNU General Public License for more details.
27 # You should have received a copy of the GNU General Public License
28 # along with this program.  If not, see <http://www.gnu.org/licenses/>
29 #-------------------------------------------------------------------------------