diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-29 14:26:49 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-29 14:26:49 -0500 |
commit | 4efa5467ad0f53ce6ba5b7c277a9f76934c92403 (patch) | |
tree | d3e2f219b9a0ef0e10fdc89148cbe74ada26031b | |
parent | 2985bb59256adf0fc2bdc371e55ee303dfaf910e (diff) | |
download | aura-central-4efa5467ad0f53ce6ba5b7c277a9f76934c92403.tar.gz |
Issue %3005 - Move extensions/spellcheck to intl
633 files changed, 55 insertions, 12092 deletions
diff --git a/dom/ipc/moz.build b/dom/ipc/moz.build index c8e5bfb9b..619a6cabc 100644 --- a/dom/ipc/moz.build +++ b/dom/ipc/moz.build @@ -111,7 +111,7 @@ LOCAL_INCLUDES += [ '/dom/storage', '/dom/workers', '/embedding/components/printingui/ipc', - '/extensions/spellcheck/src', + '/intl/spellcheck/src', '/layout/base', '/system/docshell/base', '/system/graphics/2d', diff --git a/editor/libeditor/moz.build b/editor/libeditor/moz.build index cc4e309e6..c7c5c77fe 100644 --- a/editor/libeditor/moz.build +++ b/editor/libeditor/moz.build @@ -79,7 +79,7 @@ SOURCES += [ LOCAL_INCLUDES += [ '/dom/base', '/editor/txmgr', - '/extensions/spellcheck/src', + '/intl/spellcheck/src', '/layout/generic', '/layout/style', '/layout/tables', diff --git a/extensions/spellcheck/hunspell/glue/moz.build b/extensions/spellcheck/hunspell/glue/moz.build deleted file mode 100644 index e21b27da0..000000000 --- a/extensions/spellcheck/hunspell/glue/moz.build +++ /dev/null @@ -1,38 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -SOURCES += [ - 'mozHunspell.cpp', - 'mozHunspellDirProvider.cpp', - 'RemoteSpellCheckEngineChild.cpp', - 'RemoteSpellCheckEngineParent.cpp', -] - -FINAL_LIBRARY = 'xul' - -if CONFIG['MOZ_SYSTEM_HUNSPELL']: - CXXFLAGS += CONFIG['MOZ_HUNSPELL_CFLAGS'] -else: - LOCAL_INCLUDES += ['/libs/hunspell/src'] - -LOCAL_INCLUDES += [ - '/dom/base', - '/extensions/spellcheck/src', -] - -include('/ipc/chromium/chromium-config.mozbuild') - -IPDL_SOURCES = [ - 'PRemoteSpellcheckEngine.ipdl', -] - -EXPORTS.mozilla += [ - 'RemoteSpellCheckEngineChild.h', - 'RemoteSpellCheckEngineParent.h', -] - -# This variable is referenced in configure.in. Make sure to change that file -# too if you need to change this variable. -DEFINES['HUNSPELL_STATIC'] = True diff --git a/extensions/spellcheck/hunspell/moz.build b/extensions/spellcheck/hunspell/moz.build deleted file mode 100644 index 7daf6da4d..000000000 --- a/extensions/spellcheck/hunspell/moz.build +++ /dev/null @@ -1,9 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -DIRS += ['glue'] - -if CONFIG['ENABLE_TESTS']: - XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini'] diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.aff b/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.aff deleted file mode 100644 index 0a11404fd..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.aff +++ /dev/null @@ -1,4 +0,0 @@ -# capitalized ngram suggestion test data (Unicode version) for -# Sf.net Bug ID 1463589, reported by Frederik Fouvry. -SET UTF-8 -MAXNGRAMSUGS 1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.dic b/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.dic deleted file mode 100644 index 8cec60603..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -Kühlschrank diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.sug b/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.sug deleted file mode 100644 index 8a72f1e21..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.sug +++ /dev/null @@ -1,5 +0,0 @@ -Kühlschrank -Kühlschrank -Kühlschrank -Kühlschrank -Kühlschrank diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.test b/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.wrong deleted file mode 100644 index 9de6c63cd..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589-utf.wrong +++ /dev/null @@ -1,5 +0,0 @@ -kuhlschrank -kuehlschrank -kühlschrank -Kuhlschrank -Kuehlschrank diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589.aff b/extensions/spellcheck/hunspell/tests/unit/data/1463589.aff deleted file mode 100644 index 8ecf4594e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589.aff +++ /dev/null @@ -1,3 +0,0 @@ -# capitalized ngram suggestion test data for -# Sf.net Bug ID 1463589, reported by Frederik Fouvry. -MAXNGRAMSUGS 1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589.dic b/extensions/spellcheck/hunspell/tests/unit/data/1463589.dic deleted file mode 100644 index a3caab802..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -Khlschrank diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589.sug b/extensions/spellcheck/hunspell/tests/unit/data/1463589.sug deleted file mode 100644 index 2961eddd2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589.sug +++ /dev/null @@ -1,5 +0,0 @@ -Khlschrank -Khlschrank -Khlschrank -Khlschrank -Khlschrank diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589.test b/extensions/spellcheck/hunspell/tests/unit/data/1463589.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1463589.wrong b/extensions/spellcheck/hunspell/tests/unit/data/1463589.wrong deleted file mode 100644 index 0f3f48969..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1463589.wrong +++ /dev/null @@ -1,5 +0,0 @@ -kuhlschrank -kuehlschrank -khlschrank -Kuhlschrank -Kuehlschrank diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1592880.aff b/extensions/spellcheck/hunspell/tests/unit/data/1592880.aff deleted file mode 100644 index 0aa064e37..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1592880.aff +++ /dev/null @@ -1,20 +0,0 @@ -# fix homonym handling for German dictionary project, -# reported by Björn Jacke (sf.net Bug ID 1592880). -SET ISO8859-1 - -SFX N Y 1 -SFX N 0 n . - -SFX S Y 1 -SFX S 0 s . - -SFX P Y 1 -SFX P 0 en . - -SFX Q Y 2 -SFX Q 0 e . -SFX Q 0 en . - -COMPOUNDEND z -COMPOUNDPERMITFLAG c -ONLYINCOMPOUND o diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1592880.dic b/extensions/spellcheck/hunspell/tests/unit/data/1592880.dic deleted file mode 100644 index 8b0fef814..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1592880.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -weg/Qoz -weg/P -wege diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1592880.good b/extensions/spellcheck/hunspell/tests/unit/data/1592880.good deleted file mode 100644 index aa00a58b1..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1592880.good +++ /dev/null @@ -1,3 +0,0 @@ -weg -wege -wegen diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1592880.test b/extensions/spellcheck/hunspell/tests/unit/data/1592880.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1592880.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1695964.aff b/extensions/spellcheck/hunspell/tests/unit/data/1695964.aff deleted file mode 100644 index 359a25f3a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1695964.aff +++ /dev/null @@ -1,10 +0,0 @@ -# fix NEEDAFFIX homonym suggestion. -# Sf.net Bug ID 1695964, reported by Björn Jacke. -TRY esianrtolcdugmphbyfvkwESIANRTOLCDUGMPHBYFVKW -MAXNGRAMSUGS 0 -NEEDAFFIX h -SFX S Y 1 -SFX S 0 s . - -SFX e Y 1 -SFX e 0 e . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1695964.dic b/extensions/spellcheck/hunspell/tests/unit/data/1695964.dic deleted file mode 100644 index ff6d110cc..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1695964.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -Mull/he -Mull/S diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1695964.sug b/extensions/spellcheck/hunspell/tests/unit/data/1695964.sug deleted file mode 100644 index 35aedff7c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1695964.sug +++ /dev/null @@ -1,3 +0,0 @@ -Mull -Mulle -Mulls diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1695964.test b/extensions/spellcheck/hunspell/tests/unit/data/1695964.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1695964.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1695964.wrong b/extensions/spellcheck/hunspell/tests/unit/data/1695964.wrong deleted file mode 100644 index fd13dc8ca..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1695964.wrong +++ /dev/null @@ -1,3 +0,0 @@ -Mall -Malle -Malls diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1706659.aff b/extensions/spellcheck/hunspell/tests/unit/data/1706659.aff deleted file mode 100644 index 66a676efa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1706659.aff +++ /dev/null @@ -1,13 +0,0 @@ -# test COMPOUNDRULE bug reported by Björn Jacke -SET ISO8859-1 -TRY esijanrtolcdugmphbyfvkwqxz - -SFX A Y 5 -SFX A 0 e . -SFX A 0 er . -SFX A 0 en . -SFX A 0 em . -SFX A 0 es . - -COMPOUNDRULE 1 -COMPOUNDRULE vw diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1706659.dic b/extensions/spellcheck/hunspell/tests/unit/data/1706659.dic deleted file mode 100644 index 32d461f7a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1706659.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -arbeits/v -scheu/Aw -farbig/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1706659.test b/extensions/spellcheck/hunspell/tests/unit/data/1706659.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1706659.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1706659.wrong b/extensions/spellcheck/hunspell/tests/unit/data/1706659.wrong deleted file mode 100644 index 799dd3111..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1706659.wrong +++ /dev/null @@ -1,3 +0,0 @@ -arbeitsfarbig -arbeitsfarbige -arbeitsfarbiger diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1975530.aff b/extensions/spellcheck/hunspell/tests/unit/data/1975530.aff deleted file mode 100644 index 0912050d1..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1975530.aff +++ /dev/null @@ -1,6 +0,0 @@ -SET UTF-8 -IGNORE ٌٍَُِّْـ - -PFX x N 1 -PFX x أ ت أ[^ي] - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1975530.dic b/extensions/spellcheck/hunspell/tests/unit/data/1975530.dic deleted file mode 100644 index b1b455df5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1975530.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -أرى/x -أيار/x diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1975530.good b/extensions/spellcheck/hunspell/tests/unit/data/1975530.good deleted file mode 100644 index 89212a57e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1975530.good +++ /dev/null @@ -1,3 +0,0 @@ -أرى -أيار -ترى diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1975530.test b/extensions/spellcheck/hunspell/tests/unit/data/1975530.test deleted file mode 100644 index 4d59c4212..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1975530.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i UTF-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/1975530.wrong b/extensions/spellcheck/hunspell/tests/unit/data/1975530.wrong deleted file mode 100644 index 24cb57627..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/1975530.wrong +++ /dev/null @@ -1 +0,0 @@ -تيار diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970240.aff b/extensions/spellcheck/hunspell/tests/unit/data/2970240.aff deleted file mode 100644 index 6ef95161d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970240.aff +++ /dev/null @@ -1,5 +0,0 @@ -# test words with three parts -CHECKCOMPOUNDPATTERN 1 -CHECKCOMPOUNDPATTERN le fi -COMPOUNDFLAG c - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970240.dic b/extensions/spellcheck/hunspell/tests/unit/data/2970240.dic deleted file mode 100644 index f0b630569..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970240.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -first/c -middle/c -last/c diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970240.good b/extensions/spellcheck/hunspell/tests/unit/data/2970240.good deleted file mode 100644 index a8d3a593b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970240.good +++ /dev/null @@ -1 +0,0 @@ -firstmiddlelast diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970240.test b/extensions/spellcheck/hunspell/tests/unit/data/2970240.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970240.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970240.wrong b/extensions/spellcheck/hunspell/tests/unit/data/2970240.wrong deleted file mode 100644 index 32cead611..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970240.wrong +++ /dev/null @@ -1 +0,0 @@ -lastmiddlefirst diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970242.aff b/extensions/spellcheck/hunspell/tests/unit/data/2970242.aff deleted file mode 100644 index 909f0fbc3..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970242.aff +++ /dev/null @@ -1,4 +0,0 @@ -CHECKCOMPOUNDPATTERN 1 -CHECKCOMPOUNDPATTERN /a /b -COMPOUNDFLAG c - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970242.dic b/extensions/spellcheck/hunspell/tests/unit/data/2970242.dic deleted file mode 100644 index da0d05f92..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970242.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -foo/ac -bar/c -baz/bc diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970242.good b/extensions/spellcheck/hunspell/tests/unit/data/2970242.good deleted file mode 100644 index 90ecb182f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970242.good +++ /dev/null @@ -1,5 +0,0 @@ -foobar -barfoo -bazfoo -barbaz -bazbar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970242.test b/extensions/spellcheck/hunspell/tests/unit/data/2970242.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970242.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2970242.wrong b/extensions/spellcheck/hunspell/tests/unit/data/2970242.wrong deleted file mode 100644 index 9dabfec91..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2970242.wrong +++ /dev/null @@ -1 +0,0 @@ -foobaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2999225.aff b/extensions/spellcheck/hunspell/tests/unit/data/2999225.aff deleted file mode 100644 index ea9d0b07b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2999225.aff +++ /dev/null @@ -1,6 +0,0 @@ -COMPOUNDRULE 1 -COMPOUNDRULE ab - -COMPOUNDBEGIN A -COMPOUNDEND B - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2999225.dic b/extensions/spellcheck/hunspell/tests/unit/data/2999225.dic deleted file mode 100644 index 249860362..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2999225.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -foo/aA -bar/b -baz/B diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2999225.good b/extensions/spellcheck/hunspell/tests/unit/data/2999225.good deleted file mode 100644 index 865e15452..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2999225.good +++ /dev/null @@ -1,2 +0,0 @@ -foobar -foobaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/2999225.test b/extensions/spellcheck/hunspell/tests/unit/data/2999225.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/2999225.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/IJ.aff b/extensions/spellcheck/hunspell/tests/unit/data/IJ.aff deleted file mode 100644 index c817c2e91..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/IJ.aff +++ /dev/null @@ -1,8 +0,0 @@ -# check bad capitalisation of Dutch letter IJ. -TRY i -FORBIDDENWORD * -PFX i N 1 -PFX i ij IJ ij - -REP 1 -REP ij IJ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/IJ.dic b/extensions/spellcheck/hunspell/tests/unit/data/IJ.dic deleted file mode 100644 index ecaf91d21..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/IJ.dic +++ /dev/null @@ -1,3 +0,0 @@ -1 -ijs/i -Ijs/* diff --git a/extensions/spellcheck/hunspell/tests/unit/data/IJ.good b/extensions/spellcheck/hunspell/tests/unit/data/IJ.good deleted file mode 100644 index 5f888f057..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/IJ.good +++ /dev/null @@ -1,2 +0,0 @@ -ijs -IJs diff --git a/extensions/spellcheck/hunspell/tests/unit/data/IJ.sug b/extensions/spellcheck/hunspell/tests/unit/data/IJ.sug deleted file mode 100644 index 582b7956b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/IJ.sug +++ /dev/null @@ -1 +0,0 @@ -IJs, ijs diff --git a/extensions/spellcheck/hunspell/tests/unit/data/IJ.test b/extensions/spellcheck/hunspell/tests/unit/data/IJ.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/IJ.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/IJ.wrong b/extensions/spellcheck/hunspell/tests/unit/data/IJ.wrong deleted file mode 100644 index 54bbb475a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/IJ.wrong +++ /dev/null @@ -1 +0,0 @@ -Ijs diff --git a/extensions/spellcheck/hunspell/tests/unit/data/Makefile.am b/extensions/spellcheck/hunspell/tests/unit/data/Makefile.am deleted file mode 100644 index 8018ccf7b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/Makefile.am +++ /dev/null @@ -1,693 +0,0 @@ -## Process this file with automake to create Makefile.in - -SUBDIRS = suggestiontest - -XFAIL_TESTS = @XFAILED@ - -TESTS = \ -affixes.test \ -condition.test \ -condition_utf.test \ -base.test \ -base_utf.test \ -allcaps.test \ -allcaps_utf.test \ -allcaps2.test \ -allcaps3.test \ -keepcase.test \ -i58202.test \ -map.test \ -rep.test \ -sug.test \ -sugutf.test \ -phone.test \ -flag.test \ -flaglong.test \ -flagnum.test \ -flagutf8.test \ -slash.test \ -forbiddenword.test \ -nosuggest.test \ -alias.test \ -alias2.test \ -alias3.test \ -breakdefault.test \ -break.test \ -needaffix.test \ -needaffix2.test \ -needaffix3.test \ -needaffix4.test \ -needaffix5.test \ -circumfix.test \ -fogemorpheme.test \ -onlyincompound.test \ -complexprefixes.test \ -complexprefixes2.test \ -complexprefixesutf.test \ -conditionalprefix.test \ -zeroaffix.test \ -utf8.test \ -utf8_bom.test \ -utf8_bom2.test \ -utf8_nonbmp.test \ -compoundflag.test \ -compoundrule.test \ -compoundrule2.test \ -compoundrule3.test \ -compoundrule4.test \ -compoundrule5.test \ -compoundrule6.test \ -compoundrule7.test \ -compoundrule8.test \ -compoundaffix.test \ -compoundaffix2.test \ -compoundaffix3.test \ -checkcompounddup.test \ -checkcompoundtriple.test \ -simplifiedtriple.test \ -checkcompoundrep.test \ -checkcompoundcase2.test \ -checkcompoundcaseutf.test \ -checkcompoundpattern.test \ -checkcompoundpattern2.test \ -checkcompoundpattern3.test \ -checkcompoundpattern4.test \ -utfcompound.test \ -checksharps.test \ -checksharpsutf.test \ -germancompounding.test \ -germancompoundingold.test \ -i35725.test \ -i53643.test \ -i54633.test \ -i54980.test \ -maputf.test \ -reputf.test \ -ignore.test \ -ignoreutf.test \ -1592880.test \ -1695964.test \ -1463589.test \ -1463589_utf.test \ -IJ.test \ -i68568.test \ -i68568utf.test \ -1706659.test \ -digits_in_words.test \ -colons_in_words.test \ -ngram_utf_fix.test \ -morph.test \ -1975530.test \ -fullstrip.test \ -iconv.test \ -oconv.test \ -encoding.test \ -korean.test \ -opentaal_forbiddenword1.test \ -opentaal_forbiddenword2.test \ -opentaal_keepcase.test \ -arabic.test \ -2970240.test \ -2970242.test \ -breakoff.test \ -opentaal_cpdpat.test \ -opentaal_cpdpat2.test \ -2999225.test \ -onlyincompound2.test \ -forceucase.test \ -warn.test - -# infixes.test - -distclean-local: - -rm -rf testSubDir - -EXTRA_DIST = \ -test.sh \ -affixes.aff \ -affixes.dic \ -affixes.good \ -affixes.test \ -condition.aff \ -condition.dic \ -condition.good \ -condition.test \ -condition.wrong \ -condition_utf.aff \ -condition_utf.dic \ -condition_utf.good \ -condition_utf.test \ -condition_utf.wrong \ -base.aff \ -base.dic \ -base.good \ -base.sug \ -base.test \ -base.wrong \ -base_utf.aff \ -base_utf.dic \ -base_utf.good \ -base_utf.sug \ -base_utf.test \ -base_utf.wrong \ -allcaps.aff \ -allcaps.dic \ -allcaps.good \ -allcaps.sug \ -allcaps.test \ -allcaps.wrong \ -allcaps2.aff \ -allcaps2.dic \ -allcaps2.good \ -allcaps2.sug \ -allcaps2.test \ -allcaps2.wrong \ -allcaps3.aff \ -allcaps3.dic \ -allcaps3.good \ -allcaps3.test \ -allcaps3.wrong \ -allcaps_utf.aff \ -allcaps_utf.dic \ -allcaps_utf.good \ -allcaps_utf.sug \ -allcaps_utf.test \ -allcaps_utf.wrong \ -keepcase.aff \ -keepcase.dic \ -keepcase.good \ -keepcase.sug \ -keepcase.test \ -keepcase.wrong \ -map.aff \ -map.dic \ -map.sug \ -map.test \ -map.wrong \ -rep.aff \ -rep.dic \ -rep.sug \ -rep.test \ -rep.wrong \ -sug.aff \ -sug.dic \ -sug.sug \ -sug.test \ -sug.wrong \ -sugutf.aff \ -sugutf.dic \ -sugutf.sug \ -sugutf.test \ -sugutf.wrong \ -phone.aff \ -phone.dic \ -phone.sug \ -phone.test \ -phone.wrong \ -alias.aff \ -alias.dic \ -alias.good \ -alias.test \ -alias2.aff \ -alias2.dic \ -alias2.good \ -alias2.morph \ -alias2.test \ -alias3.aff \ -alias3.dic \ -alias3.good \ -alias3.morph \ -alias3.test \ -break.aff \ -break.dic \ -break.good \ -break.test \ -break.wrong \ -breakdefault.aff \ -breakdefault.dic \ -breakdefault.good \ -breakdefault.sug \ -breakdefault.test \ -breakdefault.wrong \ -circumfix.aff \ -circumfix.dic \ -circumfix.good \ -circumfix.morph \ -circumfix.test \ -circumfix.wrong \ -fogemorpheme.aff \ -fogemorpheme.dic \ -fogemorpheme.good \ -fogemorpheme.test \ -fogemorpheme.wrong \ -onlyincompound.aff \ -onlyincompound.dic \ -onlyincompound.good \ -onlyincompound.sug \ -onlyincompound.test \ -onlyincompound.wrong \ -forbiddenword.aff \ -forbiddenword.dic \ -forbiddenword.good \ -forbiddenword.test \ -forbiddenword.wrong \ -nosuggest.aff \ -nosuggest.dic \ -nosuggest.good \ -nosuggest.sug \ -nosuggest.test \ -nosuggest.wrong \ -germancompounding.aff \ -germancompounding.dic \ -germancompounding.good \ -germancompounding.test \ -germancompounding.wrong \ -germancompoundingold.aff \ -germancompoundingold.dic \ -germancompoundingold.good \ -germancompoundingold.test \ -germancompoundingold.wrong \ -needaffix2.aff \ -needaffix2.dic \ -needaffix2.good \ -needaffix2.morph \ -needaffix2.test \ -needaffix3.aff \ -needaffix3.dic \ -needaffix3.good \ -needaffix3.test \ -needaffix3.wrong \ -needaffix4.aff \ -needaffix4.dic \ -needaffix4.good \ -needaffix4.test \ -needaffix5.aff \ -needaffix5.dic \ -needaffix5.good \ -needaffix5.test \ -needaffix5.wrong \ -needaffix.aff \ -needaffix.dic \ -needaffix.good \ -needaffix.test \ -needaffix.wrong \ -zeroaffix.aff \ -zeroaffix.dic \ -zeroaffix.good \ -zeroaffix.morph \ -zeroaffix.test \ -utf8.aff \ -utf8.dic \ -utf8.good \ -utf8.test \ -utf8_bom.aff \ -utf8_bom.dic \ -utf8_bom.good \ -utf8_bom.test \ -utf8_bom2.aff \ -utf8_bom2.dic \ -utf8_bom2.good \ -utf8_bom2.test \ -utf8_nonbmp.aff \ -utf8_nonbmp.dic \ -utf8_nonbmp.good \ -utf8_nonbmp.sug \ -utf8_nonbmp.test \ -utf8_nonbmp.wrong \ -utfcompound.aff \ -utfcompound.dic \ -utfcompound.good \ -utfcompound.test \ -utfcompound.wrong \ -compoundflag.aff \ -compoundflag.dic \ -compoundflag.good \ -compoundflag.test \ -compoundflag.wrong \ -compoundrule.aff \ -compoundrule.dic \ -compoundrule.good \ -compoundrule.test \ -compoundrule.wrong \ -compoundrule2.aff \ -compoundrule2.dic \ -compoundrule2.good \ -compoundrule2.test \ -compoundrule2.wrong \ -compoundrule3.aff \ -compoundrule3.dic \ -compoundrule3.good \ -compoundrule3.test \ -compoundrule3.wrong \ -compoundrule4.aff \ -compoundrule4.dic \ -compoundrule4.good \ -compoundrule4.test \ -compoundrule4.wrong \ -compoundrule5.aff \ -compoundrule5.dic \ -compoundrule5.good \ -compoundrule5.morph \ -compoundrule5.test \ -compoundrule5.wrong \ -compoundrule6.aff \ -compoundrule6.dic \ -compoundrule6.good \ -compoundrule6.test \ -compoundrule6.wrong \ -compoundrule7.aff \ -compoundrule7.dic \ -compoundrule7.good \ -compoundrule7.test \ -compoundrule7.wrong \ -compoundrule8.aff \ -compoundrule8.dic \ -compoundrule8.good \ -compoundrule8.test \ -compoundrule8.wrong \ -compoundaffix.aff \ -compoundaffix.dic \ -compoundaffix.good \ -compoundaffix.test \ -compoundaffix.wrong \ -compoundaffix2.aff \ -compoundaffix2.dic \ -compoundaffix2.good \ -compoundaffix2.test \ -compoundaffix3.aff \ -compoundaffix3.dic \ -compoundaffix3.good \ -compoundaffix3.test \ -compoundaffix3.wrong \ -checkcompounddup.aff \ -checkcompounddup.dic \ -checkcompounddup.good \ -checkcompounddup.test \ -checkcompounddup.wrong \ -checkcompoundcase.aff \ -checkcompoundcase.dic \ -checkcompoundcase.good \ -checkcompoundcase.test \ -checkcompoundcase.wrong \ -checkcompoundcase2.aff \ -checkcompoundcase2.dic \ -checkcompoundcase2.good \ -checkcompoundcase2.test \ -checkcompoundcase2.wrong \ -checkcompoundcaseutf.aff \ -checkcompoundcaseutf.dic \ -checkcompoundcaseutf.good \ -checkcompoundcaseutf.test \ -checkcompoundcaseutf.wrong \ -checkcompoundrep.aff \ -checkcompoundrep.dic \ -checkcompoundrep.good \ -checkcompoundrep.test \ -checkcompoundrep.wrong \ -checkcompoundtriple.aff \ -checkcompoundtriple.dic \ -checkcompoundtriple.good \ -checkcompoundtriple.test \ -checkcompoundtriple.wrong \ -simplifiedtriple.aff \ -simplifiedtriple.dic \ -simplifiedtriple.good \ -simplifiedtriple.test \ -simplifiedtriple.wrong \ -checkcompoundpattern.aff \ -checkcompoundpattern.dic \ -checkcompoundpattern.good \ -checkcompoundpattern.test \ -checkcompoundpattern.wrong \ -checkcompoundpattern2.aff \ -checkcompoundpattern2.dic \ -checkcompoundpattern2.good \ -checkcompoundpattern2.test \ -checkcompoundpattern2.wrong \ -checkcompoundpattern3.aff \ -checkcompoundpattern3.dic \ -checkcompoundpattern3.good \ -checkcompoundpattern3.test \ -checkcompoundpattern3.wrong \ -checkcompoundpattern4.aff \ -checkcompoundpattern4.dic \ -checkcompoundpattern4.good \ -checkcompoundpattern4.test \ -checkcompoundpattern4.wrong \ -checksharps.aff \ -checksharps.dic \ -checksharps.good \ -checksharps.sug \ -checksharps.test \ -checksharps.wrong \ -checksharpsutf.aff \ -checksharpsutf.dic \ -checksharpsutf.good \ -checksharpsutf.sug \ -checksharpsutf.test \ -checksharpsutf.wrong \ -conditionalprefix.aff \ -conditionalprefix.dic \ -conditionalprefix.good \ -conditionalprefix.morph \ -conditionalprefix.test \ -conditionalprefix.wrong \ -flaglong.aff \ -flaglong.dic \ -flaglong.good \ -flaglong.test \ -flagnum.aff \ -flagnum.dic \ -flagnum.good \ -flagnum.test \ -flag.aff \ -flag.dic \ -flag.good \ -flag.test \ -flagutf8.aff \ -flagutf8.dic \ -flagutf8.good \ -flagutf8.test \ -complexprefixes.aff \ -complexprefixes.dic \ -complexprefixes.good \ -complexprefixes.wrong \ -complexprefixes.test \ -complexprefixes2.aff \ -complexprefixes2.dic \ -complexprefixes2.good \ -complexprefixes2.test \ -complexprefixesutf.aff \ -complexprefixesutf.dic \ -complexprefixesutf.good \ -complexprefixesutf.wrong \ -complexprefixesutf.test \ -i35725.aff \ -i35725.dic \ -i35725.good \ -i35725.sug \ -i35725.test \ -i35725.wrong \ -i53643.aff \ -i53643.dic \ -i53643.good \ -i53643.test \ -i53643.wrong \ -i54633.aff \ -i54633.dic \ -i54633.good \ -i54633.sug \ -i54633.test \ -i54633.wrong \ -i54980.aff \ -i54980.dic \ -i54980.good \ -i54980.test \ -i58202.aff \ -i58202.dic \ -i58202.good \ -i58202.sug \ -i58202.test \ -i58202.wrong \ -maputf.aff \ -maputf.dic \ -maputf.sug \ -maputf.wrong \ -maputf.test \ -reputf.aff \ -reputf.dic \ -reputf.sug \ -reputf.wrong \ -reputf.test \ -slash.aff \ -slash.dic \ -slash.good \ -slash.test \ -ignore.aff \ -ignore.dic \ -ignore.good \ -ignore.test \ -ignoreutf.aff \ -ignoreutf.dic \ -ignoreutf.good \ -ignoreutf.test \ -1592880.aff \ -1592880.dic \ -1592880.good \ -1592880.test \ -1695964.aff \ -1695964.dic \ -1695964.sug \ -1695964.test \ -1695964.wrong \ -1463589.aff \ -1463589.dic \ -1463589.sug \ -1463589.test \ -1463589.wrong \ -1463589_utf.aff \ -1463589_utf.dic \ -1463589_utf.sug \ -1463589_utf.test \ -1463589_utf.wrong \ -IJ.aff \ -IJ.dic \ -IJ.good \ -IJ.sug \ -IJ.test \ -IJ.wrong \ -i68568.aff \ -i68568.dic \ -i68568.test \ -i68568.wrong \ -i68568utf.aff \ -i68568utf.dic \ -i68568utf.test \ -i68568utf.wrong \ -1706659.aff \ -1706659.dic \ -1706659.test \ -1706659.wrong \ -digits_in_words.aff \ -digits_in_words.dic \ -digits_in_words.test \ -digits_in_words.wrong \ -colons_in_words.aff \ -colons_in_words.dic \ -colons_in_words.test \ -ngram_utf_fix.aff \ -ngram_utf_fix.dic \ -ngram_utf_fix.good \ -ngram_utf_fix.sug \ -ngram_utf_fix.test \ -ngram_utf_fix.wrong \ -morph.aff \ -morph.dic \ -morph.good \ -morph.morph \ -morph.test \ -1975530.aff \ -1975530.dic \ -1975530.good \ -1975530.test \ -1975530.wrong \ -fullstrip.aff \ -fullstrip.dic \ -fullstrip.good \ -fullstrip.test \ -iconv.aff \ -iconv.dic \ -iconv.good \ -iconv.test \ -oconv.aff \ -oconv.dic \ -oconv.good \ -oconv.sug \ -oconv.test \ -oconv.wrong \ -encoding.aff \ -encoding.dic \ -encoding.good \ -encoding.test \ -opentaal_forbiddenword1.aff \ -opentaal_forbiddenword1.dic \ -opentaal_forbiddenword1.good \ -opentaal_forbiddenword1.sug \ -opentaal_forbiddenword1.test \ -opentaal_forbiddenword1.wrong \ -opentaal_forbiddenword2.aff \ -opentaal_forbiddenword2.dic \ -opentaal_forbiddenword2.good \ -opentaal_forbiddenword2.sug \ -opentaal_forbiddenword2.test \ -opentaal_forbiddenword2.wrong \ -opentaal_forbiddenword2.aff \ -opentaal_forbiddenword2.dic \ -opentaal_forbiddenword2.good \ -opentaal_forbiddenword2.sug \ -opentaal_forbiddenword2.test \ -opentaal_forbiddenword2.wrong \ -opentaal_keepcase.aff \ -opentaal_keepcase.dic \ -opentaal_keepcase.good \ -opentaal_keepcase.sug \ -opentaal_keepcase.test \ -opentaal_keepcase.wrong \ -arabic.aff \ -arabic.dic \ -arabic.wrong \ -arabic.test \ -2970240.aff \ -2970240.dic \ -2970240.good \ -2970240.wrong \ -2970240.test \ -2970242.aff \ -2970242.dic \ -2970242.good \ -2970242.wrong \ -2970242.test \ -breakoff.aff \ -breakoff.dic \ -breakoff.good \ -breakoff.wrong \ -breakoff.test \ -opentaal_cpdpat.aff \ -opentaal_cpdpat.dic \ -opentaal_cpdpat.good \ -opentaal_cpdpat.wrong \ -opentaal_cpdpat.test \ -opentaal_cpdpat2.aff \ -opentaal_cpdpat2.dic \ -opentaal_cpdpat2.good \ -opentaal_cpdpat2.wrong \ -opentaal_cpdpat2.test \ -2999225.aff \ -2999225.dic \ -2999225.good \ -2999225.test \ -korean.aff \ -korean.dic \ -korean.good \ -korean.wrong \ -korean.test \ -onlyincompound2.aff \ -onlyincompound2.dic \ -onlyincompound2.good \ -onlyincompound2.test \ -onlyincompound2.wrong \ -forceucase.aff \ -forceucase.dic \ -forceucase.good \ -forceucase.sug \ -forceucase.wrong \ -forceucase.test \ -warn.aff \ -warn.dic \ -warn.good \ -warn.test - -# infixes.aff -# infixes.dic -# infixes.good -# infixes.test diff --git a/extensions/spellcheck/hunspell/tests/unit/data/Makefile.in b/extensions/spellcheck/hunspell/tests/unit/data/Makefile.in deleted file mode 100644 index a27e04875..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/Makefile.in +++ /dev/null @@ -1,1416 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -target_triplet = @target@ -subdir = tests -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \ - $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ - $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \ - $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ - $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ - $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \ - $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ - $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ - html-recursive info-recursive install-data-recursive \ - install-dvi-recursive install-exec-recursive \ - install-html-recursive install-info-recursive \ - install-pdf-recursive install-ps-recursive install-recursive \ - installcheck-recursive installdirs-recursive pdf-recursive \ - ps-recursive uninstall-recursive -RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ - distclean-recursive maintainer-clean-recursive -AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ - $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ - distdir -ETAGS = etags -CTAGS = ctags -am__tty_colors = \ -red=; grn=; lgn=; blu=; std= -DIST_SUBDIRS = $(SUBDIRS) -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -am__relativize = \ - dir0=`pwd`; \ - sed_first='s,^\([^/]*\)/.*$$,\1,'; \ - sed_rest='s,^[^/]*/*,,'; \ - sed_last='s,^.*/\([^/]*\)$$,\1,'; \ - sed_butlast='s,/*[^/]*$$,,'; \ - while test -n "$$dir1"; do \ - first=`echo "$$dir1" | sed -e "$$sed_first"`; \ - if test "$$first" != "."; then \ - if test "$$first" = ".."; then \ - dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ - dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ - else \ - first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ - if test "$$first2" = "$$first"; then \ - dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ - else \ - dir2="../$$dir2"; \ - fi; \ - dir0="$$dir0"/"$$first"; \ - fi; \ - fi; \ - dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ - done; \ - reldir="$$dir2" -ACLOCAL = @ACLOCAL@ -ALLOCA = @ALLOCA@ -AMTAR = @AMTAR@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CURSESLIB = @CURSESLIB@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GENCAT = @GENCAT@ -GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ -GLIBC2 = @GLIBC2@ -GLIBC21 = @GLIBC21@ -GMSGFMT = @GMSGFMT@ -GMSGFMT_015 = @GMSGFMT_015@ -GREP = @GREP@ -HAVE_ASPRINTF = @HAVE_ASPRINTF@ -HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ -HAVE_SNPRINTF = @HAVE_SNPRINTF@ -HAVE_VISIBILITY = @HAVE_VISIBILITY@ -HAVE_WPRINTF = @HAVE_WPRINTF@ -HUNSPELL_VERSION_MAJOR = @HUNSPELL_VERSION_MAJOR@ -HUNSPELL_VERSION_MINOR = @HUNSPELL_VERSION_MINOR@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLBISON = @INTLBISON@ -INTLLIBS = @INTLLIBS@ -INTLOBJS = @INTLOBJS@ -INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ -INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LIBICONV = @LIBICONV@ -LIBINTL = @LIBINTL@ -LIBMULTITHREAD = @LIBMULTITHREAD@ -LIBOBJS = @LIBOBJS@ -LIBPTH = @LIBPTH@ -LIBPTH_PREFIX = @LIBPTH_PREFIX@ -LIBS = @LIBS@ -LIBTHREAD = @LIBTHREAD@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBC = @LTLIBC@ -LTLIBICONV = @LTLIBICONV@ -LTLIBINTL = @LTLIBINTL@ -LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ -LTLIBOBJS = @LTLIBOBJS@ -LTLIBPTH = @LTLIBPTH@ -LTLIBTHREAD = @LTLIBTHREAD@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MSGFMT = @MSGFMT@ -MSGFMT_015 = @MSGFMT_015@ -MSGMERGE = @MSGMERGE@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -POSUB = @POSUB@ -PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ -RANLIB = @RANLIB@ -READLINELIB = @READLINELIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -WINDRES = @WINDRES@ -WOE32 = @WOE32@ -WOE32DLL = @WOE32DLL@ -XFAILED = @XFAILED@ -XGETTEXT = @XGETTEXT@ -XGETTEXT_015 = @XGETTEXT_015@ -XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target = @target@ -target_alias = @target_alias@ -target_cpu = @target_cpu@ -target_os = @target_os@ -target_vendor = @target_vendor@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -SUBDIRS = suggestiontest -XFAIL_TESTS = @XFAILED@ -TESTS = \ -affixes.test \ -condition.test \ -condition_utf.test \ -base.test \ -base_utf.test \ -allcaps.test \ -allcaps_utf.test \ -allcaps2.test \ -allcaps3.test \ -keepcase.test \ -i58202.test \ -map.test \ -rep.test \ -sug.test \ -sugutf.test \ -phone.test \ -flag.test \ -flaglong.test \ -flagnum.test \ -flagutf8.test \ -slash.test \ -forbiddenword.test \ -nosuggest.test \ -alias.test \ -alias2.test \ -alias3.test \ -breakdefault.test \ -break.test \ -needaffix.test \ -needaffix2.test \ -needaffix3.test \ -needaffix4.test \ -needaffix5.test \ -circumfix.test \ -fogemorpheme.test \ -onlyincompound.test \ -complexprefixes.test \ -complexprefixes2.test \ -complexprefixesutf.test \ -conditionalprefix.test \ -zeroaffix.test \ -utf8.test \ -utf8_bom.test \ -utf8_bom2.test \ -utf8_nonbmp.test \ -compoundflag.test \ -compoundrule.test \ -compoundrule2.test \ -compoundrule3.test \ -compoundrule4.test \ -compoundrule5.test \ -compoundrule6.test \ -compoundrule7.test \ -compoundrule8.test \ -compoundaffix.test \ -compoundaffix2.test \ -compoundaffix3.test \ -checkcompounddup.test \ -checkcompoundtriple.test \ -simplifiedtriple.test \ -checkcompoundrep.test \ -checkcompoundcase2.test \ -checkcompoundcaseutf.test \ -checkcompoundpattern.test \ -checkcompoundpattern2.test \ -checkcompoundpattern3.test \ -checkcompoundpattern4.test \ -utfcompound.test \ -checksharps.test \ -checksharpsutf.test \ -germancompounding.test \ -germancompoundingold.test \ -i35725.test \ -i53643.test \ -i54633.test \ -i54980.test \ -maputf.test \ -reputf.test \ -ignore.test \ -ignoreutf.test \ -1592880.test \ -1695964.test \ -1463589.test \ -1463589_utf.test \ -IJ.test \ -i68568.test \ -i68568utf.test \ -1706659.test \ -digits_in_words.test \ -colons_in_words.test \ -ngram_utf_fix.test \ -morph.test \ -1975530.test \ -fullstrip.test \ -iconv.test \ -oconv.test \ -encoding.test \ -korean.test \ -opentaal_forbiddenword1.test \ -opentaal_forbiddenword2.test \ -opentaal_keepcase.test \ -arabic.test \ -2970240.test \ -2970242.test \ -breakoff.test \ -opentaal_cpdpat.test \ -opentaal_cpdpat2.test \ -2999225.test \ -onlyincompound2.test \ -forceucase.test \ -warn.test - -EXTRA_DIST = \ -test.sh \ -affixes.aff \ -affixes.dic \ -affixes.good \ -affixes.test \ -condition.aff \ -condition.dic \ -condition.good \ -condition.test \ -condition.wrong \ -condition_utf.aff \ -condition_utf.dic \ -condition_utf.good \ -condition_utf.test \ -condition_utf.wrong \ -base.aff \ -base.dic \ -base.good \ -base.sug \ -base.test \ -base.wrong \ -base_utf.aff \ -base_utf.dic \ -base_utf.good \ -base_utf.sug \ -base_utf.test \ -base_utf.wrong \ -allcaps.aff \ -allcaps.dic \ -allcaps.good \ -allcaps.sug \ -allcaps.test \ -allcaps.wrong \ -allcaps2.aff \ -allcaps2.dic \ -allcaps2.good \ -allcaps2.sug \ -allcaps2.test \ -allcaps2.wrong \ -allcaps3.aff \ -allcaps3.dic \ -allcaps3.good \ -allcaps3.test \ -allcaps3.wrong \ -allcaps_utf.aff \ -allcaps_utf.dic \ -allcaps_utf.good \ -allcaps_utf.sug \ -allcaps_utf.test \ -allcaps_utf.wrong \ -keepcase.aff \ -keepcase.dic \ -keepcase.good \ -keepcase.sug \ -keepcase.test \ -keepcase.wrong \ -map.aff \ -map.dic \ -map.sug \ -map.test \ -map.wrong \ -rep.aff \ -rep.dic \ -rep.sug \ -rep.test \ -rep.wrong \ -sug.aff \ -sug.dic \ -sug.sug \ -sug.test \ -sug.wrong \ -sugutf.aff \ -sugutf.dic \ -sugutf.sug \ -sugutf.test \ -sugutf.wrong \ -phone.aff \ -phone.dic \ -phone.sug \ -phone.test \ -phone.wrong \ -alias.aff \ -alias.dic \ -alias.good \ -alias.test \ -alias2.aff \ -alias2.dic \ -alias2.good \ -alias2.morph \ -alias2.test \ -alias3.aff \ -alias3.dic \ -alias3.good \ -alias3.morph \ -alias3.test \ -break.aff \ -break.dic \ -break.good \ -break.test \ -break.wrong \ -breakdefault.aff \ -breakdefault.dic \ -breakdefault.good \ -breakdefault.sug \ -breakdefault.test \ -breakdefault.wrong \ -circumfix.aff \ -circumfix.dic \ -circumfix.good \ -circumfix.morph \ -circumfix.test \ -circumfix.wrong \ -fogemorpheme.aff \ -fogemorpheme.dic \ -fogemorpheme.good \ -fogemorpheme.test \ -fogemorpheme.wrong \ -onlyincompound.aff \ -onlyincompound.dic \ -onlyincompound.good \ -onlyincompound.sug \ -onlyincompound.test \ -onlyincompound.wrong \ -forbiddenword.aff \ -forbiddenword.dic \ -forbiddenword.good \ -forbiddenword.test \ -forbiddenword.wrong \ -nosuggest.aff \ -nosuggest.dic \ -nosuggest.good \ -nosuggest.sug \ -nosuggest.test \ -nosuggest.wrong \ -germancompounding.aff \ -germancompounding.dic \ -germancompounding.good \ -germancompounding.test \ -germancompounding.wrong \ -germancompoundingold.aff \ -germancompoundingold.dic \ -germancompoundingold.good \ -germancompoundingold.test \ -germancompoundingold.wrong \ -needaffix2.aff \ -needaffix2.dic \ -needaffix2.good \ -needaffix2.morph \ -needaffix2.test \ -needaffix3.aff \ -needaffix3.dic \ -needaffix3.good \ -needaffix3.test \ -needaffix3.wrong \ -needaffix4.aff \ -needaffix4.dic \ -needaffix4.good \ -needaffix4.test \ -needaffix5.aff \ -needaffix5.dic \ -needaffix5.good \ -needaffix5.test \ -needaffix5.wrong \ -needaffix.aff \ -needaffix.dic \ -needaffix.good \ -needaffix.test \ -needaffix.wrong \ -zeroaffix.aff \ -zeroaffix.dic \ -zeroaffix.good \ -zeroaffix.morph \ -zeroaffix.test \ -utf8.aff \ -utf8.dic \ -utf8.good \ -utf8.test \ -utf8_bom.aff \ -utf8_bom.dic \ -utf8_bom.good \ -utf8_bom.test \ -utf8_bom2.aff \ -utf8_bom2.dic \ -utf8_bom2.good \ -utf8_bom2.test \ -utf8_nonbmp.aff \ -utf8_nonbmp.dic \ -utf8_nonbmp.good \ -utf8_nonbmp.sug \ -utf8_nonbmp.test \ -utf8_nonbmp.wrong \ -utfcompound.aff \ -utfcompound.dic \ -utfcompound.good \ -utfcompound.test \ -utfcompound.wrong \ -compoundflag.aff \ -compoundflag.dic \ -compoundflag.good \ -compoundflag.test \ -compoundflag.wrong \ -compoundrule.aff \ -compoundrule.dic \ -compoundrule.good \ -compoundrule.test \ -compoundrule.wrong \ -compoundrule2.aff \ -compoundrule2.dic \ -compoundrule2.good \ -compoundrule2.test \ -compoundrule2.wrong \ -compoundrule3.aff \ -compoundrule3.dic \ -compoundrule3.good \ -compoundrule3.test \ -compoundrule3.wrong \ -compoundrule4.aff \ -compoundrule4.dic \ -compoundrule4.good \ -compoundrule4.test \ -compoundrule4.wrong \ -compoundrule5.aff \ -compoundrule5.dic \ -compoundrule5.good \ -compoundrule5.morph \ -compoundrule5.test \ -compoundrule5.wrong \ -compoundrule6.aff \ -compoundrule6.dic \ -compoundrule6.good \ -compoundrule6.test \ -compoundrule6.wrong \ -compoundrule7.aff \ -compoundrule7.dic \ -compoundrule7.good \ -compoundrule7.test \ -compoundrule7.wrong \ -compoundrule8.aff \ -compoundrule8.dic \ -compoundrule8.good \ -compoundrule8.test \ -compoundrule8.wrong \ -compoundaffix.aff \ -compoundaffix.dic \ -compoundaffix.good \ -compoundaffix.test \ -compoundaffix.wrong \ -compoundaffix2.aff \ -compoundaffix2.dic \ -compoundaffix2.good \ -compoundaffix2.test \ -compoundaffix3.aff \ -compoundaffix3.dic \ -compoundaffix3.good \ -compoundaffix3.test \ -compoundaffix3.wrong \ -checkcompounddup.aff \ -checkcompounddup.dic \ -checkcompounddup.good \ -checkcompounddup.test \ -checkcompounddup.wrong \ -checkcompoundcase.aff \ -checkcompoundcase.dic \ -checkcompoundcase.good \ -checkcompoundcase.test \ -checkcompoundcase.wrong \ -checkcompoundcase2.aff \ -checkcompoundcase2.dic \ -checkcompoundcase2.good \ -checkcompoundcase2.test \ -checkcompoundcase2.wrong \ -checkcompoundcaseutf.aff \ -checkcompoundcaseutf.dic \ -checkcompoundcaseutf.good \ -checkcompoundcaseutf.test \ -checkcompoundcaseutf.wrong \ -checkcompoundrep.aff \ -checkcompoundrep.dic \ -checkcompoundrep.good \ -checkcompoundrep.test \ -checkcompoundrep.wrong \ -checkcompoundtriple.aff \ -checkcompoundtriple.dic \ -checkcompoundtriple.good \ -checkcompoundtriple.test \ -checkcompoundtriple.wrong \ -simplifiedtriple.aff \ -simplifiedtriple.dic \ -simplifiedtriple.good \ -simplifiedtriple.test \ -simplifiedtriple.wrong \ -checkcompoundpattern.aff \ -checkcompoundpattern.dic \ -checkcompoundpattern.good \ -checkcompoundpattern.test \ -checkcompoundpattern.wrong \ -checkcompoundpattern2.aff \ -checkcompoundpattern2.dic \ -checkcompoundpattern2.good \ -checkcompoundpattern2.test \ -checkcompoundpattern2.wrong \ -checkcompoundpattern3.aff \ -checkcompoundpattern3.dic \ -checkcompoundpattern3.good \ -checkcompoundpattern3.test \ -checkcompoundpattern3.wrong \ -checkcompoundpattern4.aff \ -checkcompoundpattern4.dic \ -checkcompoundpattern4.good \ -checkcompoundpattern4.test \ -checkcompoundpattern4.wrong \ -checksharps.aff \ -checksharps.dic \ -checksharps.good \ -checksharps.sug \ -checksharps.test \ -checksharps.wrong \ -checksharpsutf.aff \ -checksharpsutf.dic \ -checksharpsutf.good \ -checksharpsutf.sug \ -checksharpsutf.test \ -checksharpsutf.wrong \ -conditionalprefix.aff \ -conditionalprefix.dic \ -conditionalprefix.good \ -conditionalprefix.morph \ -conditionalprefix.test \ -conditionalprefix.wrong \ -flaglong.aff \ -flaglong.dic \ -flaglong.good \ -flaglong.test \ -flagnum.aff \ -flagnum.dic \ -flagnum.good \ -flagnum.test \ -flag.aff \ -flag.dic \ -flag.good \ -flag.test \ -flagutf8.aff \ -flagutf8.dic \ -flagutf8.good \ -flagutf8.test \ -complexprefixes.aff \ -complexprefixes.dic \ -complexprefixes.good \ -complexprefixes.wrong \ -complexprefixes.test \ -complexprefixes2.aff \ -complexprefixes2.dic \ -complexprefixes2.good \ -complexprefixes2.test \ -complexprefixesutf.aff \ -complexprefixesutf.dic \ -complexprefixesutf.good \ -complexprefixesutf.wrong \ -complexprefixesutf.test \ -i35725.aff \ -i35725.dic \ -i35725.good \ -i35725.sug \ -i35725.test \ -i35725.wrong \ -i53643.aff \ -i53643.dic \ -i53643.good \ -i53643.test \ -i53643.wrong \ -i54633.aff \ -i54633.dic \ -i54633.good \ -i54633.sug \ -i54633.test \ -i54633.wrong \ -i54980.aff \ -i54980.dic \ -i54980.good \ -i54980.test \ -i58202.aff \ -i58202.dic \ -i58202.good \ -i58202.sug \ -i58202.test \ -i58202.wrong \ -maputf.aff \ -maputf.dic \ -maputf.sug \ -maputf.wrong \ -maputf.test \ -reputf.aff \ -reputf.dic \ -reputf.sug \ -reputf.wrong \ -reputf.test \ -slash.aff \ -slash.dic \ -slash.good \ -slash.test \ -ignore.aff \ -ignore.dic \ -ignore.good \ -ignore.test \ -ignoreutf.aff \ -ignoreutf.dic \ -ignoreutf.good \ -ignoreutf.test \ -1592880.aff \ -1592880.dic \ -1592880.good \ -1592880.test \ -1695964.aff \ -1695964.dic \ -1695964.sug \ -1695964.test \ -1695964.wrong \ -1463589.aff \ -1463589.dic \ -1463589.sug \ -1463589.test \ -1463589.wrong \ -1463589_utf.aff \ -1463589_utf.dic \ -1463589_utf.sug \ -1463589_utf.test \ -1463589_utf.wrong \ -IJ.aff \ -IJ.dic \ -IJ.good \ -IJ.sug \ -IJ.test \ -IJ.wrong \ -i68568.aff \ -i68568.dic \ -i68568.test \ -i68568.wrong \ -i68568utf.aff \ -i68568utf.dic \ -i68568utf.test \ -i68568utf.wrong \ -1706659.aff \ -1706659.dic \ -1706659.test \ -1706659.wrong \ -digits_in_words.aff \ -digits_in_words.dic \ -digits_in_words.test \ -digits_in_words.wrong \ -colons_in_words.aff \ -colons_in_words.dic \ -colons_in_words.test \ -ngram_utf_fix.aff \ -ngram_utf_fix.dic \ -ngram_utf_fix.good \ -ngram_utf_fix.sug \ -ngram_utf_fix.test \ -ngram_utf_fix.wrong \ -morph.aff \ -morph.dic \ -morph.good \ -morph.morph \ -morph.test \ -1975530.aff \ -1975530.dic \ -1975530.good \ -1975530.test \ -1975530.wrong \ -fullstrip.aff \ -fullstrip.dic \ -fullstrip.good \ -fullstrip.test \ -iconv.aff \ -iconv.dic \ -iconv.good \ -iconv.test \ -oconv.aff \ -oconv.dic \ -oconv.good \ -oconv.sug \ -oconv.test \ -oconv.wrong \ -encoding.aff \ -encoding.dic \ -encoding.good \ -encoding.test \ -opentaal_forbiddenword1.aff \ -opentaal_forbiddenword1.dic \ -opentaal_forbiddenword1.good \ -opentaal_forbiddenword1.sug \ -opentaal_forbiddenword1.test \ -opentaal_forbiddenword1.wrong \ -opentaal_forbiddenword2.aff \ -opentaal_forbiddenword2.dic \ -opentaal_forbiddenword2.good \ -opentaal_forbiddenword2.sug \ -opentaal_forbiddenword2.test \ -opentaal_forbiddenword2.wrong \ -opentaal_forbiddenword2.aff \ -opentaal_forbiddenword2.dic \ -opentaal_forbiddenword2.good \ -opentaal_forbiddenword2.sug \ -opentaal_forbiddenword2.test \ -opentaal_forbiddenword2.wrong \ -opentaal_keepcase.aff \ -opentaal_keepcase.dic \ -opentaal_keepcase.good \ -opentaal_keepcase.sug \ -opentaal_keepcase.test \ -opentaal_keepcase.wrong \ -arabic.aff \ -arabic.dic \ -arabic.wrong \ -arabic.test \ -2970240.aff \ -2970240.dic \ -2970240.good \ -2970240.wrong \ -2970240.test \ -2970242.aff \ -2970242.dic \ -2970242.good \ -2970242.wrong \ -2970242.test \ -breakoff.aff \ -breakoff.dic \ -breakoff.good \ -breakoff.wrong \ -breakoff.test \ -opentaal_cpdpat.aff \ -opentaal_cpdpat.dic \ -opentaal_cpdpat.good \ -opentaal_cpdpat.wrong \ -opentaal_cpdpat.test \ -opentaal_cpdpat2.aff \ -opentaal_cpdpat2.dic \ -opentaal_cpdpat2.good \ -opentaal_cpdpat2.wrong \ -opentaal_cpdpat2.test \ -2999225.aff \ -2999225.dic \ -2999225.good \ -2999225.test \ -korean.aff \ -korean.dic \ -korean.good \ -korean.wrong \ -korean.test \ -onlyincompound2.aff \ -onlyincompound2.dic \ -onlyincompound2.good \ -onlyincompound2.test \ -onlyincompound2.wrong \ -forceucase.aff \ -forceucase.dic \ -forceucase.good \ -forceucase.sug \ -forceucase.wrong \ -forceucase.test \ -warn.aff \ -warn.dic \ -warn.good \ -warn.test - -all: all-recursive - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs - -# This directory's subdirectories are mostly independent; you can cd -# into them and run `make' without going through this Makefile. -# To change the values of `make' variables: instead of editing Makefiles, -# (1) if the variable is set in `config.status', edit `config.status' -# (which will cause the Makefiles to be regenerated when you run `make'); -# (2) otherwise, pass the desired values on the `make' command line. -$(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - dot_seen=yes; \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done; \ - if test "$$dot_seen" = "no"; then \ - $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ - fi; test -z "$$fail" - -$(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ - *) list='$(SUBDIRS)' ;; \ - esac; \ - rev=''; for subdir in $$list; do \ - if test "$$subdir" = "."; then :; else \ - rev="$$subdir $$rev"; \ - fi; \ - done; \ - rev="$$rev ."; \ - target=`echo $@ | sed s/-recursive//`; \ - for subdir in $$rev; do \ - echo "Making $$target in $$subdir"; \ - if test "$$subdir" = "."; then \ - local_target="$$target-am"; \ - else \ - local_target="$$target"; \ - fi; \ - ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done - -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS - -TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - set x; \ - here=`pwd`; \ - if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - empty_fix=.; \ - else \ - include_option=--include; \ - empty_fix=; \ - fi; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test ! -f $$subdir/TAGS || \ - set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ - fi; \ - done; \ - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - shift; \ - if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - if test $$# -gt 0; then \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - "$$@" $$unique; \ - else \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$unique; \ - fi; \ - fi -ctags: CTAGS -CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - test -z "$(CTAGS_ARGS)$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && $(am__cd) $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) "$$here" - -distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; \ - srcdir=$(srcdir); export srcdir; \ - list=' $(TESTS) '; \ - $(am__tty_colors); \ - if test -n "$$list"; then \ - for tst in $$list; do \ - if test -f ./$$tst; then dir=./; \ - elif test -f $$tst; then dir=; \ - else dir="$(srcdir)/"; fi; \ - if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$tst[\ \ ]*) \ - xpass=`expr $$xpass + 1`; \ - failed=`expr $$failed + 1`; \ - col=$$red; res=XPASS; \ - ;; \ - *) \ - col=$$grn; res=PASS; \ - ;; \ - esac; \ - elif test $$? -ne 77; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$tst[\ \ ]*) \ - xfail=`expr $$xfail + 1`; \ - col=$$lgn; res=XFAIL; \ - ;; \ - *) \ - failed=`expr $$failed + 1`; \ - col=$$red; res=FAIL; \ - ;; \ - esac; \ - else \ - skip=`expr $$skip + 1`; \ - col=$$blu; res=SKIP; \ - fi; \ - echo "$${col}$$res$${std}: $$tst"; \ - done; \ - if test "$$all" -eq 1; then \ - tests="test"; \ - All=""; \ - else \ - tests="tests"; \ - All="All "; \ - fi; \ - if test "$$failed" -eq 0; then \ - if test "$$xfail" -eq 0; then \ - banner="$$All$$all $$tests passed"; \ - else \ - if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ - banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ - fi; \ - else \ - if test "$$xpass" -eq 0; then \ - banner="$$failed of $$all $$tests failed"; \ - else \ - if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ - banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ - fi; \ - fi; \ - dashes="$$banner"; \ - skipped=""; \ - if test "$$skip" -ne 0; then \ - if test "$$skip" -eq 1; then \ - skipped="($$skip test was not run)"; \ - else \ - skipped="($$skip tests were not run)"; \ - fi; \ - test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ - dashes="$$skipped"; \ - fi; \ - report=""; \ - if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ - report="Please report to $(PACKAGE_BUGREPORT)"; \ - test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ - dashes="$$report"; \ - fi; \ - dashes=`echo "$$dashes" | sed s/./=/g`; \ - if test "$$failed" -eq 0; then \ - echo "$$grn$$dashes"; \ - else \ - echo "$$red$$dashes"; \ - fi; \ - echo "$$banner"; \ - test -z "$$skipped" || echo "$$skipped"; \ - test -z "$$report" || echo "$$report"; \ - echo "$$dashes$$std"; \ - test "$$failed" -eq 0; \ - else :; fi - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - fi; \ - done - @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ - dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ - $(am__relativize); \ - new_distdir=$$reldir; \ - dir1=$$subdir; dir2="$(top_distdir)"; \ - $(am__relativize); \ - new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ - ($(am__cd) $$subdir && \ - $(MAKE) $(AM_MAKEFLAGS) \ - top_distdir="$$new_top_distdir" \ - distdir="$$new_distdir" \ - am__remove_distdir=: \ - am__skip_length_check=: \ - am__skip_mode_fix=: \ - distdir) \ - || exit 1; \ - fi; \ - done -check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS -check: check-recursive -all-am: Makefile -installdirs: installdirs-recursive -installdirs-am: -install: install-recursive -install-exec: install-exec-recursive -install-data: install-data-recursive -uninstall: uninstall-recursive - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-recursive -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-recursive - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-recursive - -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-local \ - distclean-tags - -dvi: dvi-recursive - -dvi-am: - -html: html-recursive - -html-am: - -info: info-recursive - -info-am: - -install-data-am: - -install-dvi: install-dvi-recursive - -install-dvi-am: - -install-exec-am: - -install-html: install-html-recursive - -install-html-am: - -install-info: install-info-recursive - -install-info-am: - -install-man: - -install-pdf: install-pdf-recursive - -install-pdf-am: - -install-ps: install-ps-recursive - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-recursive - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-recursive - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-recursive - -pdf-am: - -ps: ps-recursive - -ps-am: - -uninstall-am: - -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \ - ctags-recursive install-am install-strip tags-recursive - -.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ - all all-am check check-TESTS check-am clean clean-generic \ - clean-libtool ctags ctags-recursive distclean \ - distclean-generic distclean-libtool distclean-local \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ - ps ps-am tags tags-recursive uninstall uninstall-am - - -# infixes.test - -distclean-local: - -rm -rf testSubDir - -# infixes.aff -# infixes.dic -# infixes.good -# infixes.test - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/extensions/spellcheck/hunspell/tests/unit/data/affixes.aff b/extensions/spellcheck/hunspell/tests/unit/data/affixes.aff deleted file mode 100644 index cf3c50021..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/affixes.aff +++ /dev/null @@ -1,7 +0,0 @@ -# simple example for affix compression (see Hunspell(4)) -PFX A Y 1 -PFX A 0 re . - -SFX B Y 2 -SFX B 0 ed [^y] -SFX B y ied y diff --git a/extensions/spellcheck/hunspell/tests/unit/data/affixes.dic b/extensions/spellcheck/hunspell/tests/unit/data/affixes.dic deleted file mode 100644 index e228043ef..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/affixes.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -hello -try/B -work/AB diff --git a/extensions/spellcheck/hunspell/tests/unit/data/affixes.good b/extensions/spellcheck/hunspell/tests/unit/data/affixes.good deleted file mode 100644 index 20097e8e6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/affixes.good +++ /dev/null @@ -1,7 +0,0 @@ -hello -try -tried -work -worked -rework -reworked diff --git a/extensions/spellcheck/hunspell/tests/unit/data/affixes.test b/extensions/spellcheck/hunspell/tests/unit/data/affixes.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/affixes.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias.aff b/extensions/spellcheck/hunspell/tests/unit/data/alias.aff deleted file mode 100644 index 3fbce0ac4..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias.aff +++ /dev/null @@ -1,12 +0,0 @@ -# aliases for flag vectors (AF) -# AB -> 1 -# A -> 2 -AF 2 -AF AB -AF A - -SFX A Y 1 -SFX A 0 x . - -SFX B Y 1 -SFX B 0 y/2 . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias.dic b/extensions/spellcheck/hunspell/tests/unit/data/alias.dic deleted file mode 100644 index e0af3c918..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -foo/1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias.good b/extensions/spellcheck/hunspell/tests/unit/data/alias.good deleted file mode 100644 index 71702f231..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias.good +++ /dev/null @@ -1,4 +0,0 @@ -foo -foox -fooy -fooyx diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias.test b/extensions/spellcheck/hunspell/tests/unit/data/alias.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias2.aff b/extensions/spellcheck/hunspell/tests/unit/data/alias2.aff deleted file mode 100644 index 66a183833..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias2.aff +++ /dev/null @@ -1,17 +0,0 @@ -# aliases for flag vectors (AF) and morphological descriptions (AM) -# AB -> 1 -# A -> 2 -AF 2 -AF AB -AF A - -AM 3 -AM is:affix_x -AM ds:affix_y -AM po:noun xx:other_data - -SFX A Y 1 -SFX A 0 x . 1 - -SFX B Y 1 -SFX B 0 y/2 . 2 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias2.dic b/extensions/spellcheck/hunspell/tests/unit/data/alias2.dic deleted file mode 100644 index 60300acee..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias2.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -foo/1 3 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias2.good b/extensions/spellcheck/hunspell/tests/unit/data/alias2.good deleted file mode 100644 index 71702f231..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias2.good +++ /dev/null @@ -1,4 +0,0 @@ -foo -foox -fooy -fooyx diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias2.morph b/extensions/spellcheck/hunspell/tests/unit/data/alias2.morph deleted file mode 100644 index 01f983d57..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias2.morph +++ /dev/null @@ -1,12 +0,0 @@ -> foo -analyze(foo) = st:foo po:noun xx:other_data -stem(foo) = foo -> foox -analyze(foox) = st:foo po:noun xx:other_data is:affix_x -stem(foox) = foo -> fooy -analyze(fooy) = st:foo po:noun xx:other_data ds:affix_y -stem(fooy) = fooy -> fooyx -analyze(fooyx) = st:foo po:noun xx:other_data ds:affix_y is:affix_x -stem(fooyx) = fooy diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias2.test b/extensions/spellcheck/hunspell/tests/unit/data/alias2.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias3.aff b/extensions/spellcheck/hunspell/tests/unit/data/alias3.aff deleted file mode 100644 index a32818500..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias3.aff +++ /dev/null @@ -1,18 +0,0 @@ -# morph. aliases with complex prefixes -COMPLEXPREFIXES -WORDCHARS _ - -AM 4 -AM affix_1/ -AM affix_2/ -AM /suffix_1 -AM [stem_1] - -PFX A Y 1 -PFX A 0 tek . 1 - -PFX B Y 1 -PFX B 0 met/A . 2 - -SFX C Y 1 -SFX C 0 _test_ . 3 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias3.dic b/extensions/spellcheck/hunspell/tests/unit/data/alias3.dic deleted file mode 100644 index f22567cbe..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias3.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -ouro/BC 4 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias3.good b/extensions/spellcheck/hunspell/tests/unit/data/alias3.good deleted file mode 100644 index 6bf822826..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias3.good +++ /dev/null @@ -1,4 +0,0 @@ -ouro -metouro -tekmetouro -ouro_test_ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias3.morph b/extensions/spellcheck/hunspell/tests/unit/data/alias3.morph deleted file mode 100644 index 33edf5cee..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias3.morph +++ /dev/null @@ -1,8 +0,0 @@ -> ouro -analyze(ouro) = [stem_1] ouro:ts -> metouro -analyze(metouro) = affix_2/ ouro:ts [stem_1] -> tekmetouro -analyze(tekmetouro) = affix_1/ affix_2/ ouro:ts [stem_1] -> ouro_test_ -analyze(ouro_test_) = [stem_1] ouro:ts /suffix_1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/alias3.test b/extensions/spellcheck/hunspell/tests/unit/data/alias3.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/alias3.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.aff b/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.aff deleted file mode 100644 index a11762568..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.aff +++ /dev/null @@ -1,6 +0,0 @@ -SET UTF-8 -WORDCHARS '. - -SFX S N 1 -SFX S 0 's . - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.dic b/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.dic deleted file mode 100644 index 7d3cdcc04..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -OpenOffice.org -UNICEF/S diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.good b/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.good deleted file mode 100644 index 3afd877d9..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.good +++ /dev/null @@ -1,4 +0,0 @@ -OpenOffice.org -OPENOFFICE.ORG -UNICEF's -UNICEF'S diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.sug b/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.sug deleted file mode 100644 index d372ff23d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.sug +++ /dev/null @@ -1,3 +0,0 @@ -OpenOffice.org -UNICEF -UNICEF's diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.test b/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.wrong deleted file mode 100644 index 668194906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps-utf.wrong +++ /dev/null @@ -1,3 +0,0 @@ -Openoffice.org -Unicef -Unicef's diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.aff b/extensions/spellcheck/hunspell/tests/unit/data/allcaps.aff deleted file mode 100644 index 57e916bf5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.aff +++ /dev/null @@ -1,5 +0,0 @@ -# check uppercase forms of allcaps word + affix and words with mixed casing -WORDCHARS '. - -SFX S N 1 -SFX S 0 's . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.dic b/extensions/spellcheck/hunspell/tests/unit/data/allcaps.dic deleted file mode 100644 index 7d3cdcc04..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -OpenOffice.org -UNICEF/S diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.good b/extensions/spellcheck/hunspell/tests/unit/data/allcaps.good deleted file mode 100644 index 3afd877d9..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.good +++ /dev/null @@ -1,4 +0,0 @@ -OpenOffice.org -OPENOFFICE.ORG -UNICEF's -UNICEF'S diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.sug b/extensions/spellcheck/hunspell/tests/unit/data/allcaps.sug deleted file mode 100644 index d372ff23d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.sug +++ /dev/null @@ -1,3 +0,0 @@ -OpenOffice.org -UNICEF -UNICEF's diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.test b/extensions/spellcheck/hunspell/tests/unit/data/allcaps.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.wrong b/extensions/spellcheck/hunspell/tests/unit/data/allcaps.wrong deleted file mode 100644 index 668194906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps.wrong +++ /dev/null @@ -1,3 +0,0 @@ -Openoffice.org -Unicef -Unicef's diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.aff b/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.aff deleted file mode 100644 index 67022d6eb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.aff +++ /dev/null @@ -1,6 +0,0 @@ -# forbidden all caps words are case sensitive -# iPod -> ipodos ("iPodic" in Hungarian) -FORBIDDENWORD * -SFX s N 1 -SFX s 0 os . - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.dic b/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.dic deleted file mode 100644 index be21bfb40..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -iPod/s -iPodos/* -ipodos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.good b/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.good deleted file mode 100644 index 5fd2f82ce..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.good +++ /dev/null @@ -1,4 +0,0 @@ -iPod -IPOD -ipodos -IPODOS diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.sug b/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.sug deleted file mode 100644 index 5c312d7b5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.sug +++ /dev/null @@ -1,2 +0,0 @@ -iPod -ipodos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.test b/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.wrong b/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.wrong deleted file mode 100644 index 010967be6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps2.wrong +++ /dev/null @@ -1,2 +0,0 @@ -ipod -iPodos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.aff b/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.aff deleted file mode 100644 index 789818e1a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.aff +++ /dev/null @@ -1,10 +0,0 @@ -# homonym support -WORDCHARS ' - -SFX s N 1 -SFX s 0 s . - -SFX S N 1 -SFX S 0 's . - - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.dic b/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.dic deleted file mode 100644 index e903a0fa9..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.dic +++ /dev/null @@ -1,7 +0,0 @@ -4 -UNESCO/S -Unesco/S -Nasa/S -NASA/S -ACTS -act/s diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.good b/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.good deleted file mode 100644 index b9930a24d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.good +++ /dev/null @@ -1,13 +0,0 @@ -UNESCO -Unesco -UNESCO's -Unesco's -UNESCO'S -NASA -Nasa -NASA's -Nasa's -NASA'S -ACTS -acts -Acts diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.test b/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.wrong b/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.wrong deleted file mode 100644 index 89172b824..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/allcaps3.wrong +++ /dev/null @@ -1,4 +0,0 @@ -unesco -unesco's -nasa -nasa's diff --git a/extensions/spellcheck/hunspell/tests/unit/data/arabic.aff b/extensions/spellcheck/hunspell/tests/unit/data/arabic.aff deleted file mode 100644 index f8dd5cf24..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/arabic.aff +++ /dev/null @@ -1,6 +0,0 @@ -SET UTF-8 -TRY أ -IGNORE ٌٍَُِّْ - -PFX Aa Y 1 -PFX Aa 0 0/X0 أ[^ي] diff --git a/extensions/spellcheck/hunspell/tests/unit/data/arabic.dic b/extensions/spellcheck/hunspell/tests/unit/data/arabic.dic deleted file mode 100644 index 9a2035def..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/arabic.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -ب diff --git a/extensions/spellcheck/hunspell/tests/unit/data/arabic.test b/extensions/spellcheck/hunspell/tests/unit/data/arabic.test deleted file mode 100644 index 4d59c4212..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/arabic.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i UTF-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/arabic.wrong b/extensions/spellcheck/hunspell/tests/unit/data/arabic.wrong deleted file mode 100644 index 9b566c364..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/arabic.wrong +++ /dev/null @@ -1 +0,0 @@ -ـ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.aff b/extensions/spellcheck/hunspell/tests/unit/data/base-utf.aff deleted file mode 100644 index 493157b30..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.aff +++ /dev/null @@ -1,198 +0,0 @@ -# OpenOffice.org’s en_US.aff file -# with Unicode apostrophe: ’ - -SET UTF-8 -TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ' - -MAXNGRAMSUGS 1 -WORDCHARS .'’ - -PFX A Y 1 -PFX A 0 re . - -PFX I Y 1 -PFX I 0 in . - -PFX U Y 1 -PFX U 0 un . - -PFX C Y 1 -PFX C 0 de . - -PFX E Y 1 -PFX E 0 dis . - -PFX F Y 1 -PFX F 0 con . - -PFX K Y 1 -PFX K 0 pro . - -SFX V N 2 -SFX V e ive e -SFX V 0 ive [^e] - -SFX N Y 3 -SFX N e ion e -SFX N y ication y -SFX N 0 en [^ey] - -SFX X Y 3 -SFX X e ions e -SFX X y ications y -SFX X 0 ens [^ey] - -SFX H N 2 -SFX H y ieth y -SFX H 0 th [^y] - -SFX Y Y 1 -SFX Y 0 ly . - -SFX G Y 2 -SFX G e ing e -SFX G 0 ing [^e] - -SFX J Y 2 -SFX J e ings e -SFX J 0 ings [^e] - -SFX D Y 4 -SFX D 0 d e -SFX D y ied [^aeiou]y -SFX D 0 ed [^ey] -SFX D 0 ed [aeiou]y - -SFX T N 4 -SFX T 0 st e -SFX T y iest [^aeiou]y -SFX T 0 est [aeiou]y -SFX T 0 est [^ey] - -SFX R Y 4 -SFX R 0 r e -SFX R y ier [^aeiou]y -SFX R 0 er [aeiou]y -SFX R 0 er [^ey] - -SFX Z Y 4 -SFX Z 0 rs e -SFX Z y iers [^aeiou]y -SFX Z 0 ers [aeiou]y -SFX Z 0 ers [^ey] - -SFX S Y 4 -SFX S y ies [^aeiou]y -SFX S 0 s [aeiou]y -SFX S 0 es [sxzh] -SFX S 0 s [^sxzhy] - -SFX P Y 3 -SFX P y iness [^aeiou]y -SFX P 0 ness [aeiou]y -SFX P 0 ness [^y] - -SFX M Y 1 -SFX M 0 's . - -SFX B Y 3 -SFX B 0 able [^aeiou] -SFX B 0 able ee -SFX B e able [^aeiou]e - -SFX L Y 1 -SFX L 0 ment . - -REP 88 -REP a ei -REP ei a -REP a ey -REP ey a -REP ai ie -REP ie ai -REP are air -REP are ear -REP are eir -REP air are -REP air ere -REP ere air -REP ere ear -REP ere eir -REP ear are -REP ear air -REP ear ere -REP eir are -REP eir ere -REP ch te -REP te ch -REP ch ti -REP ti ch -REP ch tu -REP tu ch -REP ch s -REP s ch -REP ch k -REP k ch -REP f ph -REP ph f -REP gh f -REP f gh -REP i igh -REP igh i -REP i uy -REP uy i -REP i ee -REP ee i -REP j di -REP di j -REP j gg -REP gg j -REP j ge -REP ge j -REP s ti -REP ti s -REP s ci -REP ci s -REP k cc -REP cc k -REP k qu -REP qu k -REP kw qu -REP o eau -REP eau o -REP o ew -REP ew o -REP oo ew -REP ew oo -REP ew ui -REP ui ew -REP oo ui -REP ui oo -REP ew u -REP u ew -REP oo u -REP u oo -REP u oe -REP oe u -REP u ieu -REP ieu u -REP ue ew -REP ew ue -REP uff ough -REP oo ieu -REP ieu oo -REP ier ear -REP ear ier -REP ear air -REP air ear -REP w qu -REP qu w -REP z ss -REP ss z -REP shun tion -REP shun sion -REP shun cion -McDonalds’sá/w -McDonald’sszá/g3) st:McDonaldâs po:noun_prs is:TRANS -McDonald’sszal/g4) st:McDonaldâs po:noun_prs is:INSTR -McDonald’ssal/w diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.dic b/extensions/spellcheck/hunspell/tests/unit/data/base-utf.dic deleted file mode 100644 index b2b536d28..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.dic +++ /dev/null @@ -1,29 +0,0 @@ -28 -created/U -create/XKVNGADS -imply/GNSDX -natural/PUY -like/USPBY -convey/BDGS -look/GZRDS -text -hello -said -sawyer -NASA -rotten -day -tomorrow -seven -FAQ/SM -can’t -doesn’t -etc -won’t -lip -text -horrifying -speech -suggest -uncreate/V -Hunspell diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.good b/extensions/spellcheck/hunspell/tests/unit/data/base-utf.good deleted file mode 100644 index 4c73e42b8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.good +++ /dev/null @@ -1,27 +0,0 @@ -created -uncreate -uncreated -imply -implied -unnatural -conveyed -sawyer -NASA -FAQs -can’t -doesn’t -won’t -Created -Hello -HELLO -NASA -etc. -etc -HELLO -lip. -text. -NASA. -Text. -TEXT. -Hunspell. -HUNSPELL. diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.sug b/extensions/spellcheck/hunspell/tests/unit/data/base-utf.sug deleted file mode 100644 index 990b640cf..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.sug +++ /dev/null @@ -1,11 +0,0 @@ -looked, look -text, create -hello -said -rotten day, rotten-day, rotten -tomorrow, rotten -seven -NASA -horrifying -speech, Hunspell -suggest diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.test b/extensions/spellcheck/hunspell/tests/unit/data/base-utf.test deleted file mode 100644 index 4d59c4212..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i UTF-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/base-utf.wrong deleted file mode 100644 index 88a6e2520..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base-utf.wrong +++ /dev/null @@ -1,11 +0,0 @@ -loooked -texxt -hlelo -seid -rottenday -tomorow -seeeven -Nasa -horrorfying -peech -sugesst diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base.aff b/extensions/spellcheck/hunspell/tests/unit/data/base.aff deleted file mode 100644 index 632f04b96..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base.aff +++ /dev/null @@ -1,192 +0,0 @@ -# OpenOffice.org's en_US.aff file - -SET ISO8859-1 -TRY esianrtolcdugmphbyfvkwz' - -WORDCHARS .' - -PFX A Y 1 -PFX A 0 re . - -PFX I Y 1 -PFX I 0 in . - -PFX U Y 1 -PFX U 0 un . - -PFX C Y 1 -PFX C 0 de . - -PFX E Y 1 -PFX E 0 dis . - -PFX F Y 1 -PFX F 0 con . - -PFX K Y 1 -PFX K 0 pro . - -SFX V N 2 -SFX V e ive e -SFX V 0 ive [^e] - -SFX N Y 3 -SFX N e ion e -SFX N y ication y -SFX N 0 en [^ey] - -SFX X Y 3 -SFX X e ions e -SFX X y ications y -SFX X 0 ens [^ey] - -SFX H N 2 -SFX H y ieth y -SFX H 0 th [^y] - -SFX Y Y 1 -SFX Y 0 ly . - -SFX G Y 2 -SFX G e ing e -SFX G 0 ing [^e] - -SFX J Y 2 -SFX J e ings e -SFX J 0 ings [^e] - -SFX D Y 4 -SFX D 0 d e -SFX D y ied [^aeiou]y -SFX D 0 ed [^ey] -SFX D 0 ed [aeiou]y - -SFX T N 4 -SFX T 0 st e -SFX T y iest [^aeiou]y -SFX T 0 est [aeiou]y -SFX T 0 est [^ey] - -SFX R Y 4 -SFX R 0 r e -SFX R y ier [^aeiou]y -SFX R 0 er [aeiou]y -SFX R 0 er [^ey] - -SFX Z Y 4 -SFX Z 0 rs e -SFX Z y iers [^aeiou]y -SFX Z 0 ers [aeiou]y -SFX Z 0 ers [^ey] - -SFX S Y 4 -SFX S y ies [^aeiou]y -SFX S 0 s [aeiou]y -SFX S 0 es [sxzh] -SFX S 0 s [^sxzhy] - -SFX P Y 3 -SFX P y iness [^aeiou]y -SFX P 0 ness [aeiou]y -SFX P 0 ness [^y] - -SFX M Y 1 -SFX M 0 's . - -SFX B Y 3 -SFX B 0 able [^aeiou] -SFX B 0 able ee -SFX B e able [^aeiou]e - -SFX L Y 1 -SFX L 0 ment . - -REP 88 -REP a ei -REP ei a -REP a ey -REP ey a -REP ai ie -REP ie ai -REP are air -REP are ear -REP are eir -REP air are -REP air ere -REP ere air -REP ere ear -REP ere eir -REP ear are -REP ear air -REP ear ere -REP eir are -REP eir ere -REP ch te -REP te ch -REP ch ti -REP ti ch -REP ch tu -REP tu ch -REP ch s -REP s ch -REP ch k -REP k ch -REP f ph -REP ph f -REP gh f -REP f gh -REP i igh -REP igh i -REP i uy -REP uy i -REP i ee -REP ee i -REP j di -REP di j -REP j gg -REP gg j -REP j ge -REP ge j -REP s ti -REP ti s -REP s ci -REP ci s -REP k cc -REP cc k -REP k qu -REP qu k -REP kw qu -REP o eau -REP eau o -REP o ew -REP ew o -REP oo ew -REP ew oo -REP ew ui -REP ui ew -REP oo ui -REP ui oo -REP ew u -REP u ew -REP oo u -REP u oo -REP u oe -REP oe u -REP u ieu -REP ieu u -REP ue ew -REP ew ue -REP uff ough -REP oo ieu -REP ieu oo -REP ier ear -REP ear ier -REP ear air -REP air ear -REP w qu -REP qu w -REP z ss -REP ss z -REP shun tion -REP shun sion -REP shun cion diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base.dic b/extensions/spellcheck/hunspell/tests/unit/data/base.dic deleted file mode 100644 index 5d9b8a28b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base.dic +++ /dev/null @@ -1,29 +0,0 @@ -28 -created/U -create/XKVNGADS -imply/GNSDX -natural/PUY -like/USPBY -convey/BDGS -look/GZRDS -text -hello -said -sawyer -NASA -rotten -day -tomorrow -seven -FAQ/SM -can't -doesn't -etc -won't -lip -text -horrifying -speech -suggest -uncreate/V -Hunspell diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base.good b/extensions/spellcheck/hunspell/tests/unit/data/base.good deleted file mode 100644 index 8e7f88e2b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base.good +++ /dev/null @@ -1,27 +0,0 @@ -created -uncreate -uncreated -imply -implied -unnatural -conveyed -sawyer -NASA -FAQs -can't -doesn't -won't -Created -Hello -HELLO -NASA -etc. -etc -HELLO -lip. -text. -NASA. -Text. -TEXT. -Hunspell. -HUNSPELL. diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base.sug b/extensions/spellcheck/hunspell/tests/unit/data/base.sug deleted file mode 100644 index 553280a6a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base.sug +++ /dev/null @@ -1,11 +0,0 @@ -looked, look -text -hello -said -rotten day, rotten-day, rotten -tomorrow -seven -NASA -horrifying -speech -suggest diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base.test b/extensions/spellcheck/hunspell/tests/unit/data/base.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/base.wrong b/extensions/spellcheck/hunspell/tests/unit/data/base.wrong deleted file mode 100644 index 88a6e2520..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/base.wrong +++ /dev/null @@ -1,11 +0,0 @@ -loooked -texxt -hlelo -seid -rottenday -tomorow -seeeven -Nasa -horrorfying -peech -sugesst diff --git a/extensions/spellcheck/hunspell/tests/unit/data/break.aff b/extensions/spellcheck/hunspell/tests/unit/data/break.aff deleted file mode 100644 index 47b8f6b7b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/break.aff +++ /dev/null @@ -1,8 +0,0 @@ -# word break points test, recursive break at dash and n-dash -SET UTF-8 - -BREAK 2 -BREAK - -BREAK – - -WORDCHARS -– diff --git a/extensions/spellcheck/hunspell/tests/unit/data/break.dic b/extensions/spellcheck/hunspell/tests/unit/data/break.dic deleted file mode 100644 index f3d2aa02f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/break.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -foo -bar -fox-bax diff --git a/extensions/spellcheck/hunspell/tests/unit/data/break.good b/extensions/spellcheck/hunspell/tests/unit/data/break.good deleted file mode 100644 index 5f08bfd2f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/break.good +++ /dev/null @@ -1,7 +0,0 @@ -foo -bar -fox-bax -foo-bar -foo–bar -foo-bar-foo-bar -foo-bar–foo-bar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/break.test b/extensions/spellcheck/hunspell/tests/unit/data/break.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/break.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/break.wrong b/extensions/spellcheck/hunspell/tests/unit/data/break.wrong deleted file mode 100644 index 599ed9f7f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/break.wrong +++ /dev/null @@ -1,12 +0,0 @@ -fox -bax --foo -bar- -fox-bar -foo-bax -foo–bax -fox–bar -foo-bar-fox-bar -foo-bax-foo-bar -foo-bar–fox-bar -foo-bax–foo-bar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.aff b/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.aff deleted file mode 100644 index a13f464a6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.aff +++ /dev/null @@ -1,6 +0,0 @@ -# default word break at hyphens and n-dashes - -SET UTF-8 -MAXNGRAMSUGS 0 -WORDCHARS - -TRY ot diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.dic b/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.dic deleted file mode 100644 index bf2996035..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.dic +++ /dev/null @@ -1,6 +0,0 @@ -3 -foo -bar -free -scott -scot-free diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.good b/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.good deleted file mode 100644 index 8d8125457..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.good +++ /dev/null @@ -1,7 +0,0 @@ -foo -bar -foo- --foo -scot-free -foo-bar -foo-bar-foo-bar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.sug b/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.sug deleted file mode 100644 index 8bfc69d93..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.sug +++ /dev/null @@ -1,3 +0,0 @@ -scott -scot-free -foo-bar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.test b/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.wrong b/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.wrong deleted file mode 100644 index c3b203a7f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakdefault.wrong +++ /dev/null @@ -1,3 +0,0 @@ -scot -sco-free -fo-bar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.aff b/extensions/spellcheck/hunspell/tests/unit/data/breakoff.aff deleted file mode 100644 index 2e83d3802..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.aff +++ /dev/null @@ -1,7 +0,0 @@ -# switch off default word break at hyphens and n-dashes by BREAK 0 -SET UTF-8 -MAXNGRAMSUGS 0 -WORDCHARS - -TRY ot - -BREAK 0 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.dic b/extensions/spellcheck/hunspell/tests/unit/data/breakoff.dic deleted file mode 100644 index bf2996035..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.dic +++ /dev/null @@ -1,6 +0,0 @@ -3 -foo -bar -free -scott -scot-free diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.good b/extensions/spellcheck/hunspell/tests/unit/data/breakoff.good deleted file mode 100644 index 854b39efa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.good +++ /dev/null @@ -1,3 +0,0 @@ -foo -bar -scot-free diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.test b/extensions/spellcheck/hunspell/tests/unit/data/breakoff.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.wrong b/extensions/spellcheck/hunspell/tests/unit/data/breakoff.wrong deleted file mode 100644 index a6fcf7f1e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/breakoff.wrong +++ /dev/null @@ -1,5 +0,0 @@ -foo- --foo -foo-bar -foo-bar-foo-bar -scot diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.aff deleted file mode 100644 index 7ac46eeab..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.aff +++ /dev/null @@ -1,3 +0,0 @@ -# forbid upper case letters at word bounds in compounding -CHECKCOMPOUNDCASE -COMPOUNDFLAG A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.dic deleted file mode 100644 index 80f65d38f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -foo/A -Bar/A -BAZ/A --/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.good deleted file mode 100644 index 9cbd79064..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.good +++ /dev/null @@ -1,5 +0,0 @@ -Barfoo -foo-Bar -foo-BAZ -BAZ-foo -BAZ-Bar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.wrong deleted file mode 100644 index 0714c22e5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase.wrong +++ /dev/null @@ -1,3 +0,0 @@ -fooBar -BAZBar -BAZfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.aff deleted file mode 100644 index fea046b19..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.aff +++ /dev/null @@ -1,3 +0,0 @@ -# check extended ascii -CHECKCOMPOUNDCASE -COMPOUNDFLAG A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.dic deleted file mode 100644 index 086de0aed..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -o/A -o/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.good deleted file mode 100644 index b38fd0c6c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.good +++ /dev/null @@ -1,2 +0,0 @@ -oo -oo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.wrong deleted file mode 100644 index 94786e95b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcase2.wrong +++ /dev/null @@ -1 +0,0 @@ -oo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.aff deleted file mode 100644 index 546f478a5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.aff +++ /dev/null @@ -1,3 +0,0 @@ -SET UTF-8 -CHECKCOMPOUNDCASE -COMPOUNDFLAG A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.dic deleted file mode 100644 index 0b7fbc9ac..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -áoó/A -Óoá/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.good deleted file mode 100644 index 32ae1353c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.good +++ /dev/null @@ -1,2 +0,0 @@ -áoóáoó -Óoááoó diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.wrong deleted file mode 100644 index 07434ccae..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundcaseutf.wrong +++ /dev/null @@ -1 +0,0 @@ -áoóÓoá diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.aff deleted file mode 100644 index 5cd357a5a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.aff +++ /dev/null @@ -1,3 +0,0 @@ -# Forbid compound word with triple letters -CHECKCOMPOUNDDUP -COMPOUNDFLAG A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.dic deleted file mode 100644 index 8ac75f4fc..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/A -bar/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.good deleted file mode 100644 index 3866f24ca..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.good +++ /dev/null @@ -1,5 +0,0 @@ -barfoo -foobar -foofoobar -foobarfoo -barfoobarfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.wrong deleted file mode 100644 index 5e809b3d8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompounddup.wrong +++ /dev/null @@ -1,3 +0,0 @@ -foofoo -foofoofoo -foobarbar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.aff deleted file mode 100644 index dfda51af2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.aff +++ /dev/null @@ -1,5 +0,0 @@ -# forbid compounds with spec. pattern at word bounds -COMPOUNDFLAG A -CHECKCOMPOUNDPATTERN 2 -CHECKCOMPOUNDPATTERN nny ny -CHECKCOMPOUNDPATTERN ssz sz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.dic deleted file mode 100644 index 09300f0bc..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -knny/A -nyels/A -hossz/A -szmts/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.good deleted file mode 100644 index 0f99c52d2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.good +++ /dev/null @@ -1,2 +0,0 @@ -knnyszmts -hossznyels diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.wrong deleted file mode 100644 index 5edd11534..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern.wrong +++ /dev/null @@ -1,4 +0,0 @@ -knnynyels -hosszszmts -hosszknnynyels -knnynyelshossz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.aff deleted file mode 100644 index fdf6560b4..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.aff +++ /dev/null @@ -1,7 +0,0 @@ -# forbid compounds with spec. pattern at word bound and allow modificated form -# (for German and Indian languages) -COMPOUNDFLAG A -CHECKCOMPOUNDPATTERN 2 -CHECKCOMPOUNDPATTERN o b z -CHECKCOMPOUNDPATTERN oo ba u -COMPOUNDMIN 1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.dic deleted file mode 100644 index 8ac75f4fc..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/A -bar/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.good deleted file mode 100644 index eaad4f902..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.good +++ /dev/null @@ -1,3 +0,0 @@ -barfoo -fozar -fur diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.wrong deleted file mode 100644 index 323fae03f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern2.wrong +++ /dev/null @@ -1 +0,0 @@ -foobar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.aff deleted file mode 100644 index 6c2cfa4aa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.aff +++ /dev/null @@ -1,6 +0,0 @@ -# forbid compounds with spec. pattern at word bound and allow modificated form -# (for Indian languages) -COMPOUNDFLAG A -CHECKCOMPOUNDPATTERN 1 -CHECKCOMPOUNDPATTERN o/X b/Y z -COMPOUNDMIN 1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.dic deleted file mode 100644 index 6bd1b7fc9..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -foo/A -boo/AX -bar/A -ban/AY diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.good deleted file mode 100644 index 6070eff5c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.good +++ /dev/null @@ -1,9 +0,0 @@ -bozan -barfoo -banfoo -banbar -foobar -fooban -foobanbar -boobar -boobarfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.wrong deleted file mode 100644 index 41d8d3747..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern3.wrong +++ /dev/null @@ -1,8 +0,0 @@ -booban -boobanfoo -fozar -fozarfoo -fozan -fozanfoo -bozar -bozarfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.aff deleted file mode 100644 index ef2566308..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.aff +++ /dev/null @@ -1,8 +0,0 @@ -# sandhi in Telugu writing system, based on the Kiran Chittella's example - -COMPOUNDFLAG x -COMPOUNDMIN 1 -CHECKCOMPOUNDPATTERN 2 -CHECKCOMPOUNDPATTERN a/A u/A O -CHECKCOMPOUNDPATTERN u/B u/B u - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.dic deleted file mode 100644 index d245ef019..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.dic +++ /dev/null @@ -1,6 +0,0 @@ -4 -sUrya/Ax -udayaM/Ax -pEru/Bx -unna/Bx - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.good deleted file mode 100644 index 48761b6ee..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.good +++ /dev/null @@ -1,2 +0,0 @@ -sUryOdayaM -pErunna diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.wrong deleted file mode 100644 index a357fec52..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundpattern4.wrong +++ /dev/null @@ -1,2 +0,0 @@ -sUryaudayaM -pEruunna diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.aff deleted file mode 100644 index 4fb7ff55e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.aff +++ /dev/null @@ -1,8 +0,0 @@ -// forbid compound word, if it is also a non compound word with a REP fault -// In example: Hungarian `szervz' (szer+vz) compound word is forbidden, because -// this word is also a dictionary word (szerviz) with typical fault (i->) -CHECKCOMPOUNDREP -COMPOUNDFLAG A - -REP 1 -REP i diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.dic deleted file mode 100644 index 030bda916..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.dic +++ /dev/null @@ -1,5 +0,0 @@ -3 -szer/A -vz/A -szerviz -kocsi/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.good deleted file mode 100644 index c95c03c87..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.good +++ /dev/null @@ -1,2 +0,0 @@ -vzszer -szerkocsi
\ No newline at end of file diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.wrong deleted file mode 100644 index 8c8701d47..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundrep.wrong +++ /dev/null @@ -1,3 +0,0 @@ -szervz -szervzkocsi -kocsiszervz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.aff b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.aff deleted file mode 100644 index 7159cf55d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.aff +++ /dev/null @@ -1,3 +0,0 @@ -# Forbid compound word with triple letters -CHECKCOMPOUNDTRIPLE -COMPOUNDFLAG A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.dic b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.dic deleted file mode 100644 index 607c489e8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -foo/A -opera/A -eel/A -bare/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.good b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.good deleted file mode 100644 index 1293f749a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.good +++ /dev/null @@ -1,6 +0,0 @@ -operafoo -operaeel -operabare -eelbare -eelfoo -eelopera diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.test b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.wrong deleted file mode 100644 index ae2d02b20..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checkcompoundtriple.wrong +++ /dev/null @@ -1,2 +0,0 @@ -fooopera -bareeel diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.aff b/extensions/spellcheck/hunspell/tests/unit/data/checksharps.aff deleted file mode 100644 index 6b22c7390..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.aff +++ /dev/null @@ -1,4 +0,0 @@ -# test - SS special capitalizing -CHECKSHARPS -WORDCHARS . -KEEPCASE k diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.dic b/extensions/spellcheck/hunspell/tests/unit/data/checksharps.dic deleted file mode 100644 index 91d14ab9e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.dic +++ /dev/null @@ -1,7 +0,0 @@ -6 -mig/k -Aussto -Absto. -Auenabmessung -Prozessionsstrae -Auenmae diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.good b/extensions/spellcheck/hunspell/tests/unit/data/checksharps.good deleted file mode 100644 index e9be8c5c7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.good +++ /dev/null @@ -1,13 +0,0 @@ -mig -Mig -MSSIG -Aussto -Absto. -Auenabmessung -Prozessionsstrae -Auenmae -AUSSTOSS -ABSTOSS. -AUSSENABMESSUNG -PROZESSIONSSTRASSE -AUSSENMASSE diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.sug b/extensions/spellcheck/hunspell/tests/unit/data/checksharps.sug deleted file mode 100644 index 52c6a943b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.sug +++ /dev/null @@ -1 +0,0 @@ -MSSIG, mig diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.test b/extensions/spellcheck/hunspell/tests/unit/data/checksharps.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checksharps.wrong deleted file mode 100644 index 96eb8aea7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharps.wrong +++ /dev/null @@ -1 +0,0 @@ -MIG diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.aff b/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.aff deleted file mode 100644 index 86c0fc426..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.aff +++ /dev/null @@ -1,5 +0,0 @@ -# test - SS special capitalizing in UTF-8 -SET UTF-8 -CHECKSHARPS -WORDCHARS ß. -KEEPCASE k diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.dic b/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.dic deleted file mode 100644 index 9cc364eec..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.dic +++ /dev/null @@ -1,7 +0,0 @@ -6 -müßig/k -Ausstoß -Abstoß. -Außenabmessung -Prozessionsstraße -Außenmaße diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.good b/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.good deleted file mode 100644 index a61c24319..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.good +++ /dev/null @@ -1,13 +0,0 @@ -müßig -Müßig -MÜSSIG -Ausstoß -Abstoß. -Außenabmessung -Prozessionsstraße -Außenmaße -AUSSTOSS -ABSTOSS. -AUSSENABMESSUNG -PROZESSIONSSTRASSE -AUSSENMASSE diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.sug b/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.sug deleted file mode 100644 index ab68568e5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.sug +++ /dev/null @@ -1 +0,0 @@ -MÜSSIG, müßig diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.test b/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.wrong deleted file mode 100644 index 25eb03dce..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/checksharpsutf.wrong +++ /dev/null @@ -1 +0,0 @@ -MÜßIG diff --git a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.aff b/extensions/spellcheck/hunspell/tests/unit/data/circumfix.aff deleted file mode 100644 index 1eecc644b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.aff +++ /dev/null @@ -1,16 +0,0 @@ -# circumfixes: ~ obligate prefix/suffix combinations -# superlative in Hungarian: leg- (prefix) AND -bb (suffix) - -CIRCUMFIX X - -PFX A Y 1 -PFX A 0 leg/X . - -PFX B Y 1 -PFX B 0 legesleg/X . - -SFX C Y 3 -SFX C 0 obb . is:COMPARATIVE -SFX C 0 obb/AX . is:SUPERLATIVE -SFX C 0 obb/BX . is:SUPERSUPERLATIVE - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.dic b/extensions/spellcheck/hunspell/tests/unit/data/circumfix.dic deleted file mode 100644 index ba96f046d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -nagy/C po:adj diff --git a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.good b/extensions/spellcheck/hunspell/tests/unit/data/circumfix.good deleted file mode 100644 index 65049d9f0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.good +++ /dev/null @@ -1,4 +0,0 @@ -nagy -nagyobb -legnagyobb -legeslegnagyobb diff --git a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.morph b/extensions/spellcheck/hunspell/tests/unit/data/circumfix.morph deleted file mode 100644 index 62e6c5371..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.morph +++ /dev/null @@ -1,12 +0,0 @@ -> nagy -analyze(nagy) = st:nagy po:adj -stem(nagy) = nagy -> nagyobb -analyze(nagyobb) = st:nagy po:adj is:COMPARATIVE -stem(nagyobb) = nagy -> legnagyobb -analyze(legnagyobb) = fl:A st:nagy po:adj is:SUPERLATIVE -stem(legnagyobb) = nagy -> legeslegnagyobb -analyze(legeslegnagyobb) = fl:B st:nagy po:adj is:SUPERSUPERLATIVE -stem(legeslegnagyobb) = nagy diff --git a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.test b/extensions/spellcheck/hunspell/tests/unit/data/circumfix.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.wrong b/extensions/spellcheck/hunspell/tests/unit/data/circumfix.wrong deleted file mode 100644 index bab8084ee..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/circumfix.wrong +++ /dev/null @@ -1,2 +0,0 @@ -legnagy -legeslegnagy diff --git a/extensions/spellcheck/hunspell/tests/unit/data/colons-in-words.aff b/extensions/spellcheck/hunspell/tests/unit/data/colons-in-words.aff deleted file mode 100644 index d08022694..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/colons-in-words.aff +++ /dev/null @@ -1,3 +0,0 @@ -# Colons in Finnish and Swedish words. Problem reported by Lars Aronsson. -# Parsing test (src/parsers) -WORDCHARS : diff --git a/extensions/spellcheck/hunspell/tests/unit/data/colons-in-words.dic b/extensions/spellcheck/hunspell/tests/unit/data/colons-in-words.dic deleted file mode 100644 index bfea1ccc7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/colons-in-words.dic +++ /dev/null @@ -1,4 +0,0 @@ -2 -c:a -S:t -foo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/colons-in-words.test b/extensions/spellcheck/hunspell/tests/unit/data/colons-in-words.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/colons-in-words.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.aff b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.aff deleted file mode 100644 index 7ddb497a6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.aff +++ /dev/null @@ -1,9 +0,0 @@ -# set twofold prefix stripping -# Coptic example by Moheb Mekhaiel -COMPLEXPREFIXES - -PFX A Y 1 -PFX A 0 tek . - -PFX B Y 1 -PFX B 0 met/A . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.dic b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.dic deleted file mode 100644 index 2618c7cf4..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.dic +++ /dev/null @@ -1,3 +0,0 @@ -1 -ouro/B - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.good b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.good deleted file mode 100644 index eed87a774..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.good +++ /dev/null @@ -1,3 +0,0 @@ -ouro -metouro -tekmetouro diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.test b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.wrong b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.wrong deleted file mode 100644 index fb1c8b483..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes.wrong +++ /dev/null @@ -1,2 +0,0 @@ -tekouro -mettekouro diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.aff b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.aff deleted file mode 100644 index b4fe1dca6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.aff +++ /dev/null @@ -1,12 +0,0 @@ -# complex prefixes with morphological analysis -COMPLEXPREFIXES -WORDCHARS _ - -PFX A Y 1 -PFX A 0 tek . affix_1/ - -PFX B Y 1 -PFX B 0 met/A . affix_2/ - -SFX C Y 1 -SFX C 0 _test_ . /suffix_1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.dic b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.dic deleted file mode 100644 index 7e4baf06c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.dic +++ /dev/null @@ -1,3 +0,0 @@ -1 -ouro/BC [stem_1] - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.good b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.good deleted file mode 100644 index 6bf822826..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.good +++ /dev/null @@ -1,4 +0,0 @@ -ouro -metouro -tekmetouro -ouro_test_ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.test b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixes2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.aff b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.aff deleted file mode 100644 index 3991e9f5c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.aff +++ /dev/null @@ -1,12 +0,0 @@ -# Coptic example by Moheb Mekhaiel -# Encoded with the new Coptic character encoding of Unicode 4.1 -SET UTF-8 - -# set twofold prefix stripping -COMPLEXPREFIXES - -PFX A Y 1 -PFX A 0 ⲧⲉⲕ . - -PFX B Y 1 -PFX B 0 ⲙⲉⲧ/A . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.dic b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.dic deleted file mode 100644 index bd0eb6df0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -ⲟⲩⲣⲟ/B diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.good b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.good deleted file mode 100644 index 7eb956619..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.good +++ /dev/null @@ -1,3 +0,0 @@ -ⲟⲩⲣⲟ -ⲙⲉⲧⲟⲩⲣⲟ -ⲧⲉⲕⲙⲉⲧⲟⲩⲣⲟ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.test b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.wrong deleted file mode 100644 index d8021fc44..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/complexprefixesutf.wrong +++ /dev/null @@ -1,2 +0,0 @@ -ⲧⲉⲕⲟⲩⲣⲟ -ⲙⲉⲧⲧⲉⲕⲟⲩⲣⲟ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.aff deleted file mode 100644 index cae5669c2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.aff +++ /dev/null @@ -1,7 +0,0 @@ -COMPOUNDFLAG X - -PFX P Y 1 -PFX P 0 pre . - -SFX S Y 1 -SFX S 0 suf . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.dic deleted file mode 100644 index eba6b83fb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/XPS -bar/XPS diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.good deleted file mode 100644 index af1f0019a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.good +++ /dev/null @@ -1,6 +0,0 @@ -foo -foofoo -prefoo -foosuf -prefoosuf -prefoobarsuf diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.wrong deleted file mode 100644 index b7e4067bc..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix.wrong +++ /dev/null @@ -1,3 +0,0 @@ -foosufbar -fooprebarsuf -prefooprebarsuf diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.aff deleted file mode 100644 index 1cac16e11..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.aff +++ /dev/null @@ -1,8 +0,0 @@ -COMPOUNDFLAG X -COMPOUNDPERMITFLAG Y - -PFX P Y 1 -PFX P 0 pre/Y . - -SFX S Y 1 -SFX S 0 suf/Y . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.dic deleted file mode 100644 index eba6b83fb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/XPS -bar/XPS diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.good deleted file mode 100644 index 9f3020da0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.good +++ /dev/null @@ -1,8 +0,0 @@ -foo -prefoo -foosuf -prefoosuf -prefoobarsuf -foosufbar -fooprebarsuf -prefooprebarsuf diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.aff deleted file mode 100644 index 98a12b56c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.aff +++ /dev/null @@ -1,8 +0,0 @@ -COMPOUNDFLAG X -COMPOUNDFORBIDFLAG Z - -PFX P Y 1 -PFX P 0 pre/Z . - -SFX S Y 1 -SFX S 0 suf/Z . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.dic deleted file mode 100644 index eba6b83fb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/XPS -bar/XPS diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.good deleted file mode 100644 index 76cc08eae..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.good +++ /dev/null @@ -1,5 +0,0 @@ -foo -foofoo -prefoo -foosuf -prefoosuf diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.wrong deleted file mode 100644 index d92b90b28..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundaffix3.wrong +++ /dev/null @@ -1,6 +0,0 @@ -prefoobarsuf -foosufbar -fooprebar -foosufprebar -fooprebarsuf -prefooprebarsuf diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.aff deleted file mode 100644 index bc8369ceb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.aff +++ /dev/null @@ -1,3 +0,0 @@ -COMPOUNDMIN 3 -COMPOUNDFLAG A - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.dic deleted file mode 100644 index d1ea8e96e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -foo/A -bar/A -xy/A -yz/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.good deleted file mode 100644 index 21cc29f2f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.good +++ /dev/null @@ -1,3 +0,0 @@ -foobar -barfoo -foobarfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.wrong deleted file mode 100644 index c185bf150..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundflag.wrong +++ /dev/null @@ -1,4 +0,0 @@ -xyyz -fooxy -xyfoo -fooxybar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.aff deleted file mode 100644 index 09309e0aa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.aff +++ /dev/null @@ -1,3 +0,0 @@ -COMPOUNDMIN 1 -COMPOUNDRULE 1 -COMPOUNDRULE ABC diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.dic deleted file mode 100644 index b11e8291e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.dic +++ /dev/null @@ -1,5 +0,0 @@ -3 -a/A -b/B -c/BC - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.good deleted file mode 100644 index c7a0763bb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.good +++ /dev/null @@ -1,2 +0,0 @@ -abc -acc diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.wrong deleted file mode 100644 index bc151ea02..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule.wrong +++ /dev/null @@ -1,39 +0,0 @@ -ba -aaabaaa -bbaaa -aaaaba -bbbbbaa -aa -aaa -aaaa -ab -aab -aaab -aaaab -abb -aabb -aaabbb -bb -bbb -bbbb -aaab -abcc -abbc -abbcc -aabc -aabcc -aabbc -aabbcc -aaabbbccc -ac -aac -aacc -aaaccc -bc -bcc -bbc -bbcc -bbbccc -cc -ccc -cccccc diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.aff deleted file mode 100644 index e4b86a53b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.aff +++ /dev/null @@ -1,3 +0,0 @@ -COMPOUNDMIN 1 -COMPOUNDRULE 1 -COMPOUNDRULE A*B*C* diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.dic deleted file mode 100644 index 7d07bbc89..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.dic +++ /dev/null @@ -1,5 +0,0 @@ -3 -a/A -b/B -c/C - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.good deleted file mode 100644 index de743bb06..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.good +++ /dev/null @@ -1,37 +0,0 @@ -aa -aaa -aaaa -ab -aab -aaab -aaaab -abb -aabb -aaabbb -bb -bbb -bbbb -aaab -abc -abcc -abbc -abbcc -aabc -aabcc -aabbc -aabbcc -aaabbbccc -ac -acc -aac -aacc -aaaccc -bc -bcc -bbc -bbcc -bbbccc -cc -ccc -cccccc -abcc diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.wrong deleted file mode 100644 index 9e5d38d35..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule2.wrong +++ /dev/null @@ -1,8 +0,0 @@ -ba -aaabaaa -bbaaa -aaaaba -bbbbbaa -cba -cab -acb diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.aff deleted file mode 100644 index 005314586..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.aff +++ /dev/null @@ -1,3 +0,0 @@ -COMPOUNDMIN 1 -COMPOUNDRULE 1 -COMPOUNDRULE A?B?C? diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.dic deleted file mode 100644 index 7d07bbc89..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.dic +++ /dev/null @@ -1,5 +0,0 @@ -3 -a/A -b/B -c/C - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.good deleted file mode 100644 index 7f518893e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.good +++ /dev/null @@ -1,7 +0,0 @@ -a -b -c -ab -abc -ac -bc diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.wrong deleted file mode 100644 index 6bd1d8004..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule3.wrong +++ /dev/null @@ -1,41 +0,0 @@ -aa -aaa -aaaa -aab -aaab -aaaab -abb -aabb -aaabbb -bb -bbb -bbbb -aaab -abcc -abbc -abbcc -aabc -aabcc -aabbc -aabbcc -aaabbbccc -acc -aac -aacc -aaaccc -bcc -bbc -bbcc -bbbccc -cc -ccc -cccccc -abcc -ba -aaabaaa -bbaaa -aaaaba -bbbbbaa -cba -cab -acb diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.aff deleted file mode 100644 index 8a9996cb3..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.aff +++ /dev/null @@ -1,7 +0,0 @@ -# English ordinal numbers -WORDCHARS 0123456789 -COMPOUNDMIN 1 -ONLYINCOMPOUND c -COMPOUNDRULE 2 -COMPOUNDRULE n*1t -COMPOUNDRULE n*mp diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.dic deleted file mode 100644 index ced0735ec..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.dic +++ /dev/null @@ -1,24 +0,0 @@ -22 -0/nm -1/n1 -2/nm -3/nm -4/nm -5/nm -6/nm -7/nm -8/nm -9/nm -0th/pt -1st/p -1th/tc -2nd/p -2th/tc -3rd/p -3th/tc -4th/pt -5th/pt -6th/pt -7th/pt -8th/pt -9th/pt diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.good deleted file mode 100644 index fafe64a5c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.good +++ /dev/null @@ -1,29 +0,0 @@ -1st -2nd -3rd -4th -5th -6th -7th -8th -9th -10th -11th -12th -13th -14th -15th -16th -17th -18th -19th -20th -21st -22nd -23rd -24th -25th -100th -1000th -10001st -10011th diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.test deleted file mode 100644 index 52e144cb8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.test +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME - - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.wrong deleted file mode 100644 index 99f28e7cc..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule4.wrong +++ /dev/null @@ -1,5 +0,0 @@ -1th -2th -3th -10001th -10011st diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.aff deleted file mode 100644 index 46502460b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.aff +++ /dev/null @@ -1,7 +0,0 @@ -# number + percent -SET UTF-8 -COMPOUNDMIN 1 -COMPOUNDRULE 2 -COMPOUNDRULE N*%? -COMPOUNDRULE NN*.NN*%? -WORDCHARS 0123456789‰. diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.dic deleted file mode 100644 index eeeffdac5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.dic +++ /dev/null @@ -1,14 +0,0 @@ -13 -0/N po:num -1/N po:num -2/N po:num -3/N po:num -4/N po:num -5/N po:num -6/N po:num -7/N po:num -8/N po:num -9/N po:num -./. po:sign_dot -%/% po:sign_percent -‰/% po:sign_per_mille diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.good deleted file mode 100644 index 691fca1fb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.good +++ /dev/null @@ -1,7 +0,0 @@ -10% -0.2% -0.20% -123.4561‰ -10 -0000 -10.25 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.morph b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.morph deleted file mode 100644 index 107a80859..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.morph +++ /dev/null @@ -1,21 +0,0 @@ -> 10% -analyze(10%) = pa:1 st:1 po:num pa:0 st:0 po:num pa:% st:% po:sign_percent -stem(10%) = 10% -> 0.2% -analyze(0.2%) = pa:0 st:0 po:num pa:. st:. po:sign_dot pa:2 st:2 po:num pa:% st:% po:sign_percent -stem(0.2%) = 0.2% -> 0.20% -analyze(0.20%) = pa:0 st:0 po:num pa:. st:. po:sign_dot pa:2 st:2 po:num pa:0 st:0 po:num pa:% st:% po:sign_percent -stem(0.20%) = 0.20% -> 123.4561‰ -analyze(123.4561‰) = pa:1 st:1 po:num pa:2 st:2 po:num pa:3 st:3 po:num pa:. st:. po:sign_dot pa:4 st:4 po:num pa:5 st:5 po:num pa:6 st:6 po:num pa:1 st:1 po:num pa:‰ st:‰ po:sign_per_mille -stem(123.4561‰) = 123.4561‰ -> 10 -analyze(10) = pa:1 st:1 po:num pa:0 st:0 po:num -stem(10) = 10 -> 0000 -analyze(0000) = pa:0 st:0 po:num pa:0 st:0 po:num pa:0 st:0 po:num pa:0 st:0 po:num -stem(0000) = 0000 -> 10.25 -analyze(10.25) = pa:1 st:1 po:num pa:0 st:0 po:num pa:. st:. po:sign_dot pa:2 st:2 po:num pa:5 st:5 po:num -stem(10.25) = 10.25 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.wrong deleted file mode 100644 index ba1fe3290..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule5.wrong +++ /dev/null @@ -1 +0,0 @@ -.25 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.aff deleted file mode 100644 index e8a088d5a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.aff +++ /dev/null @@ -1,4 +0,0 @@ -COMPOUNDMIN 1 -COMPOUNDRULE 2 -COMPOUNDRULE A*A -COMPOUNDRULE A*AAB*BBBC*C diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.dic deleted file mode 100644 index 7d07bbc89..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.dic +++ /dev/null @@ -1,5 +0,0 @@ -3 -a/A -b/B -c/C - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.good deleted file mode 100644 index 55a8f8bc5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.good +++ /dev/null @@ -1,4 +0,0 @@ -aa -aaaaaa -aabbbc -aaaaabbbbbbcccccc diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.wrong deleted file mode 100644 index 48b376dac..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule6.wrong +++ /dev/null @@ -1,4 +0,0 @@ -abc -abbbbbccccccc -aabbccccccc -aabbbbbbb diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.aff deleted file mode 100644 index 3ae1fc784..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.aff +++ /dev/null @@ -1,8 +0,0 @@ -# English ordinal numbers (parenthesized long flags) -FLAG long -WORDCHARS 0123456789 -COMPOUNDMIN 1 -ONLYINCOMPOUND cc -COMPOUNDRULE 2 -COMPOUNDRULE (nn)*(11)(tt) -COMPOUNDRULE (nn)*(mm)(pp) diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.dic deleted file mode 100644 index ad4bb4d28..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.dic +++ /dev/null @@ -1,24 +0,0 @@ -22 -0/nnmm -1/nn11 -2/nnmm -3/nnmm -4/nnmm -5/nnmm -6/nnmm -7/nnmm -8/nnmm -9/nnmm -0th/pptt -1st/pp -1th/ttcc -2nd/pp -2th/ttcc -3rd/pp -3th/ttcc -4th/pptt -5th/pptt -6th/pptt -7th/pptt -8th/pptt -9th/pptt diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.good deleted file mode 100644 index fafe64a5c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.good +++ /dev/null @@ -1,29 +0,0 @@ -1st -2nd -3rd -4th -5th -6th -7th -8th -9th -10th -11th -12th -13th -14th -15th -16th -17th -18th -19th -20th -21st -22nd -23rd -24th -25th -100th -1000th -10001st -10011th diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.test deleted file mode 100644 index 52e144cb8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.test +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME - - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.wrong deleted file mode 100644 index 99f28e7cc..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule7.wrong +++ /dev/null @@ -1,5 +0,0 @@ -1th -2th -3th -10001th -10011st diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.aff b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.aff deleted file mode 100644 index 03a423d48..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.aff +++ /dev/null @@ -1,8 +0,0 @@ -# English ordinal numbers (parenthesized numerical flags) -FLAG num -WORDCHARS 0123456789 -COMPOUNDMIN 1 -ONLYINCOMPOUND 1000 -COMPOUNDRULE 2 -COMPOUNDRULE (1001)*(1002)(2001) -COMPOUNDRULE (1001)*(2002)(2000) diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.dic b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.dic deleted file mode 100644 index e156e95fe..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.dic +++ /dev/null @@ -1,24 +0,0 @@ -22 -0/1001,2002 -1/1001,1002 -2/1001,2002 -3/1001,2002 -4/1001,2002 -5/1001,2002 -6/1001,2002 -7/1001,2002 -8/1001,2002 -9/1001,2002 -0th/2000,2001 -1st/2000 -1th/2001,1000 -2nd/2000 -2th/2001,1000 -3rd/2000 -3th/2001,1000 -4th/2000,2001 -5th/2000,2001 -6th/2000,2001 -7th/2000,2001 -8th/2000,2001 -9th/2000,2001 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.good b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.good deleted file mode 100644 index fafe64a5c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.good +++ /dev/null @@ -1,29 +0,0 @@ -1st -2nd -3rd -4th -5th -6th -7th -8th -9th -10th -11th -12th -13th -14th -15th -16th -17th -18th -19th -20th -21st -22nd -23rd -24th -25th -100th -1000th -10001st -10011th diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.test b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.test deleted file mode 100644 index 52e144cb8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.test +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME - - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.wrong b/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.wrong deleted file mode 100644 index 99f28e7cc..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/compoundrule8.wrong +++ /dev/null @@ -1,5 +0,0 @@ -1th -2th -3th -10001th -10011st diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.aff b/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.aff deleted file mode 100644 index 62a1ce5e5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.aff +++ /dev/null @@ -1,42 +0,0 @@ -SET UTF-8 -WORDCHARS 0123456789 - -SFX S N 18 -SFX S 0 suf1 . -SFX S 0 suf2 ó -SFX S 0 suf3 [áéóú] -SFX S 0 suf4 [^ó] -SFX S 0 suf5 [^áéóú] -SFX S 0 suf6 őó -SFX S 0 suf7 ő[áéóú] -SFX S 0 suf8 ő[^ó] -SFX S 0 suf9 ő[^áéóú] -SFX S 0 suf10 [áéóőú]ó -SFX S 0 suf11 [^ő]ó -SFX S 0 suf12 [^áéóőú]ó -SFX S 0 suf13 [áéőú][^ú] -SFX S 0 suf14 [^ú][áéóú] -SFX S 0 suf15 [áéóú][^áéőú] -SFX S 0 suf16 [^áéóú][^áéőú] -SFX S 0 suf17 [áéóú][bcdfgkmnóprstvz] -SFX S 0 suf18 [áéóú]ó - -PFX P N 18 -PFX P 0 pre1 . -PFX P 0 pre2 ó -PFX P 0 pre3 [áéóú] -PFX P 0 pre4 [^ó] -PFX P 0 pre5 [^áéóú] -PFX P 0 pre6 óő -PFX P 0 pre7 ó[áéőú] -PFX P 0 pre8 ó[^ő] -PFX P 0 pre9 ó[^áéóőú] -PFX P 0 pre10 [áéóőú]ő -PFX P 0 pre11 [^ó]ő -PFX P 0 pre12 [^áéóőú]ő -PFX P 0 pre13 [áéóú][áéőú] -PFX P 0 pre14 [áéóú][^áéóú] -PFX P 0 pre15 [áéóú][^áéőú] -PFX P 0 pre16 [^áéőú][^áéóú] -PFX P 0 pre17 [bcdfgkmnóprstvz][áéóú] -PFX P 0 pre18 ó[áéóú] diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.dic b/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.dic deleted file mode 100644 index f03ce4ea2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -óőó/SP diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.good b/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.good deleted file mode 100644 index 6c6203737..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.good +++ /dev/null @@ -1,19 +0,0 @@ -óőó -óőósuf1 -pre1óőó -óőósuf2 -pre2óőó -óőósuf3 -pre3óőó -óőósuf6 -pre6óőó -óőósuf7 -pre7óőó -óőósuf10 -pre10óőó -óőósuf13 -pre13óőó -óőósuf14 -pre14óőó -óőósuf16 -pre16óőó diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.test b/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.wrong deleted file mode 100644 index f1022132c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition-utf.wrong +++ /dev/null @@ -1,18 +0,0 @@ -óőósuf4 -pre4óőó -óőósuf5 -pre5óőó -óőósuf8 -pre8óőó -óőósuf9 -pre9óőó -óőósuf11 -pre11óőó -óőósuf12 -pre12óőó -óőósuf15 -pre15óőó -óőósuf17 -óőósuf18 -pre17óőó -pre18óőó diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition.aff b/extensions/spellcheck/hunspell/tests/unit/data/condition.aff deleted file mode 100644 index 62157421a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition.aff +++ /dev/null @@ -1,62 +0,0 @@ -SET ISO8859-2 -WORDCHARS 0123456789 - -SFX S N 18 -SFX S 0 suf1 . -SFX S 0 suf2 o -SFX S 0 suf3 [aeou] -SFX S 0 suf4 [^o] -SFX S 0 suf5 [^aeou] -SFX S 0 suf6 fo -SFX S 0 suf7 f[aeou] -SFX S 0 suf8 f[^o] -SFX S 0 suf9 f[^aeou] -SFX S 0 suf10 [aefu]o -SFX S 0 suf11 [^f]o -SFX S 0 suf12 [^aefu]o -SFX S 0 suf13 [aefu][^aefu] -SFX S 0 suf14 [^aeou][aeou] -SFX S 0 suf15 [aeou][^aefu] -SFX S 0 suf16 [^aeou][^aefu] -SFX S 0 suf17 [aeou][bcdfgkmnoprstvz] -SFX S 0 suf18 [aeou]o - -SFX Q N 2 -SFX Q 0 ning [^aeio][aeiou]n -SFX Q 0 ing [aeio][aeiou][bcdfgkmnprstvz] - -SFX T N 1 -SFX T y ies .[^aeiou]y - -PFX U N 1 -PFX U 0 un wr. - -SFX Z Y 3 -SFX Z 0 ch [].a -SFX Z 0 m [].a -SFX Z a 0 [].a - -PFX P N 18 -PFX P 0 pre1 . -PFX P 0 pre2 o -PFX P 0 pre3 [aeou] -PFX P 0 pre4 [^o] -PFX P 0 pre5 [^aeou] -PFX P 0 pre6 of -PFX P 0 pre7 o[aefou] -PFX P 0 pre8 o[^f] -PFX P 0 pre9 o[^aefu] -PFX P 0 pre10 [aefu]o -PFX P 0 pre11 [^f]o -PFX P 0 pre12 [^aefou]o -PFX P 0 pre13 [aeou][aefu] -PFX P 0 pre14 [aeou][^aeou] -PFX P 0 pre15 [aeou][^aefu] -PFX P 0 pre16 [^aefu][^aeou] -PFX P 0 pre17 [bcdfgkmnoprstvz][aeou] -PFX P 0 pre18 o[aeou] - - -PFX R N 2 -PFX R 0 gnin n[aeiou][^aeio] -PFX R 0 gni [bcdfgkmnprstvz][aeiou][aeio] diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition.dic b/extensions/spellcheck/hunspell/tests/unit/data/condition.dic deleted file mode 100644 index 40ebd5588..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition.dic +++ /dev/null @@ -1,6 +0,0 @@ -5 -ofo/SP -entertain/Q -nianretne/R -ra/Z -wry/TU diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition.good b/extensions/spellcheck/hunspell/tests/unit/data/condition.good deleted file mode 100644 index 8fef4a747..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition.good +++ /dev/null @@ -1,26 +0,0 @@ -ofo -ofosuf1 -pre1ofo -ofosuf2 -pre2ofo -ofosuf3 -pre3ofo -ofosuf6 -pre6ofo -ofosuf7 -pre7ofo -ofosuf10 -ofosuf13 -pre13ofo -ofosuf14 -pre14ofo -ofosuf16 -pre16ofo -entertain -entertaining -gninianretne -r -ram -rach -wries -unwry diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition.test b/extensions/spellcheck/hunspell/tests/unit/data/condition.test deleted file mode 100644 index c95329532..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-2 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/condition.wrong b/extensions/spellcheck/hunspell/tests/unit/data/condition.wrong deleted file mode 100644 index 7b83d828d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/condition.wrong +++ /dev/null @@ -1,21 +0,0 @@ -ofosuf4 -pre4ofo -ofosuf5 -pre5ofo -ofosuf8 -pre8ofo -ofosuf9 -pre9ofo -ofosuf11 -pre10ofo -pre11ofo -ofosuf12 -pre12ofo -ofosuf15 -pre15ofo -ofosuf17 -pre17ofo -ofosuf18 -pre18ofo -entertainning -gninnianretne diff --git a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.aff b/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.aff deleted file mode 100644 index e7a9bf749..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.aff +++ /dev/null @@ -1,11 +0,0 @@ -PFX P Y 1 -PFX P 0 un . ip:un - -SFX S Y 1 -SFX S 0 s . is:PL - -SFX Q Y 1 -SFX Q 0 s . is:3SGV - -SFX R Y 1 -SFX R 0 able/PS . ds:DER_V_ADJ_ABLE diff --git a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.dic b/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.dic deleted file mode 100644 index 2f6d45615..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -drink/RQ po:verb -drink/S po:noun diff --git a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.good b/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.good deleted file mode 100644 index 01438d0eb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.good +++ /dev/null @@ -1,6 +0,0 @@ -drink -drinks -drinkable -drinkables -undrinkable -undrinkables diff --git a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.morph b/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.morph deleted file mode 100644 index 95d544389..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.morph +++ /dev/null @@ -1,20 +0,0 @@ -> drink -analyze(drink) = st:drink po:verb -analyze(drink) = st:drink po:noun -stem(drink) = drink -> drinks -analyze(drinks) = st:drink po:verb is:3SGV -analyze(drinks) = st:drink po:noun is:PL -stem(drinks) = drink -> drinkable -analyze(drinkable) = st:drink po:verb ds:DER_V_ADJ_ABLE -stem(drinkable) = drinkable -> drinkables -analyze(drinkables) = st:drink po:verb ds:DER_V_ADJ_ABLE is:PL -stem(drinkables) = drinkable -> undrinkable -analyze(undrinkable) = ip:un st:drink po:verb ds:DER_V_ADJ_ABLE -stem(undrinkable) = drinkable -> undrinkables -analyze(undrinkables) = ip:un st:drink po:verb ds:DER_V_ADJ_ABLE is:PL -stem(undrinkables) = drinkable diff --git a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.test b/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.wrong b/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.wrong deleted file mode 100644 index 70262d940..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/conditionalprefix.wrong +++ /dev/null @@ -1,2 +0,0 @@ -undrink -undrinks diff --git a/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.aff b/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.aff deleted file mode 100644 index 18a42f6fd..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.aff +++ /dev/null @@ -1,9 +0,0 @@ -# Digits in words, handled by COMPOUNDRULE. -# 1-jährig, 2-jährig, 100-jährig etc. -SET UTF-8 -COMPOUNDMIN 1 -# recognize ab, aab, aaab etc. compounds (a=digits, b=-jährig, see dic file) -COMPOUNDRULE 1 -COMPOUNDRULE a*b -ONLYINCOMPOUND c -WORDCHARS 0123456789- diff --git a/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.dic b/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.dic deleted file mode 100644 index deeaece05..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.dic +++ /dev/null @@ -1,12 +0,0 @@ -11 -0/a -1/a -2/a -3/a -4/a -5/a -6/a -7/a -8/a -9/a --jährig/bc diff --git a/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.test b/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.wrong b/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.wrong deleted file mode 100644 index aeaf6ce34..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/digits-in-words.wrong +++ /dev/null @@ -1 +0,0 @@ --jährig diff --git a/extensions/spellcheck/hunspell/tests/unit/data/encoding.aff b/extensions/spellcheck/hunspell/tests/unit/data/encoding.aff deleted file mode 100644 index 1f560d262..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/encoding.aff +++ /dev/null @@ -1 +0,0 @@ -SET ISO-8859-15 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/encoding.dic b/extensions/spellcheck/hunspell/tests/unit/data/encoding.dic deleted file mode 100644 index 414f9b8d3..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/encoding.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -cur -uvre diff --git a/extensions/spellcheck/hunspell/tests/unit/data/encoding.good b/extensions/spellcheck/hunspell/tests/unit/data/encoding.good deleted file mode 100644 index fc41c90aa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/encoding.good +++ /dev/null @@ -1,4 +0,0 @@ -cur -uvre -CUR -UVRE diff --git a/extensions/spellcheck/hunspell/tests/unit/data/encoding.test b/extensions/spellcheck/hunspell/tests/unit/data/encoding.test deleted file mode 100644 index 09619572e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/encoding.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-15 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flag.aff b/extensions/spellcheck/hunspell/tests/unit/data/flag.aff deleted file mode 100644 index ac105c11f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flag.aff +++ /dev/null @@ -1,13 +0,0 @@ -# base 1-character flags - -SFX A Y 1 -SFX A 0 s/123 . - -SFX 1 Y 1 -SFX 1 0 bar . - -SFX 2 Y 1 -SFX 2 0 baz . - -PFX 3 Y 1 -PFX 3 0 un . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flag.dic b/extensions/spellcheck/hunspell/tests/unit/data/flag.dic deleted file mode 100644 index b1b237106..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flag.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -foo/A3 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flag.good b/extensions/spellcheck/hunspell/tests/unit/data/flag.good deleted file mode 100644 index d5c27b1a6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flag.good +++ /dev/null @@ -1,8 +0,0 @@ -foo -foos -foosbar -foosbaz -unfoo -unfoos -unfoosbar -unfoosbaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flag.test b/extensions/spellcheck/hunspell/tests/unit/data/flag.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flag.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flaglong.aff b/extensions/spellcheck/hunspell/tests/unit/data/flaglong.aff deleted file mode 100644 index 437f13b3a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flaglong.aff +++ /dev/null @@ -1,14 +0,0 @@ -# 2-character flags -FLAG long - -SFX zx Y 1 -SFX zx 0 s/g?1G09 . - -SFX g? Y 1 -SFX g? 0 bar . - -SFX 1G Y 1 -SFX 1G 0 baz . - -PFX 09 Y 1 -PFX 09 0 un . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flaglong.dic b/extensions/spellcheck/hunspell/tests/unit/data/flaglong.dic deleted file mode 100644 index 46c601286..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flaglong.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -foo/zx09 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flaglong.good b/extensions/spellcheck/hunspell/tests/unit/data/flaglong.good deleted file mode 100644 index d5c27b1a6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flaglong.good +++ /dev/null @@ -1,8 +0,0 @@ -foo -foos -foosbar -foosbaz -unfoo -unfoos -unfoosbar -unfoosbaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flaglong.test b/extensions/spellcheck/hunspell/tests/unit/data/flaglong.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flaglong.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flagnum.aff b/extensions/spellcheck/hunspell/tests/unit/data/flagnum.aff deleted file mode 100644 index 823cee4cd..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flagnum.aff +++ /dev/null @@ -1,14 +0,0 @@ -# numerical flags -FLAG num - -SFX 999 Y 1 -SFX 999 0 s/214,216,54321 . - -SFX 214 Y 1 -SFX 214 0 bar . - -SFX 216 Y 1 -SFX 216 0 baz . - -PFX 54321 Y 1 -PFX 54321 0 un . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flagnum.dic b/extensions/spellcheck/hunspell/tests/unit/data/flagnum.dic deleted file mode 100644 index 927c45f2f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flagnum.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -foo/999,54321 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flagnum.good b/extensions/spellcheck/hunspell/tests/unit/data/flagnum.good deleted file mode 100644 index d5c27b1a6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flagnum.good +++ /dev/null @@ -1,8 +0,0 @@ -foo -foos -foosbar -foosbaz -unfoo -unfoos -unfoosbar -unfoosbaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flagnum.test b/extensions/spellcheck/hunspell/tests/unit/data/flagnum.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flagnum.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.aff b/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.aff deleted file mode 100644 index d0f75c185..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.aff +++ /dev/null @@ -1,15 +0,0 @@ -# UTF-8 flags -FLAG UTF-8 - -SFX A Y 1 -SFX A 0 s/ÖüÜ . -#SFX A 0 s/ÖüÖÜ . - -SFX Ö Y 1 -SFX Ö 0 bar . - -SFX ü Y 1 -SFX ü 0 baz . - -PFX Ü Y 1 -PFX Ü 0 un . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.dic b/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.dic deleted file mode 100644 index 2944490c9..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -foo/AÜ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.good b/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.good deleted file mode 100644 index d5c27b1a6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.good +++ /dev/null @@ -1,8 +0,0 @@ -foo -foos -foosbar -foosbaz -unfoo -unfoos -unfoosbar -unfoosbaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.test b/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/flagutf8.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.aff b/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.aff deleted file mode 100644 index 56cdabe5a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.aff +++ /dev/null @@ -1,12 +0,0 @@ -# fogemorphemes: special morphemes in compounds -# -# Swedish example: -# gata + kontoret = gatukontoret - -COMPOUNDFLAG X -COMPOUNDBEGIN Y -ONLYINCOMPOUND Z -COMPOUNDPERMITFLAG P - -SFX A Y 1 -SFX A a u/YPZ . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.dic b/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.dic deleted file mode 100644 index 1b76380d1..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -gata/A -kontoret/X diff --git a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.good b/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.good deleted file mode 100644 index 01e77d561..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.good +++ /dev/null @@ -1,3 +0,0 @@ -gata -kontoret -gatukontoret diff --git a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.test b/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.wrong b/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.wrong deleted file mode 100644 index f920745c7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/fogemorpheme.wrong +++ /dev/null @@ -1,3 +0,0 @@ -gatu -gatakontoret -kontoretgatu diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.aff b/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.aff deleted file mode 100644 index de7f8ad9a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.aff +++ /dev/null @@ -1,11 +0,0 @@ -# FORBIDDENWORD flag -# The signed word, and its suffixed forms are all forbidden, -# excepts with root homonyms. -# Useful for forbidding bad suffixed forms or compounds. - - -FORBIDDENWORD X -COMPOUNDFLAG Y - -SFX A Y 1 -SFX A 0 s . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.dic b/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.dic deleted file mode 100644 index 78f2ee3d1..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.dic +++ /dev/null @@ -1,8 +0,0 @@ -5 -foo/S [1] -foo/YX [2] -foo/Y [3] -foo/S [4] -bar/YS [5] -bars/X -foos/X diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.good b/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.good deleted file mode 100644 index 7bd112e9e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.good +++ /dev/null @@ -1,3 +0,0 @@ -foo -bar - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.test b/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.wrong b/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.wrong deleted file mode 100644 index 5752c1e44..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forbiddenword.wrong +++ /dev/null @@ -1,4 +0,0 @@ -bars -foos -foobar -barfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.aff b/extensions/spellcheck/hunspell/tests/unit/data/forceucase.aff deleted file mode 100644 index 5eebcbdab..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.aff +++ /dev/null @@ -1,4 +0,0 @@ -# force capitalized compound -TRY F -FORCEUCASE A -COMPOUNDFLAG C diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.dic b/extensions/spellcheck/hunspell/tests/unit/data/forceucase.dic deleted file mode 100644 index 82fd93b30..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -foo/C -bar/C -baz/CA diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.good b/extensions/spellcheck/hunspell/tests/unit/data/forceucase.good deleted file mode 100644 index 37ecf4957..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.good +++ /dev/null @@ -1,7 +0,0 @@ -foo -bar -baz -foobar -Foobaz -foobazbar -Foobarbaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.sug b/extensions/spellcheck/hunspell/tests/unit/data/forceucase.sug deleted file mode 100644 index 6a77cbd06..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.sug +++ /dev/null @@ -1,2 +0,0 @@ -Foobaz -Foobarbaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.test b/extensions/spellcheck/hunspell/tests/unit/data/forceucase.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.wrong b/extensions/spellcheck/hunspell/tests/unit/data/forceucase.wrong deleted file mode 100644 index 1503e42dd..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/forceucase.wrong +++ /dev/null @@ -1,2 +0,0 @@ -foobaz -foobarbaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.aff b/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.aff deleted file mode 100644 index d60cb74d7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.aff +++ /dev/null @@ -1,15 +0,0 @@ -# FULLSTRIP option: Hunspell can strip full words by affix rules -# see OpenOffice.org Issue #80145 -# test data from Davide Prina - -FULLSTRIP - -SET ISO8859-15 -TRY aioertnsclmdpgubzfvhàq'ACMSkBGPLxEyRTVòIODNwFéùèìjUZKHWJYQX - -SFX A Y 3 # verbo andare (verb to go) -SFX A andare vado andare # io vado (I go) -SFX A andare va andare # tu vai (you go) -SFX A are iamo andare # noi andiamo (we go) - - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.dic b/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.dic deleted file mode 100644 index 553113d44..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.dic +++ /dev/null @@ -1,4 +0,0 @@ -2 -andare/A -riandare/A - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.good b/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.good deleted file mode 100644 index 1240e71f5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.good +++ /dev/null @@ -1,9 +0,0 @@ -andare -vado -va -andiamo -riandare -rivado -riva -riandiamo - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.test b/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.test deleted file mode 100644 index 4d59c4212..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/fullstrip.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i UTF-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.aff b/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.aff deleted file mode 100644 index 5ff25872c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.aff +++ /dev/null @@ -1,91 +0,0 @@ -# German compounding - -# handle special casing of German sharp s - -CHECKSHARPS - -# compound flags - -COMPOUNDBEGIN U -COMPOUNDMIDDLE V -COMPOUNDEND W - -# Prefixes are allowed at the beginning of compounds, -# suffixes are allowed at the end of compounds by default: -# (prefix)?(root)+(affix)? -# Affixes with COMPOUNDPERMITFLAG may be inside of compounds. -COMPOUNDPERMITFLAG P - -# for German fogemorphemes (Fuge-element) -# Hint: ONLYINCOMPOUND is not required everywhere, but the -# checking will be a little faster with it. - -ONLYINCOMPOUND X - -# forbid uppercase characters at compound word bounds -CHECKCOMPOUNDCASE - -# for handling Fuge-elements with dashes (Arbeits-) -# dash will be a special word - -COMPOUNDMIN 1 -WORDCHARS - - -# compound settings and fogemorpheme for `Arbeit' - -SFX A Y 3 -SFX A 0 s/UPX . -SFX A 0 s/VPDX . -SFX A 0 0/WXD . - -SFX B Y 2 -SFX B 0 0/UPX . -SFX B 0 0/VWXDP . - -# a suffix for `Computer' - -SFX C Y 1 -SFX C 0 n/WD . - -# for forbid exceptions (*Arbeitsnehmer) - -FORBIDDENWORD Z - -# dash prefix for compounds with dash (Arbeits-Computer) - -PFX - Y 1 -PFX - 0 -/P . - -# decapitalizing prefix -# circumfix for positioning in compounds - -PFX D Y 29 -PFX D A a/PX A -PFX D /PX -PFX D B b/PX B -PFX D C c/PX C -PFX D D d/PX D -PFX D E e/PX E -PFX D F f/PX F -PFX D G g/PX G -PFX D H h/PX H -PFX D I i/PX I -PFX D J j/PX J -PFX D K k/PX K -PFX D L l/PX L -PFX D M m/PX M -PFX D N n/PX N -PFX D O o/PX O -PFX D /PX -PFX D P p/PX P -PFX D Q q/PX Q -PFX D R r/PX R -PFX D S s/PX S -PFX D T t/PX T -PFX D U u/PX U -PFX D /PX -PFX D V v/PX V -PFX D W w/PX W -PFX D X x/PX X -PFX D Y y/PX Y -PFX D Z z/PX Z diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.dic b/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.dic deleted file mode 100644 index 5db6783a4..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -Arbeit/A- -Computer/BC- --/W -Arbeitsnehmer/Z diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.good b/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.good deleted file mode 100644 index e4945553c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.good +++ /dev/null @@ -1,20 +0,0 @@ -Computer -Computern -Arbeit -Arbeits- -Computerarbeit -Computerarbeits- -Arbeitscomputer -Computercomputer -Computercomputern -Arbeitscomputern -Computerarbeitscomputer -Computerarbeitscomputern -Arbeitscomputercomputer -Computercomputerarbeit -Arbeitscomputerarbeit -Arbeitsarbeitsarbeit -Computerarbeitsarbeit -Computerarbeits-Computer -Computerarbeits-Computern -Computer-Arbeit diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.test b/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.wrong b/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.wrong deleted file mode 100644 index c5f2ba115..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompounding.wrong +++ /dev/null @@ -1,50 +0,0 @@ -computer -computern -arbeit -Arbeits -arbeits -ComputerArbeit -ComputernArbeit -Computernarbeit -ComputerArbeits -Arbeitcomputer -Arbeitcomputern -ArbeitsComputer -ArbeitsComputern -Computerarbeitcomputer -ComputerArbeitcomputer -ComputerArbeitscomputer -Computerarbeitcomputern -ComputerArbeitcomputern -ComputerArbeitscomputern -Arbeitscomputerarbeits -Arbeitscomputernarbeits -Computerarbeits-computer -Arbeitsnehmer -computers -computern -computernarbeit -computernArbeit -computerArbeit -computerArbeits -arbeitcomputer -arbeitsComputer -computerarbeitcomputer -computerArbeitcomputer -computerArbeitscomputer -arbeitscomputerarbeits -computerarbeits-computer -arbeitsnehmer -computernarbeit -computernArbeit -arbeits- -computerarbeit -computerarbeits- -arbeitscomputer -arbeitscomputern -computerarbeitscomputer -computerarbeitscomputern -computerarbeitscomputers -arbeitscomputerarbeit -computerarbeits-Computer -computerarbeits-Computern diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.aff b/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.aff deleted file mode 100644 index 3e06f0647..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.aff +++ /dev/null @@ -1,96 +0,0 @@ -# German compounding - -# handle special casing of German sharp s - -CHECKSHARPS - -# compound flags - -COMPOUNDBEGIN U -COMPOUNDMIDDLE V -COMPOUNDEND W - -# Prefixes are allowed at the beginning of compounds, -# suffixes are allowed at the end of compounds by default: -# (prefix)?(root)+(affix)? -# Affixes with COMPOUNDPERMITFLAG may be inside of compounds. -COMPOUNDPERMITFLAG P - -# for German fogemorphemes (Fuge-element) -# Hint: ONLYINCOMPOUND is not required everywhere, but the -# checking will be a little faster with it. - -ONLYINCOMPOUND X - -# for decapitalizing nouns with fogemorphemes - -CIRCUMFIX Y - -# for handling Fuge-elements with dashes (Arbeits-) -# dash will be a special word - -COMPOUNDMIN 1 -WORDCHARS - - -# compound settings and fogemorpheme for `Arbeit' - -SFX A Y 3 -SFX A 0 s/UPX . -SFX A 0 s/VPXDY . -SFX A 0 0/WXDY . - -# compound settings for `Computer' - -SFX B Y 2 -SFX B 0 0/UPX . -SFX B 0 0/VWPXDY . - -# a suffix for `Computer' - -SFX C Y 2 -SFX C 0 n . -SFX C 0 n/WXDY . - -# for forbid exceptions (*Arbeitsnehmer) - -FORBIDDENWORD Z - -# dash prefix for compounds with dash (Arbeits-Computer) - -PFX - Y 2 -PFX - 0 -/PUVW . -PFX - 0 -/PY . - -# decapitalizing prefix -# circumfix for positioning in compounds - -PFX D Y 29 -PFX D A a/PXY A -PFX D /PXY -PFX D B b/PXY B -PFX D C c/PXY C -PFX D D d/PXY D -PFX D E e/PXY E -PFX D F f/PXY F -PFX D G g/PXY G -PFX D H h/PXY H -PFX D I i/PXY I -PFX D J j/PXY J -PFX D K k/PXY K -PFX D L l/PXY L -PFX D M m/PXY M -PFX D N n/PXY N -PFX D O o/PXY O -PFX D /PXY -PFX D P p/PXY P -PFX D Q q/PXY Q -PFX D R r/PXY R -PFX D S s/PXY S -PFX D T t/PXY T -PFX D U u/PXY U -PFX D /PXY -PFX D V v/PXY V -PFX D W w/PXY W -PFX D X x/PXY X -PFX D Y y/PXY Y -PFX D Z z/PXY Z diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.dic b/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.dic deleted file mode 100644 index 5db6783a4..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -Arbeit/A- -Computer/BC- --/W -Arbeitsnehmer/Z diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.good b/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.good deleted file mode 100644 index 5357bff16..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.good +++ /dev/null @@ -1,14 +0,0 @@ -Computer -Computern -Arbeit -Arbeits- -Computerarbeit -Computerarbeits- -Arbeitscomputer -Arbeitscomputern -Computerarbeitscomputer -Computerarbeitscomputern -Arbeitscomputerarbeit -Computerarbeits-Computer -Computerarbeits-Computern -Computer-Arbeit diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.test b/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.wrong b/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.wrong deleted file mode 100644 index c5f2ba115..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/germancompoundingold.wrong +++ /dev/null @@ -1,50 +0,0 @@ -computer -computern -arbeit -Arbeits -arbeits -ComputerArbeit -ComputernArbeit -Computernarbeit -ComputerArbeits -Arbeitcomputer -Arbeitcomputern -ArbeitsComputer -ArbeitsComputern -Computerarbeitcomputer -ComputerArbeitcomputer -ComputerArbeitscomputer -Computerarbeitcomputern -ComputerArbeitcomputern -ComputerArbeitscomputern -Arbeitscomputerarbeits -Arbeitscomputernarbeits -Computerarbeits-computer -Arbeitsnehmer -computers -computern -computernarbeit -computernArbeit -computerArbeit -computerArbeits -arbeitcomputer -arbeitsComputer -computerarbeitcomputer -computerArbeitcomputer -computerArbeitscomputer -arbeitscomputerarbeits -computerarbeits-computer -arbeitsnehmer -computernarbeit -computernArbeit -arbeits- -computerarbeit -computerarbeits- -arbeitscomputer -arbeitscomputern -computerarbeitscomputer -computerarbeitscomputern -computerarbeitscomputers -arbeitscomputerarbeit -computerarbeits-Computer -computerarbeits-Computern diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i35725.aff b/extensions/spellcheck/hunspell/tests/unit/data/i35725.aff deleted file mode 100644 index 96755c7ec..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i35725.aff +++ /dev/null @@ -1,203 +0,0 @@ -# Ngram suggestions -# - fix case problem -# - detect character swapping (keep only these suggestions) -# - lesser suggestions -# - weight with common subsequence algorithm -# - suggest uppercased words - -# 2007-02-05: -# now not neighbour character replacements and character movings are -# detected by not ngram suggestions, too. - -# OpenOffice.org's en_US.aff file - -SET ISO8859-1 -TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ' - -WORDCHARS ' - -PFX A Y 1 -PFX A 0 re . - -PFX I Y 1 -PFX I 0 in . - -PFX U Y 1 -PFX U 0 un . - -PFX C Y 1 -PFX C 0 de . - -PFX E Y 1 -PFX E 0 dis . - -PFX F Y 1 -PFX F 0 con . - -PFX K Y 1 -PFX K 0 pro . - -SFX V N 2 -SFX V e ive e -SFX V 0 ive [^e] - -SFX N Y 3 -SFX N e ion e -SFX N y ication y -SFX N 0 en [^ey] - -SFX X Y 3 -SFX X e ions e -SFX X y ications y -SFX X 0 ens [^ey] - -SFX H N 2 -SFX H y ieth y -SFX H 0 th [^y] - -SFX Y Y 1 -SFX Y 0 ly . - -SFX G Y 2 -SFX G e ing e -SFX G 0 ing [^e] - -SFX J Y 2 -SFX J e ings e -SFX J 0 ings [^e] - -SFX D Y 4 -SFX D 0 d e -SFX D y ied [^aeiou]y -SFX D 0 ed [^ey] -SFX D 0 ed [aeiou]y - -SFX T N 4 -SFX T 0 st e -SFX T y iest [^aeiou]y -SFX T 0 est [aeiou]y -SFX T 0 est [^ey] - -SFX R Y 4 -SFX R 0 r e -SFX R y ier [^aeiou]y -SFX R 0 er [aeiou]y -SFX R 0 er [^ey] - -SFX Z Y 4 -SFX Z 0 rs e -SFX Z y iers [^aeiou]y -SFX Z 0 ers [aeiou]y -SFX Z 0 ers [^ey] - -SFX S Y 4 -SFX S y ies [^aeiou]y -SFX S 0 s [aeiou]y -SFX S 0 es [sxzh] -SFX S 0 s [^sxzhy] - -SFX P Y 3 -SFX P y iness [^aeiou]y -SFX P 0 ness [aeiou]y -SFX P 0 ness [^y] - -SFX M Y 1 -SFX M 0 's . - -SFX B Y 3 -SFX B 0 able [^aeiou] -SFX B 0 able ee -SFX B e able [^aeiou]e - -SFX L Y 1 -SFX L 0 ment . - -REP 88 -REP a ei -REP ei a -REP a ey -REP ey a -REP ai ie -REP ie ai -REP are air -REP are ear -REP are eir -REP air are -REP air ere -REP ere air -REP ere ear -REP ere eir -REP ear are -REP ear air -REP ear ere -REP eir are -REP eir ere -REP ch te -REP te ch -REP ch ti -REP ti ch -REP ch tu -REP tu ch -REP ch s -REP s ch -REP ch k -REP k ch -REP f ph -REP ph f -REP gh f -REP f gh -REP i igh -REP igh i -REP i uy -REP uy i -REP i ee -REP ee i -REP j di -REP di j -REP j gg -REP gg j -REP j ge -REP ge j -REP s ti -REP ti s -REP s ci -REP ci s -REP k cc -REP cc k -REP k qu -REP qu k -REP kw qu -REP o eau -REP eau o -REP o ew -REP ew o -REP oo ew -REP ew oo -REP ew ui -REP ui ew -REP oo ui -REP ui oo -REP ew u -REP u ew -REP oo u -REP u oo -REP u oe -REP oe u -REP u ieu -REP ieu u -REP ue ew -REP ew ue -REP uff ough -REP oo ieu -REP ieu oo -REP ier ear -REP ear ier -REP ear air -REP air ear -REP w qu -REP qu w -REP z ss -REP ss z -REP shun tion -REP shun sion -REP shun cion diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i35725.dic b/extensions/spellcheck/hunspell/tests/unit/data/i35725.dic deleted file mode 100644 index 0c61f0031..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i35725.dic +++ /dev/null @@ -1,15 +0,0 @@ -15 -endangerment/SM -ferment/FSCM -preferment/SM -impermanent/Y -permanent/YSP -semipermanent/Y -empowerment/MS -supermen -tournament/MS -ornamental/SY -ornament/GSDM -supernatant -pimpernel -UNESCO/M diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i35725.good b/extensions/spellcheck/hunspell/tests/unit/data/i35725.good deleted file mode 100644 index 052ba8418..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i35725.good +++ /dev/null @@ -1 +0,0 @@ -permanent diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i35725.sug b/extensions/spellcheck/hunspell/tests/unit/data/i35725.sug deleted file mode 100644 index a8bf1d980..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i35725.sug +++ /dev/null @@ -1,10 +0,0 @@ -permanent, preferment -permanent, ornament -permanent -Permanent, Preferment -Permanent, Ornament -Permanent -UNESCO -UNESCO -UNESCO's -UNESCO's diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i35725.test b/extensions/spellcheck/hunspell/tests/unit/data/i35725.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i35725.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i35725.wrong b/extensions/spellcheck/hunspell/tests/unit/data/i35725.wrong deleted file mode 100644 index 573e195d8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i35725.wrong +++ /dev/null @@ -1,10 +0,0 @@ -permenant -pernament -pernemant -Permenant -Pernament -Pernemant -unesco -Unesco -unesco's -Unesco's diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i53643.aff b/extensions/spellcheck/hunspell/tests/unit/data/i53643.aff deleted file mode 100644 index 9fac6d84c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i53643.aff +++ /dev/null @@ -1,2 +0,0 @@ -# check numbers with separators -WORDCHARS 0123456789.-, diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i53643.dic b/extensions/spellcheck/hunspell/tests/unit/data/i53643.dic deleted file mode 100644 index aec5d506b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i53643.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -foo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i53643.good b/extensions/spellcheck/hunspell/tests/unit/data/i53643.good deleted file mode 100644 index 116333452..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i53643.good +++ /dev/null @@ -1,19 +0,0 @@ -1 -12 -123 -1234 -12345 -123456 -1234567 -1.1 -1.12 -1.123 -1.1234 -1.12345 -1.123456 -12.1 -123.12 -1234.123 -12345.1234 -123456.12345 -1234567.123456 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i53643.test b/extensions/spellcheck/hunspell/tests/unit/data/i53643.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i53643.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i53643.wrong b/extensions/spellcheck/hunspell/tests/unit/data/i53643.wrong deleted file mode 100644 index 45c61d298..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i53643.wrong +++ /dev/null @@ -1,4 +0,0 @@ -1..2 -1,,2 -1.,2 -1,.2 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54633.aff b/extensions/spellcheck/hunspell/tests/unit/data/i54633.aff deleted file mode 100644 index 46281e1c5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54633.aff +++ /dev/null @@ -1,2 +0,0 @@ -# Missing capitalized suggestion for capitalized bad words -SET ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54633.dic b/extensions/spellcheck/hunspell/tests/unit/data/i54633.dic deleted file mode 100644 index e26d6f9c8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54633.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -diter diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54633.good b/extensions/spellcheck/hunspell/tests/unit/data/i54633.good deleted file mode 100644 index a115f67ed..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54633.good +++ /dev/null @@ -1,2 +0,0 @@ -diter -diter diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54633.sug b/extensions/spellcheck/hunspell/tests/unit/data/i54633.sug deleted file mode 100644 index a115f67ed..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54633.sug +++ /dev/null @@ -1,2 +0,0 @@ -diter -diter diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54633.test b/extensions/spellcheck/hunspell/tests/unit/data/i54633.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54633.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54633.wrong b/extensions/spellcheck/hunspell/tests/unit/data/i54633.wrong deleted file mode 100644 index 579a45dab..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54633.wrong +++ /dev/null @@ -1,2 +0,0 @@ -editer -Editer diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54980.aff b/extensions/spellcheck/hunspell/tests/unit/data/i54980.aff deleted file mode 100644 index 37cc5c53d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54980.aff +++ /dev/null @@ -1,2 +0,0 @@ -# ISO-8859-15 (extended latin-1) support for French, Finnish and EURO symbol -SET ISO8859-15 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54980.dic b/extensions/spellcheck/hunspell/tests/unit/data/i54980.dic deleted file mode 100644 index 414f9b8d3..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54980.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -cur -uvre diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54980.good b/extensions/spellcheck/hunspell/tests/unit/data/i54980.good deleted file mode 100644 index fc41c90aa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54980.good +++ /dev/null @@ -1,4 +0,0 @@ -cur -uvre -CUR -UVRE diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i54980.test b/extensions/spellcheck/hunspell/tests/unit/data/i54980.test deleted file mode 100644 index 09619572e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i54980.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-15 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i58202.aff b/extensions/spellcheck/hunspell/tests/unit/data/i58202.aff deleted file mode 100644 index 11249d4f2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i58202.aff +++ /dev/null @@ -1,4 +0,0 @@ -# case suggestions -MAXNGRAMSUGS 0 -# capitalise baz->Baz -TRY B diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i58202.dic b/extensions/spellcheck/hunspell/tests/unit/data/i58202.dic deleted file mode 100644 index 19e1980ba..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i58202.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -foo -bar -Baz -Boo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i58202.good b/extensions/spellcheck/hunspell/tests/unit/data/i58202.good deleted file mode 100644 index 88a079a55..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i58202.good +++ /dev/null @@ -1,10 +0,0 @@ -foo -bar -Foo -Bar -Baz -Boo -FOO -BAR -BAZ -BOO diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i58202.sug b/extensions/spellcheck/hunspell/tests/unit/data/i58202.sug deleted file mode 100644 index bc784acef..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i58202.sug +++ /dev/null @@ -1,13 +0,0 @@ -foo, Boo -Bar -Baz -Boo -foo bar -foo Bar -Foo bar -Foo Bar -foo Baz -Foo Baz -Baz foo -Baz Foo -Baz Boo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i58202.test b/extensions/spellcheck/hunspell/tests/unit/data/i58202.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i58202.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i58202.wrong b/extensions/spellcheck/hunspell/tests/unit/data/i58202.wrong deleted file mode 100644 index 886584d80..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i58202.wrong +++ /dev/null @@ -1,13 +0,0 @@ -fOO -BAr -baz -BOo -foobar -fooBar -Foobar -FooBar -fooBaz -FooBaz -Bazfoo -BazFoo -BazBoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i68568.aff b/extensions/spellcheck/hunspell/tests/unit/data/i68568.aff deleted file mode 100644 index f0c639e8d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i68568.aff +++ /dev/null @@ -1,7 +0,0 @@ -# Sant'Elia -> SANT'ELIA (Italian) -# OpenOffice.org Issue 68658 - -PFX a Y 1 -PFX a 0 Sant' E - -WORDCHARS ' diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i68568.dic b/extensions/spellcheck/hunspell/tests/unit/data/i68568.dic deleted file mode 100644 index 966010835..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i68568.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -Elia/a diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i68568.test b/extensions/spellcheck/hunspell/tests/unit/data/i68568.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i68568.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i68568.wrong b/extensions/spellcheck/hunspell/tests/unit/data/i68568.wrong deleted file mode 100644 index 998e9f4e4..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i68568.wrong +++ /dev/null @@ -1,5 +0,0 @@ -sant'elia -sant'Elia -Sant'elia -Sant' -SANT' diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.aff b/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.aff deleted file mode 100644 index 7076ee938..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.aff +++ /dev/null @@ -1,8 +0,0 @@ -# Sant'Elia -> SANT'ELIA (Italian) -# OpenOffice.org Issue 68658 -SET UTF-8 - -PFX a Y 1 -PFX a 0 Foó' B - -WORDCHARS ' diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.dic b/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.dic deleted file mode 100644 index bc38229fa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -Bár/a diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.test b/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.test deleted file mode 100644 index 4d59c4212..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i UTF-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.wrong deleted file mode 100644 index 0713c1369..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/i68568utf.wrong +++ /dev/null @@ -1,5 +0,0 @@ -foó'bár -foó'Bár -Foó'bár -foó' -FOÓ' diff --git a/extensions/spellcheck/hunspell/tests/unit/data/iconv.aff b/extensions/spellcheck/hunspell/tests/unit/data/iconv.aff deleted file mode 100644 index 36cf7a223..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/iconv.aff +++ /dev/null @@ -1,10 +0,0 @@ -# input conversion (accept comma acuted letters also with cedilla, -# as de facto replacement of the Romanian standard) -SET UTF-8 - -ICONV 4 -ICONV ş ș -ICONV ţ ț -ICONV Ş Ș -ICONV Ţ Ț - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/iconv.dic b/extensions/spellcheck/hunspell/tests/unit/data/iconv.dic deleted file mode 100644 index 8326eee2d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/iconv.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -Chișinău -Țepes -ț -Ș diff --git a/extensions/spellcheck/hunspell/tests/unit/data/iconv.good b/extensions/spellcheck/hunspell/tests/unit/data/iconv.good deleted file mode 100644 index 746cf1e53..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/iconv.good +++ /dev/null @@ -1,6 +0,0 @@ -Chișinău -Chişinău -Țepes -Ţepes -Ş -ţ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/iconv.test b/extensions/spellcheck/hunspell/tests/unit/data/iconv.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/iconv.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ignore.aff b/extensions/spellcheck/hunspell/tests/unit/data/ignore.aff deleted file mode 100644 index 238dc15e5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ignore.aff +++ /dev/null @@ -1,5 +0,0 @@ -# ignore characters in words (for Arabic Harakat or Hebrew niqqud) -IGNORE aeiou - -PFX A Y 1 -PFX A 0 re . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ignore.dic b/extensions/spellcheck/hunspell/tests/unit/data/ignore.dic deleted file mode 100644 index 846983b7d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ignore.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -xmpl -expression/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ignore.good b/extensions/spellcheck/hunspell/tests/unit/data/ignore.good deleted file mode 100644 index d7dd645c2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ignore.good +++ /dev/null @@ -1,6 +0,0 @@ -example -expression -xmpl -xprssn -reexpression -rxprssn diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ignore.test b/extensions/spellcheck/hunspell/tests/unit/data/ignore.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ignore.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.aff b/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.aff deleted file mode 100644 index 8646676d0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.aff +++ /dev/null @@ -1,6 +0,0 @@ -# Arabic test for feature ignoring diacritics -SET UTF-8 -# Arabic diacritics (harakat): -# sukun, shadda, kasra, damma, fatha, kasratan, dammantan, fathatan (left to right) -IGNORE ًٌٍَُِّْ -WORDCHARS ًٌٍَُِّْ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.dic b/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.dic deleted file mode 100644 index d4a2a81e7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.dic +++ /dev/null @@ -1,10 +0,0 @@ -9 -طِير -فَتحة -ضُمة -كِسرة -فتحًتان -ضمتانٌ -كسرتاٍن -شدّة -سكوْن diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.good b/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.good deleted file mode 100644 index d463cd59f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.good +++ /dev/null @@ -1,9 +0,0 @@ -طير -فتحة -ضمة -كسرة -فتحتان -ضمتان -كسرتان -شدة -سكون diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.test b/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ignoreutf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.aff b/extensions/spellcheck/hunspell/tests/unit/data/keepcase.aff deleted file mode 100644 index b08006bf7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.aff +++ /dev/null @@ -1,3 +0,0 @@ -# keep case in signed words -KEEPCASE A -WORDCHARS . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.dic b/extensions/spellcheck/hunspell/tests/unit/data/keepcase.dic deleted file mode 100644 index bf9992acf..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -foo/A -Bar/A -baz./A -Quux./A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.good b/extensions/spellcheck/hunspell/tests/unit/data/keepcase.good deleted file mode 100644 index e6ff1817d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.good +++ /dev/null @@ -1,4 +0,0 @@ -foo -Bar -baz. -Quux. diff --git a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.sug b/extensions/spellcheck/hunspell/tests/unit/data/keepcase.sug deleted file mode 100644 index 551dd8bb3..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.sug +++ /dev/null @@ -1,8 +0,0 @@ -foo -foo -Bar -Bar -baz. -baz. -Quux. -Quux. diff --git a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.test b/extensions/spellcheck/hunspell/tests/unit/data/keepcase.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.wrong b/extensions/spellcheck/hunspell/tests/unit/data/keepcase.wrong deleted file mode 100644 index 3b7914291..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/keepcase.wrong +++ /dev/null @@ -1,8 +0,0 @@ -Foo -FOO -BAR -bar -Baz. -BAZ. -quux. -QUUX. diff --git a/extensions/spellcheck/hunspell/tests/unit/data/korean.aff b/extensions/spellcheck/hunspell/tests/unit/data/korean.aff deleted file mode 100644 index 979e3c228..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/korean.aff +++ /dev/null @@ -1 +0,0 @@ -SET UTF-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/korean.dic b/extensions/spellcheck/hunspell/tests/unit/data/korean.dic deleted file mode 100644 index 95cb4508e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/korean.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -들어오세요 -안녕하세요 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/korean.good b/extensions/spellcheck/hunspell/tests/unit/data/korean.good deleted file mode 100644 index 660d506bb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/korean.good +++ /dev/null @@ -1,2 +0,0 @@ -들어오세요 -안녕하세요 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/korean.test b/extensions/spellcheck/hunspell/tests/unit/data/korean.test deleted file mode 100644 index 4d59c4212..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/korean.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i UTF-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/korean.wrong b/extensions/spellcheck/hunspell/tests/unit/data/korean.wrong deleted file mode 100644 index 5ea85cead..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/korean.wrong +++ /dev/null @@ -1 +0,0 @@ -들어오세 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/map.aff b/extensions/spellcheck/hunspell/tests/unit/data/map.aff deleted file mode 100644 index 3e78baba6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/map.aff +++ /dev/null @@ -1,9 +0,0 @@ -# With MAP suggestion, Hunspell can add missing accents to a word. - -# switch off ngram suggestion for testing -MAXNGRAMSUGS 0 - -MAP 3 -MAP u -MAP o -MAP (ss) diff --git a/extensions/spellcheck/hunspell/tests/unit/data/map.dic b/extensions/spellcheck/hunspell/tests/unit/data/map.dic deleted file mode 100644 index 744394f0c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/map.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -Frhstck -tkrfr -gro diff --git a/extensions/spellcheck/hunspell/tests/unit/data/map.sug b/extensions/spellcheck/hunspell/tests/unit/data/map.sug deleted file mode 100644 index cadb75422..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/map.sug +++ /dev/null @@ -1,3 +0,0 @@ -Frhstck -tkrfr -gro diff --git a/extensions/spellcheck/hunspell/tests/unit/data/map.test b/extensions/spellcheck/hunspell/tests/unit/data/map.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/map.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/map.wrong b/extensions/spellcheck/hunspell/tests/unit/data/map.wrong deleted file mode 100644 index 251c8a1e9..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/map.wrong +++ /dev/null @@ -1,3 +0,0 @@ -Fruhstuck -tukorfuro -gross diff --git a/extensions/spellcheck/hunspell/tests/unit/data/maputf.aff b/extensions/spellcheck/hunspell/tests/unit/data/maputf.aff deleted file mode 100644 index 30edb2a78..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/maputf.aff +++ /dev/null @@ -1,11 +0,0 @@ -# With MAP suggestion, Hunspell can add missing accents to a word. - -SET UTF-8 - -# switch off ngram suggestion for testing -MAXNGRAMSUGS 0 - -MAP 3 -MAP uúü -MAP öóo -MAP ß(ss) diff --git a/extensions/spellcheck/hunspell/tests/unit/data/maputf.dic b/extensions/spellcheck/hunspell/tests/unit/data/maputf.dic deleted file mode 100644 index 1c6fa8d05..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/maputf.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -Frühstück -tükörfúró -groß diff --git a/extensions/spellcheck/hunspell/tests/unit/data/maputf.sug b/extensions/spellcheck/hunspell/tests/unit/data/maputf.sug deleted file mode 100644 index 81d09e021..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/maputf.sug +++ /dev/null @@ -1,3 +0,0 @@ -Frühstück -tükörfúró -groß diff --git a/extensions/spellcheck/hunspell/tests/unit/data/maputf.test b/extensions/spellcheck/hunspell/tests/unit/data/maputf.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/maputf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/maputf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/maputf.wrong deleted file mode 100644 index 251c8a1e9..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/maputf.wrong +++ /dev/null @@ -1,3 +0,0 @@ -Fruhstuck -tukorfuro -gross diff --git a/extensions/spellcheck/hunspell/tests/unit/data/morph.aff b/extensions/spellcheck/hunspell/tests/unit/data/morph.aff deleted file mode 100644 index 608085860..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/morph.aff +++ /dev/null @@ -1,12 +0,0 @@ -# example for morphological analysis, stemming and generation -PFX P Y 1 -PFX P 0 un . dp:pfx_un sp:un - -SFX S Y 1 -SFX S 0 s . is:plur - -SFX Q Y 1 -SFX Q 0 s . is:sg_3 - -SFX R Y 1 -SFX R 0 able/PS . ds:der_able diff --git a/extensions/spellcheck/hunspell/tests/unit/data/morph.dic b/extensions/spellcheck/hunspell/tests/unit/data/morph.dic deleted file mode 100644 index f8d58a6d4..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/morph.dic +++ /dev/null @@ -1,10 +0,0 @@ -9 -drink/S po:noun -drink/RQ po:verb al:drank al:drunk ts:present -drank po:verb st:drink is:past_1 -drunk po:verb st:drink is:past_2 -eat/RQ po:verb al:ate al:eaten ts:present -ate po:verb st:eat is:past_1 -eaten po:verb st:eat is:past_2 -phenomenon po:noun al:phenomena -phenomena po:noun st:phenomenon is:plur diff --git a/extensions/spellcheck/hunspell/tests/unit/data/morph.good b/extensions/spellcheck/hunspell/tests/unit/data/morph.good deleted file mode 100644 index 9f0d24768..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/morph.good +++ /dev/null @@ -1,26 +0,0 @@ -drink -drinks -drinkable -drinkables -undrinkable -undrinkables -drank -drunk -phenomenon -phenomena -drink eat -drink eats -drink ate -drink eaten -drink eatable -drink eatables -drink phenomena -drinks eat -drinks eats -drinks ate -drinks eaten -drinks eatable -drinks eatables -drinks phenomena -undrinkable phenomena -phenomenon drinks diff --git a/extensions/spellcheck/hunspell/tests/unit/data/morph.morph b/extensions/spellcheck/hunspell/tests/unit/data/morph.morph deleted file mode 100644 index 9965d7ea8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/morph.morph +++ /dev/null @@ -1,48 +0,0 @@ -> drink -analyze(drink) = st:drink po:noun -analyze(drink) = st:drink po:verb al:drank al:drunk ts:present -stem(drink) = drink -> drinks -analyze(drinks) = st:drink po:verb al:drank al:drunk ts:present is:sg_3 -analyze(drinks) = st:drink po:noun is:plur -stem(drinks) = drink -> drinkable -analyze(drinkable) = st:drink po:verb al:drank al:drunk ts:present ds:der_able -stem(drinkable) = drinkable -> drinkables -analyze(drinkables) = st:drink po:verb al:drank al:drunk ts:present ds:der_able is:plur -stem(drinkables) = drinkable -> undrinkable -analyze(undrinkable) = dp:pfx_un sp:un st:drink po:verb al:drank al:drunk ts:present ds:der_able -stem(undrinkable) = undrinkable -> undrinkables -analyze(undrinkables) = dp:pfx_un sp:un st:drink po:verb al:drank al:drunk ts:present ds:der_able is:plur -stem(undrinkables) = undrinkable -> drank -analyze(drank) = po:verb st:drink is:past_1 -stem(drank) = drink -> drunk -analyze(drunk) = po:verb st:drink is:past_2 -stem(drunk) = drink -> phenomenon -analyze(phenomenon) = st:phenomenon po:noun al:phenomena -stem(phenomenon) = phenomenon -> phenomena -analyze(phenomena) = po:noun st:phenomenon is:plur -stem(phenomena) = phenomenon -generate(drink, eat) = drink -generate(drink, eats) = drinks -generate(drink, ate) = drank -generate(drink, eaten) = drunk -generate(drink, eatable) = drinkable -generate(drink, eatables) = drinkables -generate(drink, phenomena) = drinks -generate(drinks, eat) = drink -generate(drinks, eats) = drinks -generate(drinks, ate) = drank -generate(drinks, eaten) = drunk -generate(drinks, eatable) = drinkable -generate(drinks, eatables) = drinkables -generate(drinks, phenomena) = drinks -generate(undrinkable, phenomena) = undrinkables -generate(phenomenon, drinks) = phenomena diff --git a/extensions/spellcheck/hunspell/tests/unit/data/morph.test b/extensions/spellcheck/hunspell/tests/unit/data/morph.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/morph.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.aff b/extensions/spellcheck/hunspell/tests/unit/data/needaffix.aff deleted file mode 100644 index a5981ef69..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.aff +++ /dev/null @@ -1,5 +0,0 @@ -NEEDAFFIX X -COMPOUNDFLAG Y - -SFX A Y 1 -SFX A 0 s/Y . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.dic b/extensions/spellcheck/hunspell/tests/unit/data/needaffix.dic deleted file mode 100644 index b5792765e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/YXA -bar/Y diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.good b/extensions/spellcheck/hunspell/tests/unit/data/needaffix.good deleted file mode 100644 index f9e0663f3..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.good +++ /dev/null @@ -1,3 +0,0 @@ -bar -foos -barfoos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.test b/extensions/spellcheck/hunspell/tests/unit/data/needaffix.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.wrong b/extensions/spellcheck/hunspell/tests/unit/data/needaffix.wrong deleted file mode 100644 index 257cc5642..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix.wrong +++ /dev/null @@ -1 +0,0 @@ -foo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.aff b/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.aff deleted file mode 100644 index c434dac66..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.aff +++ /dev/null @@ -1,2 +0,0 @@ -NEEDAFFIX X -COMPOUNDFLAG Y diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.dic b/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.dic deleted file mode 100644 index ff32e878b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -foo st:foo id:1 -foo/YX st:foo id:2 -foo/Y st:foo id:3 -bar/Y diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.good b/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.good deleted file mode 100644 index 7e4b098ef..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.good +++ /dev/null @@ -1,5 +0,0 @@ -foo -bar -foobar -barfoo - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.morph b/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.morph deleted file mode 100644 index 0f3e47431..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.morph +++ /dev/null @@ -1,13 +0,0 @@ -> foo -analyze(foo) = st:foo id:1 -analyze(foo) = st:foo id:3 -stem(foo) = foo -> bar -analyze(bar) = st:bar -stem(bar) = bar -> foobar -analyze(foobar) = pa:foo st:foo id:3 pa:bar -stem(foobar) = foo -> barfoo -analyze(barfoo) = pa:bar st:bar pa:foo st:foo id:3 -stem(barfoo) = barfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.test b/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.aff b/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.aff deleted file mode 100644 index 5d55d38e9..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.aff +++ /dev/null @@ -1,8 +0,0 @@ -# neeadaffix on affixes -NEEDAFFIX X - -SFX A Y 1 -SFX A 0 s/XB . - -SFX B Y 1 -SFX B 0 baz . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.dic b/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.dic deleted file mode 100644 index 001d95e77..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.dic +++ /dev/null @@ -1,2 +0,0 @@ -2 -foo/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.good b/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.good deleted file mode 100644 index dc9a6a97d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.good +++ /dev/null @@ -1,2 +0,0 @@ -foo -foosbaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.test b/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.wrong b/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.wrong deleted file mode 100644 index c09c408f2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix3.wrong +++ /dev/null @@ -1 +0,0 @@ -foos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.aff b/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.aff deleted file mode 100644 index c434dac66..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.aff +++ /dev/null @@ -1,2 +0,0 @@ -NEEDAFFIX X -COMPOUNDFLAG Y diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.dic b/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.dic deleted file mode 100644 index 96f80c12b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -foo/X [1] -foo/Y [2] -foo/YX [3] -bar/Y [4] diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.good b/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.good deleted file mode 100644 index 7e4b098ef..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.good +++ /dev/null @@ -1,5 +0,0 @@ -foo -bar -foobar -barfoo - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.test b/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix4.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.aff b/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.aff deleted file mode 100644 index 6399a3e98..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.aff +++ /dev/null @@ -1,13 +0,0 @@ -# on affixes -NEEDAFFIX X - -SFX A Y 2 -SFX A 0 suf/B . -SFX A 0 pseudosuf/XB . - -SFX B Y 1 -SFX B 0 bar . - -PFX C Y 2 -PFX C 0 pre . -PFX C 0 pseudopre/X . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.dic b/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.dic deleted file mode 100644 index 83131e27a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -foo/AC diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.good b/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.good deleted file mode 100644 index d1b86bf83..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.good +++ /dev/null @@ -1,11 +0,0 @@ -foo -prefoo -foosuf -prefoosuf -foosufbar -prefoosufbar -pseudoprefoosuf -pseudoprefoosufbar -pseudoprefoopseudosufbar -prefoopseudosuf -prefoopseudosufbar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.test b/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.wrong b/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.wrong deleted file mode 100644 index fdd1797fd..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/needaffix5.wrong +++ /dev/null @@ -1,3 +0,0 @@ -pseudoprefoo -foopseudosuf -pseudoprefoopseudosuf diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.aff b/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.aff deleted file mode 100644 index 19e698121..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.aff +++ /dev/null @@ -1,21 +0,0 @@ -# Test fix of suffixed ngram suggestions with UTF-8 encoding and long flags. -# Based on Vitaly Piryatinsky's bug report and example. -SET UTF-8 -FLAG num - -PFX 101 Y 1 -PFX 101 0 пред . - -SFX 1381 Y 1 -SFX 1381 0 о . - -SFX 2000 Y 3 -SFX 2000 0 ам . -SFX 2000 0 ами . -SFX 2000 0 ах . - -SFX 2022 Y 4 -SFX 2022 0 а . -SFX 2022 0 у . -SFX 2022 0 ом . -SFX 2022 0 е . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.dic b/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.dic deleted file mode 100644 index 27ce413ae..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -человек/2022,2000,101 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.good b/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.good deleted file mode 100644 index 366d92a9b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.good +++ /dev/null @@ -1 +0,0 @@ -человек diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.sug b/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.sug deleted file mode 100644 index 58ab09b53..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.sug +++ /dev/null @@ -1,2 +0,0 @@ -человек -человек diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.test b/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.wrong b/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.wrong deleted file mode 100644 index 97de996e0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/ngram-utf-fix.wrong +++ /dev/null @@ -1,2 +0,0 @@ -времячко -человеко diff --git a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.aff b/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.aff deleted file mode 100644 index c9361da4c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.aff +++ /dev/null @@ -1,5 +0,0 @@ -# don't suggest word with NOSUGGEST flag (for example vulgar or obscene words) -# See OpenOffice.org Issue #55498 -# (nosuggest.sug is an empty file) -NOSUGGEST A -COMPOUNDFLAG B diff --git a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.dic b/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.dic deleted file mode 100644 index dc80c916d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.dic +++ /dev/null @@ -1,3 +0,0 @@ -1 -foo/AB -bar/B diff --git a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.good b/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.good deleted file mode 100644 index ad91a5e31..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.good +++ /dev/null @@ -1,3 +0,0 @@ -foo -foobar -barfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.sug b/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.sug deleted file mode 100644 index e69de29bb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.sug +++ /dev/null diff --git a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.test b/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.wrong b/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.wrong deleted file mode 100644 index 89c7a1a9c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/nosuggest.wrong +++ /dev/null @@ -1,3 +0,0 @@ -foox -foobarx -barfoox diff --git a/extensions/spellcheck/hunspell/tests/unit/data/oconv.aff b/extensions/spellcheck/hunspell/tests/unit/data/oconv.aff deleted file mode 100644 index 13a3d9b20..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/oconv.aff +++ /dev/null @@ -1,12 +0,0 @@ -# output conversion -SET UTF-8 - -OCONV 7 -OCONV a A -OCONV á Á -OCONV b B -OCONV c C -OCONV d D -OCONV e E -OCONV é É - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/oconv.dic b/extensions/spellcheck/hunspell/tests/unit/data/oconv.dic deleted file mode 100644 index 359186cac..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/oconv.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -bébé -dádá -aábcdeé diff --git a/extensions/spellcheck/hunspell/tests/unit/data/oconv.good b/extensions/spellcheck/hunspell/tests/unit/data/oconv.good deleted file mode 100644 index 6cdaab16e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/oconv.good +++ /dev/null @@ -1,2 +0,0 @@ -bébé -dádá diff --git a/extensions/spellcheck/hunspell/tests/unit/data/oconv.sug b/extensions/spellcheck/hunspell/tests/unit/data/oconv.sug deleted file mode 100644 index a191c629d..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/oconv.sug +++ /dev/null @@ -1,3 +0,0 @@ -BÉBÉ -DÁDÁ -AÁBCDEÉ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/oconv.test b/extensions/spellcheck/hunspell/tests/unit/data/oconv.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/oconv.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/oconv.wrong b/extensions/spellcheck/hunspell/tests/unit/data/oconv.wrong deleted file mode 100644 index 73dcc895a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/oconv.wrong +++ /dev/null @@ -1,3 +0,0 @@ -béb -dád -aábcde diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.aff b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.aff deleted file mode 100644 index e700b0e54..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.aff +++ /dev/null @@ -1,5 +0,0 @@ -# words only in compounds (see also fogemorpheme example) -ONLYINCOMPOUND O -COMPOUNDFLAG A -SFX B Y 1 -SFX B 0 s . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.dic b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.dic deleted file mode 100644 index dc742f7ab..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/A -pseudo/OAB diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.good b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.good deleted file mode 100644 index 151d59734..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.good +++ /dev/null @@ -1,4 +0,0 @@ -foo -pseudofoo -foopseudo -foopseudos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.sug b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.sug deleted file mode 100644 index e69de29bb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.sug +++ /dev/null diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.test b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.wrong b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.wrong deleted file mode 100644 index 115d0c617..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound.wrong +++ /dev/null @@ -1,2 +0,0 @@ -pseudo -pseudos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.aff b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.aff deleted file mode 100644 index 5d0ac5e69..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.aff +++ /dev/null @@ -1,12 +0,0 @@ -# affixes only in compounds (see also fogemorpheme example) -ONLYINCOMPOUND O -COMPOUNDFLAG A -COMPOUNDPERMITFLAG P - -SFX B Y 1 -SFX B 0 s/OP . - -# obligate fogemorpheme by forbidding the stem (0) in compounds - -CHECKCOMPOUNDPATTERN 1 -CHECKCOMPOUNDPATTERN 0/B /A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.dic b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.dic deleted file mode 100644 index 1adab653b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/A -pseudo/AB diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.good b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.good deleted file mode 100644 index a31ce34ac..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.good +++ /dev/null @@ -1,3 +0,0 @@ -foo -foopseudo -pseudosfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.test b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.wrong b/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.wrong deleted file mode 100644 index 29a71a3c3..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/onlyincompound2.wrong +++ /dev/null @@ -1,3 +0,0 @@ -pseudos -foopseudos -pseudofoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.aff b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.aff deleted file mode 100644 index 413aca404..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.aff +++ /dev/null @@ -1,13 +0,0 @@ -FLAG long -COMPOUNDBEGIN Ca -COMPOUNDMIDDLE Cb -COMPOUNDEND Cc -COMPOUNDPERMITFLAG Cp -ONLYINCOMPOUND Cx - -CHECKCOMPOUNDPATTERN 1 -CHECKCOMPOUNDPATTERN /Ch /Xs - -SFX Ch Y 2 -SFX Ch 0 s/CaCbCxCp . -SFX Ch 0 s-/CaCbCcCp . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.dic b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.dic deleted file mode 100644 index e7831b704..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -schoonheid/Ch -port/CcXs -sport/Cc diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.good b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.good deleted file mode 100644 index fbaf830be..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.good +++ /dev/null @@ -1 +0,0 @@ -schoonheidssport diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.test b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.wrong b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.wrong deleted file mode 100644 index 3f9e8949b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat.wrong +++ /dev/null @@ -1 +0,0 @@ -schoonheidsport diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.aff b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.aff deleted file mode 100644 index 22dfe69d8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.aff +++ /dev/null @@ -1,27 +0,0 @@ -# Test file based on OpenTaal's Dutch dictionary, coded by Ruud Baars - -WORDCHARS - -NOSPLITSUGS -FLAG long - -COMPOUNDBEGIN Ca -COMPOUNDMIDDLE Cb -COMPOUNDEND Cc -COMPOUNDPERMITFLAG Cp -ONLYINCOMPOUND Cx - -CHECKCOMPOUNDPATTERN 2 -CHECKCOMPOUNDPATTERN 0/Ch /Xs -CHECKCOMPOUNDPATTERN 0/Xm /Xm - -SFX CA Y 2 -SFX CA 0 /CaCp . -SFX CA 0 -/CaCp . - -SFX CB Y 2 -SFX CB 0 /CbCp . -SFX CB 0 -/CbCp . - -SFX Ch Y 2 -SFX Ch 0 s/CaCbCxCp . -SFX Ch 0 s-/CaCbCcCp . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.dic b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.dic deleted file mode 100644 index 52581e942..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.dic +++ /dev/null @@ -1,4 +0,0 @@ -100 -test/CACBCc -zout/CACBXm -suiker/CACBXm
\ No newline at end of file diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.good b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.good deleted file mode 100644 index e604d6e2f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.good +++ /dev/null @@ -1 +0,0 @@ -zout-suikertest diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.test b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.wrong b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.wrong deleted file mode 100644 index d8ddb16a5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-cpdpat2.wrong +++ /dev/null @@ -1 +0,0 @@ -zoutsuikertest diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.aff b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.aff deleted file mode 100644 index fa073432f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.aff +++ /dev/null @@ -1,9 +0,0 @@ -TRY r - -FORBIDDENWORD F -COMPOUNDRULE 2 -COMPOUNDRULE WW -COMPOUNDRULE WWW - -SFX S Y 1 -SFX S 0 s . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.dic b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.dic deleted file mode 100644 index 44375948f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -foo/W -word/W -bar/WS -foowordbar/FS diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.good b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.good deleted file mode 100644 index 73a96a784..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.good +++ /dev/null @@ -1,3 +0,0 @@ -fooword -wordbar -barwordfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.sug b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.sug deleted file mode 100644 index 60111a417..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.sug +++ /dev/null @@ -1 +0,0 @@ -barwordfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.test b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.wrong b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.wrong deleted file mode 100644 index 59dfddfb2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword1.wrong +++ /dev/null @@ -1,5 +0,0 @@ -foowordbar -foowordbars -foowordba -foowordbas -barwodfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.aff b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.aff deleted file mode 100644 index 441354d6b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.aff +++ /dev/null @@ -1,7 +0,0 @@ -TRY r - -FORBIDDENWORD F -COMPOUNDFLAG W - -SFX S Y 1 -SFX S 0 s . diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.dic b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.dic deleted file mode 100644 index 895dd6230..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.dic +++ /dev/null @@ -1,5 +0,0 @@ -3 -foo/WS -word/W -bar/WS -foowordbar/FS
\ No newline at end of file diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.good b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.good deleted file mode 100644 index 17cf47de3..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.good +++ /dev/null @@ -1,4 +0,0 @@ -fooword -wordbar -barwordfoo -barwordfoos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.sug b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.sug deleted file mode 100644 index 60111a417..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.sug +++ /dev/null @@ -1 +0,0 @@ -barwordfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.test b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.wrong b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.wrong deleted file mode 100644 index 59dfddfb2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-forbiddenword2.wrong +++ /dev/null @@ -1,5 +0,0 @@ -foowordbar -foowordbars -foowordba -foowordbas -barwodfoo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.aff b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.aff deleted file mode 100644 index 15c914bec..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.aff +++ /dev/null @@ -1,8 +0,0 @@ -KEEPCASE K -COMPOUNDBEGIN B -COMPOUNDEND E -COMPOUNDFLAG C -COMPOUNDMIN 1 -WORDCHARS - -BREAK 1 -BREAK # diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.dic b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.dic deleted file mode 100644 index b05ec131a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.dic +++ /dev/null @@ -1,7 +0,0 @@ -5 -tv-/KB --tv/KE -word/C -NATO-/B --NATO/E - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.good b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.good deleted file mode 100644 index e1c112910..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.good +++ /dev/null @@ -1,4 +0,0 @@ -tv-word -word-tv -NATO-word -word-NATO diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.sug b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.sug deleted file mode 100644 index 07dde3fe6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.sug +++ /dev/null @@ -1,8 +0,0 @@ -Tv-word, Tv- word, Word -Tv- word, Word -word -tv, word-tv, word -word -tv, word-tv, word -wordword-tv, word -Tv-word-tv -NATO- --NATO diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.test b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.wrong b/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.wrong deleted file mode 100644 index b15752ed2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/opentaal-keepcase.wrong +++ /dev/null @@ -1,8 +0,0 @@ -TV-word -Tv-word -word-TV -word-Tv -wordword-TV -TV-word-TV -Nato-word -word-nato diff --git a/extensions/spellcheck/hunspell/tests/unit/data/phone.aff b/extensions/spellcheck/hunspell/tests/unit/data/phone.aff deleted file mode 100644 index 5a27c14d7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/phone.aff +++ /dev/null @@ -1,255 +0,0 @@ -# phonetic suggestions by PHONE and optional ph field of dictionary words -# Documentationo of PHONE: http://aspell.net/man-html/Phonetic-Code.html - -# phonetic_english.h - phonetic transformation rules for use with phonetic.c -# Copyright (C) 2000 Björn Jacke -# -# This rule set is based on Lawrence Phillips original metaphone -# algorithm with modifications made by Michael Kuhn in his -# C implantation, more modifications by Björn Jacke when -# converting the algorithm to a rule set and minor -# touch ups by Kevin Atkinson -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License version 2.1 as published by the Free Software Foundation; -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# Björn Jacke may be reached by email at bjoern.jacke@gmx.de -# -# Changelog: -# -# 2000-01-05 Björn Jacke <bjoern.jacke@gmx.de> -# - first version with translation rules derived from -# metaphone.cc distributed with aspell 0.28.3 -# - "TH" is now representated as "@" because "0" is a -# meta character -# - removed TH(!vowel) --> T; always use TH --> # instead -# - dropped "^AE" -> "E" (redundant) -# - "ing" is transformed to "N", not "NK" -# - "SCH(EO)" transforms to "SK" now -# - added R --> SILENT if (after a vowel) and no (vowel or -# "y" follows) like in "Marcy" or "abort" -# - H is SILENT in RH at beginning of words -# - H is SILENT if vowel leads and "Y" follows -# - some ".OUGH.." --> ...F exceptions added -# - "^V" transforms to "W" -# 2000-01-07 Kevin Atkinson <kevinatk@home.com> -# Converted from header to data file. -# -# 2007-08-23 László Németh <nemeth AT OOo> -# Add PHONE header and PHONE keywords -# -# version 1.1 - -PHONE 105 -PHONE AH(AEIOUY)-^ *H -PHONE AR(AEIOUY)-^ *R -PHONE A(HR)^ * -PHONE A^ * -PHONE AH(AEIOUY)- H -PHONE AR(AEIOUY)- R -PHONE A(HR) _ -PHONE BB- _ -PHONE B B -PHONE CQ- _ -PHONE CIA X -PHONE CH X -PHONE C(EIY)- S -PHONE CK K -PHONE COUGH^ KF -PHONE CC< C -PHONE C K -PHONE DG(EIY) K -PHONE DD- _ -PHONE D T -PHONE < E -PHONE EH(AEIOUY)-^ *H -PHONE ER(AEIOUY)-^ *R -PHONE E(HR)^ * -PHONE ENOUGH^$ *NF -PHONE E^ * -PHONE EH(AEIOUY)- H -PHONE ER(AEIOUY)- R -PHONE E(HR) _ -PHONE FF- _ -PHONE F F -PHONE GN^ N -PHONE GN$ N -PHONE GNS$ NS -PHONE GNED$ N -PHONE GH(AEIOUY)- K -PHONE GH _ -PHONE GG9 K -PHONE G K -PHONE H H -PHONE IH(AEIOUY)-^ *H -PHONE IR(AEIOUY)-^ *R -PHONE I(HR)^ * -PHONE I^ * -PHONE ING6 N -PHONE IH(AEIOUY)- H -PHONE IR(AEIOUY)- R -PHONE I(HR) _ -PHONE J K -PHONE KN^ N -PHONE KK- _ -PHONE K K -PHONE LAUGH^ LF -PHONE LL- _ -PHONE L L -PHONE MB$ M -PHONE MM M -PHONE M M -PHONE NN- _ -PHONE N N -PHONE OH(AEIOUY)-^ *H -PHONE OR(AEIOUY)-^ *R -PHONE O(HR)^ * -PHONE O^ * -PHONE OH(AEIOUY)- H -PHONE OR(AEIOUY)- R -PHONE O(HR) _ -PHONE PH F -PHONE PN^ N -PHONE PP- _ -PHONE P P -PHONE Q K -PHONE RH^ R -PHONE ROUGH^ RF -PHONE RR- _ -PHONE R R -PHONE SCH(EOU)- SK -PHONE SC(IEY)- S -PHONE SH X -PHONE SI(AO)- X -PHONE SS- _ -PHONE S S -PHONE TI(AO)- X -PHONE TH @ -PHONE TCH-- _ -PHONE TOUGH^ TF -PHONE TT- _ -PHONE T T -PHONE UH(AEIOUY)-^ *H -PHONE UR(AEIOUY)-^ *R -PHONE U(HR)^ * -PHONE U^ * -PHONE UH(AEIOUY)- H -PHONE UR(AEIOUY)- R -PHONE U(HR) _ -PHONE V^ W -PHONE V F -PHONE WR^ R -PHONE WH^ W -PHONE W(AEIOU)- W -PHONE X^ S -PHONE X KS -PHONE Y(AEIOU)- Y -PHONE ZZ- _ -PHONE Z S - -#The rules in a different view: -# -# Exceptions: -# -# Beginning of word: "gn", "kn-", "pn-", "wr-" ----> drop first letter -# "Aebersold", "Gnagy", "Knuth", "Pniewski", "Wright" -# -# Beginning of word: "x" ----> change to "s" -# as in "Deng Xiaopeng" -# -# Beginning of word: "wh-" ----> change to "w" -# as in "Whalen" -# Beginning of word: leading vowels are transformed to "*" -# -# "[crt]ough" and "enough" are handled separately because of "F" sound -# -# -# A --> A at beginning -# _ otherwise -# -# B --> B unless at the end of word after "m", as in "dumb", "McComb" -# -# C --> X (sh) if "-cia-" or "-ch-" -# S if "-ci-", "-ce-", or "-cy-" -# SILENT if "-sci-", "-sce-", or "-scy-", or "-cq-" -# K otherwise, including in "-sch-" -# -# D --> K if in "-dge-", "-dgy-", or "-dgi-" -# T otherwise -# -# E --> A at beginnig -# _ SILENT otherwise -# -# F --> F -# -# G --> SILENT if in "-gh-" and not at end or before a vowel -# in "-gn" or "-gned" or "-gns" -# in "-dge-" etc., as in above rule -# K if before "i", or "e", or "y" if not double "gg" -# -# K otherwise (incl. "GG"!) -# -# H --> SILENT if after vowel and no vowel or "Y" follows -# or after "-ch-", "-sh-", "-ph-", "-th-", "-gh-" -# or after "rh-" at beginning -# H otherwise -# -# I --> A at beginning -# _ SILENT otherwise -# -# J --> K -# -# K --> SILENT if after "c" -# K otherwise -# -# L --> L -# -# M --> M -# -# N --> N -# -# O --> A at beginning -# _ SILENT otherwise -# -# P --> F if before "h" -# P otherwise -# -# Q --> K -# -# R --> SILENT if after vowel and no vowel or "Y" follows -# R otherwise -# -# S --> X (sh) if before "h" or in "-sio-" or "-sia-" -# SK if followed by "ch(eo)" (SCH(EO)) -# S otherwise -# -# T --> X (sh) if "-tia-" or "-tio-" -# 0 (th) if before "h" -# silent if in "-tch-" -# T otherwise -# -# U --> A at beginning -# _ SILENT otherwise -# -# V --> V if first letter of word -# F otherwise -# -# W --> SILENT if not followed by a vowel -# W if followed by a vowel -# -# X --> KS -# -# Y --> SILENT if not followed by a vowel -# Y if followed by a vowel -# -# Z --> S diff --git a/extensions/spellcheck/hunspell/tests/unit/data/phone.dic b/extensions/spellcheck/hunspell/tests/unit/data/phone.dic deleted file mode 100644 index 51b0743d0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/phone.dic +++ /dev/null @@ -1,11 +0,0 @@ -10 -Brasilia -brassily -Brazilian -brilliance -brilliancy -brilliant -brain -brass -Churchillian -xxxxxxxxxx ph:Brasilia diff --git a/extensions/spellcheck/hunspell/tests/unit/data/phone.sug b/extensions/spellcheck/hunspell/tests/unit/data/phone.sug deleted file mode 100644 index cc22e3798..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/phone.sug +++ /dev/null @@ -1 +0,0 @@ -Brasilia, Xxxxxxxxxx, Brilliant, Brazilian, Brassily, Brilliance diff --git a/extensions/spellcheck/hunspell/tests/unit/data/phone.test b/extensions/spellcheck/hunspell/tests/unit/data/phone.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/phone.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/phone.wrong b/extensions/spellcheck/hunspell/tests/unit/data/phone.wrong deleted file mode 100644 index ca9db395e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/phone.wrong +++ /dev/null @@ -1 +0,0 @@ -Brasillian diff --git a/extensions/spellcheck/hunspell/tests/unit/data/rep.aff b/extensions/spellcheck/hunspell/tests/unit/data/rep.aff deleted file mode 100644 index 485755c89..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/rep.aff +++ /dev/null @@ -1,21 +0,0 @@ -# With REP suggestions, we can fix typical language specific misspellings. - -# switch off ngram suggestion for testing -MAXNGRAMSUGS 0 - -REP 8 -REP f ph -REP ph f -REP shun$ tion -REP ^alot$ a_lot # add the highest priority for "a lot" suggestion to "alot" -REP ^foo$ bar -REP ' _ # "un'alunno" -> "un alunno" -REP ^vinten$ vinte_e_un -REP s 's - - -SFX A Y 1 -SFX A 0 's . - - -WORDCHARS ' diff --git a/extensions/spellcheck/hunspell/tests/unit/data/rep.dic b/extensions/spellcheck/hunspell/tests/unit/data/rep.dic deleted file mode 100644 index f9a4c008b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/rep.dic +++ /dev/null @@ -1,15 +0,0 @@ -10 -form -phantom -vacation -vacations -a -lot -un -alunno -bar -barbars -vinte -e -un -auto/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/rep.sug b/extensions/spellcheck/hunspell/tests/unit/data/rep.sug deleted file mode 100644 index b48a5b80e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/rep.sug +++ /dev/null @@ -1,8 +0,0 @@ -form -phantom -vacation -a lot, lot -un alunno -bar -vinte e un -auto's, auto diff --git a/extensions/spellcheck/hunspell/tests/unit/data/rep.test b/extensions/spellcheck/hunspell/tests/unit/data/rep.test deleted file mode 100644 index dc295077f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/rep.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i ISO8859-1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/rep.wrong b/extensions/spellcheck/hunspell/tests/unit/data/rep.wrong deleted file mode 100644 index cd9699c4c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/rep.wrong +++ /dev/null @@ -1,11 +0,0 @@ -phorm -fantom -vacashun -vacashuns -alot -un'alunno -foo -foobars -barfoos -vinten -autos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/reputf.aff b/extensions/spellcheck/hunspell/tests/unit/data/reputf.aff deleted file mode 100644 index ac434a426..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/reputf.aff +++ /dev/null @@ -1,9 +0,0 @@ -# With REP suggestions, we can fix typical language specific misspellings. - -SET UTF-8 - -# switch off ngram suggestion for testing -MAXNGRAMSUGS 0 - -REP 1 -REP oo őő diff --git a/extensions/spellcheck/hunspell/tests/unit/data/reputf.dic b/extensions/spellcheck/hunspell/tests/unit/data/reputf.dic deleted file mode 100644 index 1890fcb8e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/reputf.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -főő diff --git a/extensions/spellcheck/hunspell/tests/unit/data/reputf.sug b/extensions/spellcheck/hunspell/tests/unit/data/reputf.sug deleted file mode 100644 index 8a00bc371..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/reputf.sug +++ /dev/null @@ -1 +0,0 @@ -főő diff --git a/extensions/spellcheck/hunspell/tests/unit/data/reputf.test b/extensions/spellcheck/hunspell/tests/unit/data/reputf.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/reputf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/reputf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/reputf.wrong deleted file mode 100644 index 257cc5642..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/reputf.wrong +++ /dev/null @@ -1 +0,0 @@ -foo diff --git a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.aff b/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.aff deleted file mode 100644 index 3ab347319..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.aff +++ /dev/null @@ -1,8 +0,0 @@ -# Forbid compound word with triple letters -CHECKCOMPOUNDTRIPLE -# Allow simplified forms -SIMPLIFIEDTRIPLE - -COMPOUNDMIN 2 - -COMPOUNDFLAG A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.dic b/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.dic deleted file mode 100644 index cfe7a35dc..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -glass/A -sko/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.good b/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.good deleted file mode 100644 index 23a4815e8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.good +++ /dev/null @@ -1,3 +0,0 @@ -glass -sko -glassko diff --git a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.test b/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.wrong b/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.wrong deleted file mode 100644 index 281128768..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/simplifiedtriple.wrong +++ /dev/null @@ -1 +0,0 @@ -glasssko diff --git a/extensions/spellcheck/hunspell/tests/unit/data/slash.aff b/extensions/spellcheck/hunspell/tests/unit/data/slash.aff deleted file mode 100644 index 6ab104b9e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/slash.aff +++ /dev/null @@ -1,4 +0,0 @@ -# slashes in words (\/) - -# (only for tokenization) -WORDCHARS /: diff --git a/extensions/spellcheck/hunspell/tests/unit/data/slash.dic b/extensions/spellcheck/hunspell/tests/unit/data/slash.dic deleted file mode 100644 index 478276df6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/slash.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 -/ -1\/2 -http:\/\/ -\/usr\/share\/myspell\/ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/slash.good b/extensions/spellcheck/hunspell/tests/unit/data/slash.good deleted file mode 100644 index 4a25e205f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/slash.good +++ /dev/null @@ -1,4 +0,0 @@ -/ -1/2 -http:// -/usr/share/myspell/ diff --git a/extensions/spellcheck/hunspell/tests/unit/data/slash.test b/extensions/spellcheck/hunspell/tests/unit/data/slash.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/slash.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sug.aff b/extensions/spellcheck/hunspell/tests/unit/data/sug.aff deleted file mode 100644 index b1f2adba6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sug.aff +++ /dev/null @@ -1,15 +0,0 @@ -# new suggestion methods of Hunspell 1.5: -# capitalization: nasa -> NASA -# long swap: permenant -> permanent -# long mov: Ghandi -> Gandhi -# double two characters: vacacation -> vacation -# space with REP: "alot" -> "a lot" ("a lot" need to be in the dic file.) - -# switch off ngram suggestion for testing -MAXNGRAMSUGS 0 -REP 1 -REP alot a_lot -KEY qwertzuiop|asdfghjkl|yxcvbnm|aq -WORDCHARS . -FORBIDDENWORD ? - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sug.dic b/extensions/spellcheck/hunspell/tests/unit/data/sug.dic deleted file mode 100644 index 0c22cedf4..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sug.dic +++ /dev/null @@ -1,11 +0,0 @@ -1 -NASA -Gandhi -grateful -permanent -vacation -a -lot -have -which -McDonald diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sug.sug b/extensions/spellcheck/hunspell/tests/unit/data/sug.sug deleted file mode 100644 index e277bdb77..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sug.sug +++ /dev/null @@ -1,12 +0,0 @@ -NASA -Gandhi -grateful -permanent -vacation -a lot, lot -permanent. Vacation -have -which -Gandhi -McDonald -permanent diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sug.test b/extensions/spellcheck/hunspell/tests/unit/data/sug.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sug.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sug.wrong b/extensions/spellcheck/hunspell/tests/unit/data/sug.wrong deleted file mode 100644 index 4d184d5a6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sug.wrong +++ /dev/null @@ -1,12 +0,0 @@ -nasa -Ghandi -greatful -permenant -vacacation -alot -permanent.Vacation -ahev -hwihc -GAndhi -Mcdonald -permqnent diff --git a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/List_of_common_misspellings.txt b/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/List_of_common_misspellings.txt deleted file mode 100644 index 571f3796a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/List_of_common_misspellings.txt +++ /dev/null @@ -1,4020 +0,0 @@ -# source: http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines -abandonned abandoned -aberation aberration -abilties abilities -abilty ability -abondon abandon -abondoned abandoned -abondoning abandoning -abondons abandons -aborigene aborigine -abortificant abortifacient -abreviated abbreviated -abreviation abbreviation -abritrary arbitrary -absense absence -absolutly absolutely -absorbsion absorption -absorbtion absorption -abundacies abundances -abundancies abundances -abundunt abundant -abutts abuts -acadamy academy -acadmic academic -accademic academic -accademy academy -acccused accused -accelleration acceleration -accension accession, ascension -acceptence acceptance -acceptible acceptable -accessable accessible -accidentaly accidentally -accidently accidentally -acclimitization acclimatization -acommodate accommodate -accomadate accommodate -accomadated accommodated -accomadates accommodates -accomadating accommodating -accomadation accommodation -accomadations accommodations -accomdate accommodate -accomodate accommodate -accomodated accommodated -accomodates accommodates -accomodating accommodating -accomodation accommodation -accomodations accommodations -accompanyed accompanied -accordeon accordion -accordian accordion -accoring according -accoustic acoustic -accquainted acquainted -accross across -accussed accused -acedemic academic -acheive achieve -acheived achieved -acheivement achievement -acheivements achievements -acheives achieves -acheiving achieving -acheivment achievement -acheivments achievements -achievment achievement -achievments achievements -achive achieve, archive -achived achieved, archived -achivement achievement -achivements achievements -acknowldeged acknowledged -acknowledgeing acknowledging -ackward awkward, backward -acomplish accomplish -acomplished accomplished -acomplishment accomplishment -acomplishments accomplishments -acording according -acordingly accordingly -acquaintence acquaintance -acquaintences acquaintances -acquiantence acquaintance -acquiantences acquaintances -acquited acquitted -activites activities -activly actively -actualy actually -acuracy accuracy -acused accused -acustom accustom -acustommed accustomed -adavanced advanced -adbandon abandon -additinally additionally -additionaly additionally -addmission admission -addopt adopt -addopted adopted -addoptive adoptive -addres address, adders -addresable addressable -addresed addressed -addresing addressing -addressess addresses -addtion addition -addtional additional -adecuate adequate -adhearing adhering -adherance adherence -admendment amendment -admininistrative administrative -adminstered administered -adminstrate administrate -adminstration administration -adminstrative administrative -adminstrator administrator -admissability admissibility -admissable admissible -admited admitted -admitedly admittedly -adn and -adolecent adolescent -adquire acquire -adquired acquired -adquires acquires -adquiring acquiring -adres address -adresable addressable -adresing addressing -adress address -adressable addressable -adressed addressed -adressing addressing, dressing -adventrous adventurous -advertisment advertisement -advertisments advertisements -advesary adversary -adviced advised -aeriel aerial -aeriels aerials -afair affair -afficianados aficionados -afficionado aficionado -afficionados aficionados -affilate affiliate -affilliate affiliate -affort afford, effort -aforememtioned aforementioned -againnst against -agains against -agaisnt against -aganist against -aggaravates aggravates -aggreed agreed -aggreement agreement -aggregious egregious -aggresive aggressive -agian again -agianst against -agin again -agina again, angina -aginst against -agravate aggravate -agre agree -agred agreed -agreeement agreement -agreemnt agreement -agregate aggregate -agregates aggregates -agreing agreeing -agression aggression -agressive aggressive -agressively aggressively -agressor aggressor -agricuture agriculture -agrieved aggrieved -ahev have -ahppen happen -ahve have -aicraft aircraft -aiport airport -airbourne airborne -aircaft aircraft -aircrafts aircraft -airporta airports -airrcraft aircraft -aisian asian -albiet albeit -alchohol alcohol -alchoholic alcoholic -alchol alcohol -alcholic alcoholic -alcohal alcohol -alcoholical alcoholic -aledge allege -aledged alleged -aledges alleges -alege allege -aleged alleged -alegience allegiance -algebraical algebraic -algorhitms algorithms -algoritm algorithm -algoritms algorithms -alientating alienating -alledge allege -alledged alleged -alledgedly allegedly -alledges alleges -allegedely allegedly -allegedy allegedly -allegely allegedly -allegence allegiance -allegience allegiance -allign align -alligned aligned -alliviate alleviate -allopone allophone -allopones allophones -allready already -allthough although -alltime all-time -alltogether altogether -almsot almost -alochol alcohol -alomst almost -alot a lot, allot -alotted allotted -alowed allowed -alowing allowing -alreayd already -alse else -alsot also -alternitives alternatives -altho although -althought although -altough although -alusion allusion, illusion -alwasy always -alwyas always -amalgomated amalgamated -amatuer amateur -amature armature, amateur -amendmant amendment -amerliorate ameliorate -amke make -amking making -ammend amend -ammended amended -ammendment amendment -ammendments amendments -ammount amount -ammused amused -amoung among -amoungst amongst -amung among -analagous analogous -analitic analytic -analogeous analogous -anarchim anarchism -anarchistm anarchism -anbd and -ancestory ancestry -ancilliary ancillary -androgenous androgynous -androgeny androgyny -anihilation annihilation -aniversary anniversary -annoint anoint -annointed anointed -annointing anointing -annoints anoints -annouced announced -annualy annually -annuled annulled -anohter another -anomolies anomalies -anomolous anomalous -anomoly anomaly -anonimity anonymity -anounced announced -ansalisation nasalisation -ansalization nasalization -ansestors ancestors -antartic antarctic -anthromorphization anthropomorphization -anual annual, anal -anulled annulled -anwsered answered -anyhwere anywhere -anyother any other -anytying anything -aparent apparent -aparment apartment -apenines apennines, Apennines -aplication application -aplied applied -apolegetics apologetics -apon upon, apron -apparant apparent -apparantly apparently -appart apart -appartment apartment -appartments apartments -appealling appealing, appalling -appeareance appearance -appearence appearance -appearences appearances -appenines apennines, Apennines -apperance appearance -apperances appearances -applicaiton application -applicaitons applications -appologies apologies -appology apology -apprearance appearance -apprieciate appreciate -approachs approaches -appropiate appropriate -appropraite appropriate -appropropiate appropriate -approproximate approximate -approxamately approximately -approxiately approximately -approximitely approximately -aprehensive apprehensive -apropriate appropriate -aproximate approximate -aproximately approximately -aquaintance acquaintance -aquainted acquainted -aquiantance acquaintance -aquire acquire -aquired acquired -aquiring acquiring -aquisition acquisition -aquitted acquitted -aranged arranged -arangement arrangement -arbitarily arbitrarily -arbitary arbitrary -archaelogists archaeologists -archaelogy archaeology -archaoelogy archeology, archaeology -archaology archeology, archaeology -archeaologist archeologist, archaeologist -archeaologists archeologists, archaeologists -archetect architect -archetects architects -archetectural architectural -archetecturally architecturally -archetecture architecture -archiac archaic -archictect architect -archimedian archimedean -architechturally architecturally -architechture architecture -architechtures architectures -architectual architectural -archtype archetype -archtypes archetypes -aready already -areodynamics aerodynamics -argubly arguably -arguement argument -arguements arguments -arised arose -arival arrival -armamant armament -armistace armistice -aroud around -arrangment arrangement -arrangments arrangements -arround around -artical article -artice article -articel article -artifical artificial -artifically artificially -artillary artillery -arund around -asetic ascetic -asign assign -aslo also -asociated associated -asorbed absorbed -asphyxation asphyxiation -assasin assassin -assasinate assassinate -assasinated assassinated -assasinates assassinates -assasination assassination -assasinations assassinations -assasined assassinated -assasins assassins -assassintation assassination -assemple assemble -assertation assertion -asside aside -assisnate assassinate -assit assist -assitant assistant -assocation association -assoicate associate -assoicated associated -assoicates associates -assosication assassination -asssassans assassins -assualt assault -assualted assaulted -assymetric asymmetric -assymetrical asymmetrical -asteriod asteroid -asthetic aesthetic -asthetical aesthetical -asthetically aesthetically -asume assume -aswell as well -atain attain -atempting attempting -atheistical atheistic -athenean athenian -atheneans athenians -athiesm atheism -athiest atheist -atorney attorney -atribute attribute -atributed attributed -atributes attributes -attaindre attainder, attained -attemp attempt -attemped attempted -attemt attempt -attemted attempted -attemting attempting -attemts attempts -attendence attendance -attendent attendant -attendents attendants -attened attended -attension attention -attitide attitude -attributred attributed -attrocities atrocities -audeince audience -auromated automated -austrailia Australia -austrailian Australian -auther author -authobiographic autobiographic -authobiography autobiography -authorative authoritative -authorites authorities -authorithy authority -authoritiers authorities -authoritive authoritative -authrorities authorities -autochtonous autochthonous -autoctonous autochthonous -automaticly automatically -automibile automobile -automonomous autonomous -autor author -autority authority -auxilary auxiliary -auxillaries auxiliaries -auxillary auxiliary -auxilliaries auxiliaries -auxilliary auxiliary -availablity availability -availaible available -availble available -availiable available -availible available -avalable available -avalance avalanche -avaliable available -avation aviation -avengence a vengeance -averageed averaged -avilable available -awared awarded -awya away -baceause because -backgorund background -backrounds backgrounds -bakc back -banannas bananas -bandwith bandwidth -bankrupcy bankruptcy -banruptcy bankruptcy -baout about, bout -basicaly basically -basicly basically -bcak back -beachead beachhead -beacuse because -beastiality bestiality -beatiful beautiful -beaurocracy bureaucracy -beaurocratic bureaucratic -beautyfull beautiful -becamae became -becasue because -beccause because -becomeing becoming -becomming becoming -becouse because -becuase because -bedore before -befoer before -beggin begin, begging -begginer beginner -begginers beginners -beggining beginning -begginings beginnings -beggins begins -begining beginning -beginnig beginning -behavour behavior, behaviour -beleagured beleaguered -beleif belief -beleive believe -beleived believed -beleives believes -beleiving believing -beligum belgium -belive believe -belived believed -belives believes, beliefs -belligerant belligerent -bellweather bellwether -bemusemnt bemusement -beneficary beneficiary -beng being -benificial beneficial -benifit benefit -benifits benefits -bergamont bergamot -Bernouilli Bernoulli -beseige besiege -beseiged besieged -beseiging besieging -betwen between -beween between -bewteen between -bilateraly bilaterally -billingualism bilingualism -binominal binomial -bizzare bizarre -blaim blame -blaimed blamed -blessure blessing -Blitzkreig Blitzkrieg -boaut bout, boat, about -bodydbuilder bodybuilder -bombardement bombardment -bombarment bombardment -bondary boundary -Bonnano Bonanno -borke broke -boundry boundary -bouyancy buoyancy -bouyant buoyant -boyant buoyant -Brasillian Brazilian -breakthough breakthrough -breakthroughts breakthroughs -breif brief -breifly briefly -brethen brethren -bretheren brethren -briliant brilliant -brillant brilliant -brimestone brimstone -Britian Britain -Brittish British -broacasted broadcast -broadacasting broadcasting -broady broadly -Buddah Buddha -buisness business -buisnessman businessman -buoancy buoyancy -buring burying, burning, burin, during -burried buried -busineses business, businesses -busness business -bussiness business -cacuses caucuses -cahracters characters -calaber caliber -calander calendar, calender, colander -calculs calculus -calenders calendars -caligraphy calligraphy -caluclate calculate -caluclated calculated -caluculate calculate -caluculated calculated -calulate calculate -calulated calculated -Cambrige Cambridge -camoflage camouflage -campain campaign -campains campaigns -candadate candidate -candiate candidate -candidiate candidate -cannister canister -cannisters canisters -cannnot cannot -cannonical canonical -cannotation connotation -cannotations connotations -cant cannot, can not, can't -caost coast -caperbility capability -Capetown Cape Town -capible capable -captial capital -captued captured -capturd captured -carachter character -caracterized characterized -carcas carcass, Caracas -carefull careful -careing caring -carismatic charismatic -Carmalite Carmelite -carmel caramel, carmel-by-the-sea -carniverous carnivorous -carreer career -carrers careers -Carribbean Caribbean -Carribean Caribbean -cartdridge cartridge -Carthagian Carthaginian -carthographer cartographer -cartilege cartilage -cartilidge cartilage -cartrige cartridge -casette cassette -casion caisson -cassawory cassowary -cassowarry cassowary -casulaties casualties -casulaty casualty -catagories categories -catagorized categorized -catagory category -catergorize categorize -catergorized categorized -Cataline Catiline, Catalina -cathlic catholic -catholocism catholicism -catterpilar caterpillar -catterpilars caterpillars -cattleship battleship -causalities casualties -Ceasar Caesar -Celcius Celsius -cellpading cellpadding -cementary cemetery -cemetarey cemetery -cemetaries cemeteries -cemetary cemetery -cencus census -censur censor, censure -cententenial centennial -centruies centuries -centruy century -ceratin certain, keratin -cerimonial ceremonial -cerimonies ceremonies -cerimonious ceremonious -cerimony ceremony -ceromony ceremony -certainity certainty -certian certain -cervial cervical, servile, serval -chalenging challenging -challange challenge -challanged challenged -challege challenge -Champange Champagne -changable changeable -charachter character -charactor character -charachters characters -charactersistic characteristic -charactors characters -charasmatic charismatic -charaterized characterized -chariman chairman -charistics characteristics -chasr chaser, chase -cheif chief -chemcial chemical -chemcially chemically -chemestry chemistry -chemicaly chemically -childbird childbirth -childen children -choosen chosen -chracter character -chuch church -churchs churches -Cincinatti Cincinnati -Cincinnatti Cincinnati -circulaton circulation -circumsicion circumcision -circut circuit -ciricuit circuit -ciriculum curriculum -civillian civilian -claer clear -claerer clearer -claerly clearly -claimes claims -clas class -clasic classic -clasical classical -clasically classically -cleareance clearance -clera clear, sclera -clincial clinical -clinicaly clinically -cmo com -cmoputer computer -co-incided coincided -coctail cocktail -coform conform -cognizent cognizant -coincedentally coincidentally -colaborations collaborations -colateral collateral -colelctive collective -collaberative collaborative -collecton collection -collegue colleague -collegues colleagues -collonade colonnade -collonies colonies -collony colony -collosal colossal -colonizators colonizers -comander commander, commandeer -comando commando -comandos commandos -comany company -comapany company -comback comeback -combanations combinations -combinatins combinations -combusion combustion -comdemnation condemnation -comemmorates commemorates -comemoretion commemoration -comision commission -comisioned commissioned -comisioner commissioner -comisioning commissioning -comisions commissions -comission commission -comissioned commissioned -comissioner commissioner -comissioning commissioning -comissions commissions -comited committed -comiting committing -comitted committed -comittee committee -comitting committing -commandoes commandos -commedic comedic -commemerative commemorative -commemmorate commemorate -commemmorating commemorating -commerical commercial -commerically commercially -commericial commercial -commericially commercially -commerorative commemorative -comming coming -comminication communication -commision commission -commisioned commissioned -commisioner commissioner -commisioning commissioning -commisions commissions -commited committed -commitee committee -commiting committing -committe committee -committment commitment -committments commitments -commmemorated commemorated -commongly commonly -commonweath commonwealth -commuications communications -commuinications communications -communciation communication -communiation communication -communites communities -compability compatibility -comparision comparison -comparisions comparisons -comparitive comparative -comparitively comparatively -compatabilities compatibilities -compatability compatibility -compatable compatible -compatablities compatibilities -compatablity compatibility -compatiable compatible -compatiblities compatibilities -compatiblity compatibility -compeitions competitions -compensantion compensation -competance competence -competant competent -competative competitive -competion competition, completion -competitiion competition -competive competitive -competiveness competitiveness -comphrehensive comprehensive -compitent competent -completedthe completed the -completelyl completely -completetion completion -complier compiler -componant component -comprable comparable -comprimise compromise -compulsary compulsory -compulsery compulsory -computarized computerized -concensus consensus -concider consider -concidered considered -concidering considering -conciders considers -concieted conceited -concieved conceived -concious conscious -conciously consciously -conciousness consciousness -condamned condemned -condemmed condemned -condidtion condition -condidtions conditions -conditionsof conditions of -conected connected -conection connection -conesencus consensus -confidental confidential -confidentally confidentially -confids confides -configureable configurable -confortable comfortable -congradulations congratulations -congresional congressional -conived connived -conjecutre conjecture -conjuction conjunction -Conneticut Connecticut -conotations connotations -conquerd conquered -conquerer conqueror -conquerers conquerors -conqured conquered -conscent consent -consciouness consciousness -consdider consider -consdidered considered -consdiered considered -consectutive consecutive -consenquently consequently -consentrate concentrate -consentrated concentrated -consentrates concentrates -consept concept -consequentually consequently -consequeseces consequences -consern concern -conserned concerned -conserning concerning -conservitive conservative -consiciousness consciousness -consicousness consciousness -considerd considered -consideres considered -consious conscious -consistant consistent -consistantly consistently -consituencies constituencies -consituency constituency -consituted constituted -consitution constitution -consitutional constitutional -consolodate consolidate -consolodated consolidated -consonent consonant -consonents consonants -consorcium consortium -conspiracys conspiracies -conspiriator conspirator -constaints constraints -constanly constantly -constarnation consternation -constatn constant -constinually continually -constituant constituent -constituants constituents -constituion constitution -constituional constitutional -consttruction construction -constuction construction -consulant consultant -consumate consummate -consumated consummated -contaiminate contaminate -containes contains -contamporaries contemporaries -contamporary contemporary -contempoary contemporary -contemporaneus contemporaneous -contempory contemporary -contendor contender -contined continued -continous continuous -continously continuously -continueing continuing -contravercial controversial -contraversy controversy -contributer contributor -contributers contributors -contritutions contributions -controled controlled -controling controlling -controll control -controlls controls -controvercial controversial -controvercy controversy -controveries controversies -controversal controversial -controversey controversy -controvertial controversial -controvery controversy -contruction construction -conveinent convenient -convenant covenant -convential conventional -convertables convertibles -convertion conversion -conveyer conveyor -conviced convinced -convienient convenient -coordiantion coordination -coorperation cooperation, corporation -coorperations corporations -copmetitors competitors -coputer computer -copywrite copyright -coridal cordial -cornmitted committed -corosion corrosion -corparate corporate -corperations corporations -correcters correctors -correponding corresponding -correposding corresponding -correspondant correspondent -correspondants correspondents -corridoors corridors -corrispond correspond -corrispondant correspondent -corrispondants correspondents -corrisponded corresponded -corrisponding corresponding -corrisponds corresponds -costitution constitution -coucil council -coudl could, cloud -councellor councillor, counselor, councilor -councellors councillors, counselors, councilors -counries countries -countains contains -countires countries -coururier courier, couturier -coverted converted, covered, coveted -cpoy coy, copy -creaeted created -creedence credence -critereon criterion -criterias criteria -criticists critics -critising criticising, criticizing -critisising criticising -critisism criticism -critisisms criticisms -critisize criticise, criticize -critisized criticised, criticized -critisizes criticises, criticizes -critisizing criticising, criticizing -critized criticized -critizing criticizing -crockodiles crocodiles -crowm crown -crtical critical -crticised criticised -crucifiction crucifixion -crusies cruises -crystalisation crystallisation -culiminating culminating -cumulatative cumulative -curch church -curcuit circuit -currenly currently -curriculem curriculum -cxan cyan -cyclinder cylinder -dael deal, dial, dahl -dalmation dalmatian -damenor demeanor -Dardenelles Dardanelles -dacquiri daiquiri -debateable debatable -decendant descendant -decendants descendants -decendent descendant -decendents descendants -decideable decidable -decidely decidedly -decieved deceived -decison decision -decomissioned decommissioned -decomposit decompose -decomposited decomposed -decompositing decomposing -decomposits decomposes -decress decrees -decribe describe -decribed described -decribes describes -decribing describing -dectect detect -defendent defendant -defendents defendants -deffensively defensively -deffine define -deffined defined -definance defiance -definate definite -definately definitely -definatly definitely -definetly definitely -definining defining -definit definite -definitly definitely -definiton definition -defintion definition -degrate degrade -delagates delegates -delapidated dilapidated -delerious delirious -delevopment development -deliberatly deliberately -delusionally delusively -demenor demeanor -demographical demographic -demolision demolition -demorcracy democracy -demostration demonstration -denegrating denigrating -densly densely -deparment department -deparments departments -deparmental departmental -dependance dependence -dependancy dependency -dependant dependent -deram dram, dream -deriviated derived -derivitive derivative -derogitory derogatory -descendands descendants -descibed described -descision decision -descisions decisions -descriibes describes -descripters descriptors -descripton description -desctruction destruction -descuss discuss -desgined designed -deside decide -desigining designing -desinations destinations -desintegrated disintegrated -desintegration disintegration -desireable desirable -desitned destined -desktiop desktop -desorder disorder -desoriented disoriented -desparate desperate, disparate -despatched dispatched -despict depict -despiration desperation -dessicated desiccated -dessigned designed -destablized destabilized -destory destroy -detailled detailed -detatched detached -deteoriated deteriorated -deteriate deteriorate -deterioriating deteriorating -determinining determining -detremental detrimental -devasted devastated -develope develop -developement development -developped developed -develpment development -devels delves -devestated devastated -devestating devastating -devide divide -devided divided -devistating devastating -devolopement development -diablical diabolical -diamons diamonds -diaster disaster -dichtomy dichotomy -diconnects disconnects -dicover discover -dicovered discovered -dicovering discovering -dicovers discovers -dicovery discovery -dicussed discussed -didnt didn't -diea idea, die -dieing dying, dyeing -dieties deities -diety deity -diferent different -diferrent different -differentiatiations differentiations -differnt different -difficulity difficulty -diffrent different -dificulties difficulties -dificulty difficulty -dimenions dimensions -dimention dimension -dimentional dimensional -dimentions dimensions -dimesnional dimensional -diminuitive diminutive -diosese diocese -diphtong diphthong -diphtongs diphthongs -diplomancy diplomacy -dipthong diphthong -dipthongs diphthongs -dirived derived -disagreeed disagreed -disapeared disappeared -disapointing disappointing -disappearred disappeared -disaproval disapproval -disasterous disastrous -disatisfaction dissatisfaction -disatisfied dissatisfied -disatrous disastrous -discontentment discontent -discribe describe -discribed described -discribes describes -discribing describing -disctinction distinction -disctinctive distinctive -disemination dissemination -disenchanged disenchanted -disiplined disciplined -disobediance disobedience -disobediant disobedient -disolved dissolved -disover discover -dispair despair -disparingly disparagingly -dispence dispense -dispenced dispensed -dispencing dispensing -dispicable despicable -dispite despite -dispostion disposition -disproportiate disproportionate -disputandem disputandum -disricts districts -dissagreement disagreement -dissapear disappear -dissapearance disappearance -dissapeared disappeared -dissapearing disappearing -dissapears disappears -dissappear disappear -dissappears disappears -dissappointed disappointed -dissarray disarray -dissobediance disobedience -dissobediant disobedient -dissobedience disobedience -dissobedient disobedient -distiction distinction -distingish distinguish -distingished distinguished -distingishes distinguishes -distingishing distinguishing -distingquished distinguished -distrubution distribution -distruction destruction -distructive destructive -ditributed distributed -diversed diverse, diverged -divice device -divison division -divisons divisions -doccument document -doccumented documented -doccuments documents -docrines doctrines -doctines doctrines -documenatry documentary -doens does -doesnt doesn't -doign doing -dominaton domination -dominent dominant -dominiant dominant -donig doing -dosen't doesn't -doub doubt, daub -doulbe double -dowloads downloads -dramtic dramatic -draughtman draughtsman -Dravadian Dravidian -dreasm dreams -driectly directly -drnik drink -druming drumming -drummless drumless -dupicate duplicate -durig during -durring during -duting during -dyas dryas -eahc each -ealier earlier -earlies earliest -earnt earned -ecclectic eclectic -eceonomy economy -ecidious deciduous -eclispe eclipse -ecomonic economic -ect etc -eearly early -efel evil -effeciency efficiency -effecient efficient -effeciently efficiently -efficency efficiency -efficent efficient -efficently efficiently -efford effort, afford -effords efforts, affords -effulence effluence -eigth eighth, eight -eiter either -elction election -electic eclectic, electric -electon election, electron -electrial electrical -electricly electrically -electricty electricity -elementay elementary -eleminated eliminated -eleminating eliminating -eles eels -eletricity electricity -elicided elicited -eligable eligible -elimentary elementary -ellected elected -elphant elephant -embarass embarrass -embarassed embarrassed -embarassing embarrassing -embarassment embarrassment -embargos embargoes -embarras embarrass -embarrased embarrassed -embarrasing embarrassing -embarrasment embarrassment -embezelled embezzled -emblamatic emblematic -eminate emanate -eminated emanated -emision emission -emited emitted -emiting emitting -emition emission, emotion -emmediately immediately -emmigrated emigrated -emminent eminent, imminent -emminently eminently -emmisaries emissaries -emmisarries emissaries -emmisarry emissary -emmisary emissary -emmision emission -emmisions emissions -emmited emitted -emmiting emitting -emmitted emitted -emmitting emitting -emnity enmity -emperical empirical -emphaised emphasised -emphsis emphasis -emphysyma emphysema -empirial empirical, imperial -emprisoned imprisoned -enameld enameled -enchancement enhancement -encouraing encouraging -encryptiion encryption -encylopedia encyclopedia -endevors endeavors -endevour endeavour -endig ending -endolithes endoliths -enduce induce -ened need -enflamed inflamed -enforceing enforcing -engagment engagement -engeneer engineer -engeneering engineering -engieneer engineer -engieneers engineers -enlargment enlargement -enlargments enlargements -Enlish English, enlist -enourmous enormous -enourmously enormously -ensconsed ensconced -entaglements entanglements -enteratinment entertainment -entitity entity -entitlied entitled -entrepeneur entrepreneur -entrepeneurs entrepreneurs -enviorment environment -enviormental environmental -enviormentally environmentally -enviorments environments -enviornment environment -enviornmental environmental -enviornmentalist environmentalist -enviornmentally environmentally -enviornments environments -enviroment environment -enviromental environmental -enviromentalist environmentalist -enviromentally environmentally -enviroments environments -envolutionary evolutionary -envrionments environments -enxt next -epidsodes episodes -epsiode episode -equialent equivalent -equilibium equilibrium -equilibrum equilibrium -equiped equipped -equippment equipment -equitorial equatorial -equivelant equivalent -equivelent equivalent -equivilant equivalent -equivilent equivalent -equivlalent equivalent -erally orally, really -eratic erratic -eratically erratically -eraticly erratically -erested arrested, erected -errupted erupted -esential essential -esitmated estimated -esle else -especialy especially -essencial essential -essense essence -essentail essential -essentialy essentially -essentual essential -essesital essential -estabishes establishes -establising establishing -ethnocentricm ethnocentrism -ethose those, ethos -Europian European -Europians Europeans -Eurpean European -Eurpoean European -evenhtually eventually -eventally eventually -eventially eventually -eventualy eventually -everthing everything -everytime every time -everyting everything -eveyr every -evidentally evidently -exagerate exaggerate -exagerated exaggerated -exagerates exaggerates -exagerating exaggerating -exagerrate exaggerate -exagerrated exaggerated -exagerrates exaggerates -exagerrating exaggerating -examinated examined -exampt exempt -exapansion expansion -excact exact -excange exchange -excecute execute -excecuted executed -excecutes executes -excecuting executing -excecution execution -excedded exceeded -excelent excellent -excell excel -excellance excellence -excellant excellent -excells excels -excercise exercise -exchanching exchanging -excisted existed -exculsivly exclusively -execising exercising -exection execution -exectued executed -exeedingly exceedingly -exelent excellent -exellent excellent -exemple example -exept except -exeptional exceptional -exerbate exacerbate -exerbated exacerbated -exerciese exercises -exerpt excerpt -exerpts excerpts -exersize exercise -exerternal external -exhalted exalted -exhibtion exhibition -exibition exhibition -exibitions exhibitions -exicting exciting -exinct extinct -existance existence -existant existent -existince existence -exliled exiled -exludes excludes -exmaple example -exonorate exonerate -exoskelaton exoskeleton -expalin explain -expeced expected -expecially especially -expeditonary expeditionary -expeiments experiments -expell expel -expells expels -experiance experience -experianced experienced -expiditions expeditions -expierence experience -explaination explanation -explaning explaining -explictly explicitly -exploititive exploitative -explotation exploitation -expropiated expropriated -expropiation expropriation -exressed expressed -extemely extremely -extention extension -extentions extensions -extered exerted -extermist extremist -extint extinct, extant -extradiction extradition -extraterrestial extraterrestrial -extraterrestials extraterrestrials -extravagent extravagant -extrememly extremely -extremeophile extremophile -extremly extremely -extrordinarily extraordinarily -extrordinary extraordinary -eyar year, eyas -eyars years, eyas -eyasr years, eyas -faciliate facilitate -faciliated facilitated -faciliates facilitates -facilites facilities -facillitate facilitate -facinated fascinated -facist fascist -familes families -familliar familiar -famoust famous -fanatism fanaticism -Farenheit Fahrenheit -fatc fact -faught fought -favoutrable favourable -feasable feasible -Febuary February -fedreally federally -feromone pheromone -fertily fertility -fianite finite -fianlly finally -ficticious fictitious -fictious fictitious -fidn find -fiel feel, field, file, phial -fiels feels, fields, files, phials -fiercly fiercely -fightings fighting -filiament filament -fimilies families -finacial financial -finaly finally -financialy financially -firends friends -firts flirts, first -fisionable fissionable -flamable flammable -flawess flawless -fleed fled, freed -Flemmish Flemish -florescent fluorescent -flourescent fluorescent -fluorish flourish -follwoing following -folowing following -fomed formed -fomr from, form -fonetic phonetic -fontrier fontier -foootball football -forbad forbade -forbiden forbidden -foreward foreword -forfiet forfeit -forhead forehead -foriegn foreign -Formalhaut Fomalhaut -formallize formalize -formallized formalized -formaly formally -formelly formerly -formidible formidable -formost foremost -forsaw foresaw -forseeable foreseeable -fortelling foretelling -forunner forerunner -foucs focus -foudn found -fougth fought -foundaries foundries -foundary foundry -Foundland Newfoundland -fourties forties -fourty forty -fouth fourth -foward forward -fucntion function -fucntioning functioning -Fransiscan Franciscan -Fransiscans Franciscans -freind friend -freindly friendly -frequentily frequently -frome from -fromed formed -froniter frontier -fufill fulfill -fufilled fulfilled -fulfiled fulfilled -fundametal fundamental -fundametals fundamentals -funguses fungi -funtion function -furuther further -futher further -futhermore furthermore -futhroc futhark, futhorc -gae game, Gael, gale -galatic galactic -Galations Galatians -gallaxies galaxies -galvinized galvanized -Gameboy Game Boy -ganerate generate -ganes games -ganster gangster -garantee guarantee -garanteed guaranteed -garantees guarantees -garnison garrison -gauarana guaraná -gaurantee guarantee -gauranteed guaranteed -gaurantees guarantees -gaurd guard, gourd -gaurentee guarantee -gaurenteed guaranteed -gaurentees guarantees -geneological genealogical -geneologies genealogies -geneology genealogy -generaly generally -generatting generating -genialia genitalia -geographicial geographical -geometrician geometer -geometricians geometers -gerat great -Ghandi Gandhi -glight flight -gnawwed gnawed -godess goddess -godesses goddesses -Godounov Godunov -gogin going, Gauguin -goign going -gonig going -Gothenberg Gothenburg -Gottleib Gottlieb -gouvener governor -govement government -govenment government -govenrment government -goverance governance -goverment government -govermental governmental -governer governor -governmnet government -govorment government -govormental governmental -govornment government -gracefull graceful -graet great -grafitti graffiti -gramatically grammatically -grammaticaly grammatically -grammer grammar -grat great -gratuitious gratuitous -greatful grateful -greatfully gratefully -greif grief -gridles griddles -gropu group -grwo grow -Guaduloupe Guadalupe, Guadeloupe -Guadulupe Guadalupe, Guadeloupe -guage gauge -guarentee guarantee -guarenteed guaranteed -guarentees guarantees -Guatamala Guatemala -Guatamalan Guatemalan -guerilla guerrilla -guerillas guerrillas -guerrila guerrilla -guerrilas guerrillas -guidence guidance -Guilia Giulia -Guilio Giulio -Guiness Guinness -Guiseppe Giuseppe -gunanine guanine -gurantee guarantee -guranteed guaranteed -gurantees guarantees -guttaral guttural -gutteral guttural -habaeus habeas -habeus habeas -Habsbourg Habsburg -haemorrage haemorrhage -haev have, heave -Hallowean Hallowe'en, Halloween -halp help -hapen happen -hapened happened -hapening happening -happend happened -happended happened -happenned happened -harased harassed -harases harasses -harasment harassment -harasments harassments -harassement harassment -harras harass -harrased harassed -harrases harasses -harrasing harassing -harrasment harassment -harrasments harassments -harrassed harassed -harrasses harassed -harrassing harassing -harrassment harassment -harrassments harassments -hasnt hasn't -haviest heaviest -headquater headquarter -headquarer headquarter -headquatered headquartered -headquaters headquarters -healthercare healthcare -heared heard -heathy healthy -Heidelburg Heidelberg -heigher higher -heirarchy hierarchy -heiroglyphics hieroglyphics -helment helmet -helpfull helpful -helpped helped -hemmorhage hemorrhage -herad heard, Hera -heridity heredity -heroe hero -heros heroes -hertzs hertz -hesistant hesitant -heterogenous heterogeneous -hieght height -hierachical hierarchical -hierachies hierarchies -hierachy hierarchy -hierarcical hierarchical -hierarcy hierarchy -hieroglph hieroglyph -hieroglphs hieroglyphs -higer higher -higest highest -higway highway -hillarious hilarious -himselv himself -hinderance hindrance -hinderence hindrance -hindrence hindrance -hipopotamus hippopotamus -hismelf himself -histocompatability histocompatibility -historicians historians -hitsingles hit singles -holliday holiday -homestate home state -homogeneize homogenize -homogeneized homogenized -honory honorary -horrifing horrifying -hosited hoisted -hospitible hospitable -hounour honour -housr hours, house -howver however -hsitorians historians -hstory history -hten then, hen, the -htere there, here -htey they -htikn think -hting thing -htink think -htis this -humer humor, humour -humerous humorous, humerus -huminoid humanoid -humoural humoral -humurous humorous -husban husband -hvae have -hvaing having -hvea have, heave -hwihc which -hwile while -hwole whole -hydogen hydrogen -hydropile hydrophile -hydropilic hydrophilic -hydropobe hydrophobe -hydropobic hydrophobic -hygeine hygiene -hypocracy hypocrisy -hypocrasy hypocrisy -hypocricy hypocrisy -hypocrit hypocrite -hypocrits hypocrites -iconclastic iconoclastic -idaeidae idea -idaes ideas -idealogies ideologies -idealogy ideology -identicial identical -identifers identifiers -ideosyncratic idiosyncratic -idesa ideas, ides -idiosyncracy idiosyncrasy -Ihaca Ithaca -illegimacy illegitimacy -illegitmate illegitimate -illess illness -illiegal illegal -illution illusion -ilness illness -ilogical illogical -imagenary imaginary -imagin imagine -imaginery imaginary, imagery -imanent eminent, imminent -imcomplete incomplete -imediately immediately -imense immense -imigrant emigrant, immigrant -imigrated emigrated, immigrated -imigration emigration, immigration -iminent eminent, imminent, immanent -immediatley immediately -immediatly immediately -immidately immediately -immidiately immediately -immitate imitate -immitated imitated -immitating imitating -immitator imitator -immunosupressant immunosuppressant -impecabbly impeccably -impedence impedance -implamenting implementing -impliment implement -implimented implemented -imploys employs -importamt important -imprioned imprisoned -imprisonned imprisoned -improvision improvisation -improvments improvements -inablility inability -inaccessable inaccessible -inadiquate inadequate -inadquate inadequate -inadvertant inadvertent -inadvertantly inadvertently -inagurated inaugurated -inaguration inauguration -inappropiate inappropriate -inaugures inaugurates -inbalance imbalance -inbalanced imbalanced -inbetween between -incarcirated incarcerated -incidentially incidentally -incidently incidentally -inclreased increased -includ include -includng including -incompatabilities incompatibilities -incompatability incompatibility -incompatable incompatible -incompatablities incompatibilities -incompatablity incompatibility -incompatiblities incompatibilities -incompatiblity incompatibility -incompetance incompetence -incompetant incompetent -incomptable incompatible -incomptetent incompetent -inconsistant inconsistent -incorperation incorporation -incorportaed incorporated -incorprates incorporates -incorruptable incorruptible -incramentally incrementally -increadible incredible -incredable incredible -inctroduce introduce -inctroduced introduced -incuding including -incunabla incunabula -indefinately indefinitely -indefineable undefinable -indefinitly indefinitely -indentical identical -indepedantly independently -indepedence independence -independance independence -independant independent -independantly independently -independece independence -independendet independent -indictement indictment -indigineous indigenous -indipendence independence -indipendent independent -indipendently independently -indespensible indispensable -indespensable indispensable -indispensible indispensable -indisputible indisputable -indisputibly indisputably -indite indict -individualy individually -indpendent independent -indpendently independently -indulgue indulge -indutrial industrial -indviduals individuals -inefficienty inefficiently -inevatible inevitable -inevitible inevitable -inevititably inevitably -infalability infallibility -infallable infallible -infectuous infectious -infered inferred -infilitrate infiltrate -infilitrated infiltrated -infilitration infiltration -infinit infinite -inflamation inflammation -influencial influential -influented influenced -infomation information -informtion information -infrantryman infantryman -infrigement infringement -ingenius ingenious -ingreediants ingredients -inhabitans inhabitants -inherantly inherently -inheritage heritage, inheritance -inheritence inheritance -inital initial -initally initially -initation initiation -initiaitive initiative -inlcuding including -inmigrant immigrant -inmigrants immigrants -innoculated inoculated -inocence innocence -inofficial unofficial -inot into -inpeach impeach -inpolite impolite -inprisonment imprisonment -inproving improving -insectiverous insectivorous -insensative insensitive -inseperable inseparable -insistance insistence -insitution institution -insitutions institutions -inspite in spite, inspire -instade instead -instatance instance -institue institute -instuction instruction -instuments instruments -instutionalized institutionalized -instutions intuitions -insurence insurance -intelectual intellectual -inteligence intelligence -inteligent intelligent -intenational international -intepretation interpretation -intepretator interpretor -interational international -interbread interbreed, interbred -interchangable interchangeable -interchangably interchangeably -intercontinetal intercontinental -intered interred, interned -interelated interrelated -interferance interference -interfereing interfering -intergrated integrated -intergration integration -interm interim -internation international -interpet interpret -interrim interim -interrugum interregnum -intertaining entertaining -interupt interrupt -intervines intervenes -intevene intervene -intial initial -intially initially -intrduced introduced -intrest interest -introdued introduced -intruduced introduced -intrusted entrusted -intutive intuitive -intutively intuitively -inudstry industry -inumerable enumerable, innumerable -inventer inventor -invertibrates invertebrates -investingate investigate -involvment involvement -irelevent irrelevant -iresistable irresistible -iresistably irresistibly -iresistible irresistible -iresistibly irresistibly -iritable irritable -iritated irritated -ironicly ironically -irregardless regardless -irrelevent irrelevant -irreplacable irreplaceable -irresistable irresistible -irresistably irresistibly -isnt isn't -Israelies Israelis -issueing issuing -itnroduced introduced -iunior junior -iwll will -iwth with -Japanes Japanese -jaques jacques -jeapardy jeopardy -jewllery jewellery -Johanine Johannine -Jospeh Joseph -jouney journey -journied journeyed -journies journeys -jstu just -jsut just -Juadaism Judaism -Juadism Judaism -judical judicial -judisuary judiciary -juducial judicial -juristiction jurisdiction -juristictions jurisdictions -kindergarden kindergarten -klenex kleenex -knifes knives -knive knife -knowlege knowledge -knowlegeable knowledgeable -knwo know -knwos knows -konw know -konws knows -kwno know -labatory lavatory, laboratory -labled labelled, labeled -labratory laboratory -laguage language -laguages languages -larg large -largst largest -larrry larry -lastr last -lattitude latitude -launchs launch -launhed launched -lavae larvae -layed laid -lazyness laziness -leaded led -leage league -leanr lean, learn, leaner -leathal lethal -lefted left -legitamate legitimate -legitmate legitimate -leibnitz leibniz -lenght length -leran learn -lerans learns -lieuenant lieutenant -leutenant lieutenant -levetate levitate -levetated levitated -levetates levitates -levetating levitating -levle level -liasion liaison -liason liaison -liasons liaisons -libary library -libell libel -libguistic linguistic -libguistics linguistics -libitarianisn libertarianism -lible libel, liable -lieing lying -liek like -liekd liked -liesure leisure -lieved lived -liftime lifetime -lightyear light year -lightyears light years -likelyhood likelihood -linnaena linnaean -lippizaner lipizzaner -liquify liquefy -liscense license, licence -lisence license, licence -lisense license, licence -listners listeners -litature literature -literture literature -littel little -litterally literally -liuke like -livley lively -lmits limits -loev love -lonelyness loneliness -longitudonal longitudinal -lonley lonely -lonly lonely, only -loosing losing -lotharingen lothringen -lsat last -lukid likud -lveo love -lvoe love -Lybia Libya -mackeral mackerel -magasine magazine -magincian magician -magnificient magnificent -magolia magnolia -mailny mainly -maintainance maintenance -maintainence maintenance -maintance maintenance -maintenence maintenance -maintinaing maintaining -maintioned mentioned -majoroty majority -maked marked, made -makse makes -Malcom Malcolm -maltesian Maltese -mamal mammal -mamalian mammalian -managable manageable, manageably -managment management -manisfestations manifestations -manoeuverability maneuverability -manouver maneuver, manoeuvre -manouverability maneuverability, manoeuvrability, manoeuverability -manouverable maneuverable, manoeuvrable -manouvers maneuvers, manoeuvres -mantained maintained -manuever maneuver, manoeuvre -manuevers maneuvers, manoeuvres -manufacturedd manufactured -manufature manufacture -manufatured manufactured -manufaturing manufacturing -manuver maneuver -mariage marriage -marjority majority -markes marks -marketting marketing -marmelade marmalade -marrage marriage -marraige marriage -marrtyred martyred -marryied married -Massachussets Massachusetts -Massachussetts Massachusetts -massmedia mass media -masterbation masturbation -mataphysical metaphysical -materalists materialist -mathamatics mathematics -mathematican mathematician -mathematicas mathematics -matheticians mathematicians -mathmatically mathematically -mathmatician mathematician -mathmaticians mathematicians -mccarthyst mccarthyist -mchanics mechanics -meaninng meaning -mear wear, mere, mare -mechandise merchandise -medacine medicine -medeival medieval -medevial medieval -mediciney mediciny -medievel medieval -mediterainnean mediterranean -Mediteranean Mediterranean -meerkrat meerkat -melieux milieux -membranaphone membranophone -memeber member -menally mentally -meranda veranda, Miranda -mercentile mercantile -messanger messenger -messenging messaging -metalic metallic -metalurgic metallurgic -metalurgical metallurgical -metalurgy metallurgy -metamorphysis metamorphosis -metaphoricial metaphorical -meterologist meteorologist -meterology meteorology -methaphor metaphor -methaphors metaphors -Michagan Michigan -micoscopy microscopy -midwifes midwives -mileau milieu -milennia millennia -milennium millennium -mileu milieu -miliary military -milion million -miliraty military -millenia millennia -millenial millennial -millenialism millennialism -millenium millennium -millepede millipede -millioniare millionaire -millitary military -millon million -miltary military -minature miniature -minerial mineral -miniscule minuscule -ministery ministry -minstries ministries -minstry ministry -minumum minimum -mirrorred mirrored -miscelaneous miscellaneous -miscellanious miscellaneous -miscellanous miscellaneous -mischeivous mischievous -mischevious mischievous -mischievious mischievous -misdameanor misdemeanor -misdameanors misdemeanors -misdemenor misdemeanor -misdemenors misdemeanors -misfourtunes misfortunes -misile missile -Misouri Missouri -mispell misspell -mispelled misspelled -mispelling misspelling -missen mizzen -Missisipi Mississippi -Missisippi Mississippi -missle missile -missonary missionary -misterious mysterious -mistery mystery -misteryous mysterious -mkae make -mkaes makes -mkaing making -mkea make -moderm modem -modle model -moent moment -moeny money -mohammedans muslims -moil mohel -moleclues molecules -momento memento -monestaries monasteries -monestary monastery, monetary -monickers monikers -monolite monolithic -Monserrat Montserrat -montains mountains -montanous mountainous -monts months -montypic monotypic -moreso more, more so -morgage mortgage -Morisette Morissette -Morrisette Morissette -morroccan moroccan -morrocco morocco -morroco morocco -mosture moisture -motiviated motivated -mounth month -movei movie -movment movement -mroe more -mucuous mucous -muder murder -mudering murdering -muhammadan muslim -multicultralism multiculturalism -multipled multiplied -multiplers multipliers -munbers numbers -muncipalities municipalities -muncipality municipality -munnicipality municipality -muscels mussels, muscles -muscial musical -muscician musician -muscicians musicians -mutiliated mutilated -myraid myriad -mysef myself -mysogynist misogynist -mysogyny misogyny -mysterous mysterious -Mythraic Mithraic -naieve naive -Napoleonian Napoleonic -naturaly naturally -naturely naturally -naturual natural -naturually naturally -Nazereth Nazareth -neccesarily necessarily -neccesary necessary -neccessarily necessarily -neccessary necessary -neccessities necessities -necesarily necessarily -necesary necessary -necessiate necessitate -neglible negligible -negligable negligible -negociate negotiate -negociation negotiation -negociations negotiations -negotation negotiation -neice niece, nice -neigborhood neighborhood -neigbour neighbour, neighbor -neigbourhood neighbourhood -neigbouring neighbouring, neighboring -neigbours neighbours, neighbors -neolitic neolithic -nessasarily necessarily -nessecary necessary -nestin nesting -neverthless nevertheless -newletters newsletters -Newyorker New Yorker -nickle nickel -nightfa;; nightfall -nightime nighttime -nineth ninth -ninteenth nineteenth -ninties 1990s -ninty ninety -nkow know -nkwo know -nmae name -noncombatents noncombatants -nonsence nonsense -nontheless nonetheless -noone no one -norhern northern -northen northern -northereastern northeastern -notabley notably -noteable notable -noteably notably -noteriety notoriety -noth north -nothern northern -noticable noticeable -noticably noticeably -noticeing noticing -noticible noticeable -notwhithstanding notwithstanding -noveau nouveau -nowdays nowadays -nowe now -nto not -nucular nuclear -nuculear nuclear -nuisanse nuisance -Nullabour Nullarbor -numberous numerous -Nuremburg Nuremberg -nusance nuisance -nutritent nutrient -nutritents nutrients -nuturing nurturing -obediance obedience -obediant obedient -obession obsession -obssessed obsessed -obstacal obstacle -obstancles obstacles -obstruced obstructed -ocasion occasion -ocasional occasional -ocasionally occasionally -ocasionaly occasionally -ocasioned occasioned -ocasions occasions -ocassion occasion -ocassional occasional -ocassionally occasionally -ocassionaly occasionally -ocassioned occasioned -ocassions occasions -occaison occasion -occassion occasion -occassional occasional -occassionally occasionally -occassionaly occasionally -occassioned occasioned -occassions occasions -occationally occasionally -occour occur -occurance occurrence -occurances occurrences -occured occurred -occurence occurrence -occurences occurrences -occuring occurring -occurr occur -occurrance occurrence -occurrances occurrences -octohedra octahedra -octohedral octahedral -octohedron octahedron -ocuntries countries -ocuntry country -ocurr occur -ocurrance occurrence -ocurred occurred -ocurrence occurrence -offcers officers -offcially officially -offereings offerings -offical official -officals officials -offically officially -officaly officially -officialy officially -offred offered -oftenly often -oging going, ogling -omision omission -omited omitted -omiting omitting -omlette omelette -ommision omission -ommited omitted -ommiting omitting -ommitted omitted -ommitting omitting -omniverous omnivorous -omniverously omnivorously -omre more -onot note, not -onyl only -openess openness -oponent opponent -oportunity opportunity -opose oppose -oposite opposite -oposition opposition -oppenly openly -oppinion opinion -opponant opponent -oppononent opponent -oppositition opposition -oppossed opposed -opprotunity opportunity -opression oppression -opressive oppressive -opthalmic ophthalmic -opthalmologist ophthalmologist -opthalmology ophthalmology -opthamologist ophthalmologist -optmizations optimizations -optomism optimism -orded ordered -organim organism -organiztion organization -orgin origin, organ -orginal original -orginally originally -orginize organise -oridinarily ordinarily -origanaly originally -originall original, originally -originaly originally -originially originally -originnally originally -origional original -orignally originally -orignially originally -otehr other -ouevre oeuvre -overshaddowed overshadowed -overthere over there -overwelming overwhelming -overwheliming overwhelming -owrk work -owudl would -oxigen oxygen -oximoron oxymoron -paide paid -paitience patience -palce place, palace -paleolitic paleolithic -paliamentarian parliamentarian -Palistian Palestinian -Palistinian Palestinian -Palistinians Palestinians -pallete palette -pamflet pamphlet -pamplet pamphlet -pantomine pantomime -Papanicalou Papanicolaou -paralel parallel -paralell parallel -paralelly parallelly -paralely parallelly -parallely parallelly -paranthesis parenthesis -paraphenalia paraphernalia -parellels parallels -parituclar particular -parliment parliament -parrakeets parakeets -parralel parallel -parrallel parallel -parrallell parallel -parrallelly parallelly -parrallely parallelly -partialy partially -particually particularly -particualr particular -particuarly particularly -particularily particularly -particulary particularly -pary party -pased passed -pasengers passengers -passerbys passersby -pasttime pastime -pastural pastoral -paticular particular -pattented patented -pavillion pavilion -payed paid -peacefuland peaceful and -peageant pageant -peculure peculiar -pedestrain pedestrian -peice piece -Peloponnes Peloponnesus -penatly penalty -penerator penetrator -penisula peninsula -penisular peninsular -penninsula peninsula -penninsular peninsular -pennisula peninsula -pensinula peninsula -peom poem -peoms poems -peopel people -peotry poetry -perade parade -percepted perceived -percieve perceive -percieved perceived -perenially perennially -perfomers performers -performence performance -performes performed, performs -perhasp perhaps -perheaps perhaps -perhpas perhaps -peripathetic peripatetic -peristent persistent -perjery perjury -perjorative pejorative -permanant permanent -permenant permanent -permenantly permanently -permissable permissible -perogative prerogative -peronal personal -perosnality personality -perphas perhaps -perpindicular perpendicular -perseverence perseverance -persistance persistence -persistant persistent -personel personnel, personal -personell personnel -personnell personnel -persuded persuaded -persue pursue -persued pursued -persuing pursuing -persuit pursuit -persuits pursuits -pertubation perturbation -pertubations perturbations -pessiary pessary -petetion petition -Pharoah Pharaoh -phenomenom phenomenon -phenomenonal phenomenal -phenomenonly phenomenally -phenomonenon phenomenon -phenomonon phenomenon -phenonmena phenomena -Philipines Philippines -philisopher philosopher -philisophical philosophical -philisophy philosophy -Phillipine Philippine -Phillipines Philippines -Phillippines Philippines -phillosophically philosophically -philospher philosopher -philosphies philosophies -philosphy philosophy -Phonecian Phoenecian -phongraph phonograph -phylosophical philosophical -physicaly physically -pich pitch -pilgrimmage pilgrimage -pilgrimmages pilgrimages -pinapple pineapple -pinnaple pineapple -pinoneered pioneered -plagarism plagiarism -planation plantation -planed planned -plantiff plaintiff -plateu plateau -plausable plausible -playright playwright -playwrite playwright -playwrites playwrights -pleasent pleasant -plebicite plebiscite -plesant pleasant -poeoples peoples -poety poetry -poisin poison -polical political -polinator pollinator -polinators pollinators -politican politician -politicans politicians -poltical political -polute pollute -poluted polluted -polutes pollutes -poluting polluting -polution pollution -polyphonyic polyphonic -polysaccaride polysaccharide -polysaccharid polysaccharide -pomegranite pomegranate -pomotion promotion -poportional proportional -popoulation population -popularaty popularity -populare popular -populer popular -portayed portrayed -portraing portraying -Portugese Portuguese -portuguease portuguese -posess possess -posessed possessed -posesses possesses -posessing possessing -posession possession -posessions possessions -posion poison -positon position, positron -possable possible -possably possibly -posseses possesses -possesing possessing -possesion possession -possessess possesses -possibile possible -possibilty possibility -possiblility possibility -possiblilty possibility -possiblities possibilities -possiblity possibility -possition position -Postdam Potsdam -posthomous posthumous -postion position -postive positive -potatos potatoes -portait portrait -potrait portrait -potrayed portrayed -poulations populations -poverful powerful -poweful powerful -powerfull powerful -practial practical -practially practically -practicaly practically -practicioner practitioner -practicioners practitioners -practicly practically -practioner practitioner -practioners practitioners -prairy prairie -prarie prairie -praries prairies -pratice practice -preample preamble -precedessor predecessor -preceed precede -preceeded preceded -preceeding preceding -preceeds precedes -precentage percentage -precice precise -precisly precisely -precurser precursor -predecesors predecessors -predicatble predictable -predicitons predictions -predomiantly predominately -prefered preferred -prefering preferring -preferrably preferably -pregancies pregnancies -preiod period -preliferation proliferation -premeire premiere -premeired premiered -premillenial premillennial -preminence preeminence -premission permission -Premonasterians Premonstratensians -preocupation preoccupation -prepair prepare -prepartion preparation -prepatory preparatory -preperation preparation -preperations preparations -preriod period -presedential presidential -presense presence -presidenital presidential -presidental presidential -presitgious prestigious -prespective perspective -prestigeous prestigious -prestigous prestigious -presumabely presumably -presumibly presumably -pretection protection -prevelant prevalent -preverse perverse -previvous previous -pricipal principal -priciple principle -priestood priesthood -primarly primarily -primative primitive -primatively primitively -primatives primitives -primordal primordial -priveledges privileges -privelege privilege -priveleged privileged -priveleges privileges -privelige privilege -priveliged privileged -priveliges privileges -privelleges privileges -privilage privilege -priviledge privilege -priviledges privileges -privledge privilege -privte private -probabilaty probability -probablistic probabilistic -probablly probably -probalibity probability -probaly probably -probelm problem -proccess process -proccessing processing -procede proceed, precede -proceded proceeded, preceded -procedes proceeds, precedes -procedger procedure -proceding proceeding, preceding -procedings proceedings -proceedure procedure -proces process -processer processor -proclaimation proclamation -proclamed proclaimed -proclaming proclaiming -proclomation proclamation -profesion profusion, profession -profesor professor -professer professor -proffesed professed -proffesion profession -proffesional professional -proffesor professor -profilic prolific -progessed progressed -programable programmable -progrom pogrom, program -progroms pogroms, programs -prohabition prohibition -prologomena prolegomena -prominance prominence -prominant prominent -prominantly prominently -prominately prominently, predominately -promiscous promiscuous -promotted promoted -pronomial pronominal -pronouced pronounced -pronounched pronounced -pronounciation pronunciation -proove prove -prooved proved -prophacy prophecy -propietary proprietary -propmted prompted -propoganda propaganda -propogate propagate -propogates propagates -propogation propagation -propostion proposition -propotions proportions -propper proper -propperly properly -proprietory proprietary -proseletyzing proselytizing -protaganist protagonist -protaganists protagonists -protocal protocol -protoganist protagonist -protrayed portrayed -protruberance protuberance -protruberances protuberances -prouncements pronouncements -provacative provocative -provded provided -provicial provincial -provinicial provincial -provisonal provisional -provisiosn provision -proximty proximity -pseudononymous pseudonymous -pseudonyn pseudonym -psuedo pseudo -psycology psychology -psyhic psychic -publicaly publicly -puchasing purchasing -Pucini Puccini -Puertorrican Puerto Rican -Puertorricans Puerto Ricans -pumkin pumpkin -puritannical puritanical -purposedly purposely -purpotedly purportedly -pursuade persuade -pursuaded persuaded -pursuades persuades -pususading persuading -puting putting -pwoer power -pyscic psychic -qtuie quite, quiet -quantaty quantity -quantitiy quantity -quarantaine quarantine -Queenland Queensland -questonable questionable -quicklyu quickly -quinessential quintessential -quitted quit -quizes quizzes -qutie quite, quiet -rabinnical rabbinical -racaus raucous -radiactive radioactive -radify ratify -raelly really -rarified rarefied -reaccurring recurring -reacing reaching -reacll recall -readmition readmission -realitvely relatively -realsitic realistic -realtions relations -realy really -realyl really -reasearch research -rebiulding rebuilding -rebllions rebellions -rebounce rebound -reccomend recommend -reccomendations recommendations -reccomended recommended -reccomending recommending -reccommend recommend -reccommended recommended -reccommending recommending -reccuring recurring -receeded receded -receeding receding -receivedfrom received from -recepient recipient -recepients recipients -receving receiving -rechargable rechargeable -reched reached -recide reside -recided resided -recident resident -recidents residents -reciding residing -reciepents recipients -reciept receipt -recieve receive -recieved received -reciever receiver -recievers receivers -recieves receives -recieving receiving -recipiant recipient -recipiants recipients -recived received -recivership receivership -recogise recognise -recogize recognize -recomend recommend -recomended recommended -recomending recommending -recomends recommends -recommedations recommendations -reconaissance reconnaissance -reconcilation reconciliation -reconized recognized -reconnaissence reconnaissance -recontructed reconstructed -recordproducer record producer -recquired required -recrational recreational -recrod record -recuiting recruiting -recuring recurring -recurrance recurrence -rediculous ridiculous -reedeming redeeming -reenforced reinforced -refect reflect -refedendum referendum -referal referral -refered referred -referiang referring -refering referring -refernces references -referrence reference -referrs refers -reffered referred -refference reference -refrence reference -refrences references -refrers refers -refridgeration refrigeration -refridgerator refrigerator -refromist reformist -refusla refusal -regardes regards -regluar regular -reguarly regularly -regulaion regulation -regulaotrs regulators -regularily regularly -rehersal rehearsal -reicarnation reincarnation -reigining reigning -reknown renown -reknowned renowned -rela real -relaly really -relatiopnship relationship -relativly relatively -relected reelected -releive relieve -releived relieved -releiver reliever -releses releases -relevence relevance -relevent relevant -reliablity reliability -relient reliant -religeous religious -religous religious -religously religiously -relinqushment relinquishment -relitavely relatively -relized realised, realized -relpacement replacement -remaing remaining -remeber remember -rememberable memorable -rememberance remembrance -remembrence remembrance -remenant remnant -remenicent reminiscent -reminent remnant -reminescent reminiscent -reminscent reminiscent -reminsicent reminiscent -rendevous rendezvous -rendezous rendezvous -renedered rende -renewl renewal -rentors renters -reoccurrence recurrence -reorganision reorganisation -repatition repetition, repartition -repentence repentance -repentent repentant -repeteadly repeatedly -repetion repetition -repid rapid -reponse response -reponsible responsible -reportadly reportedly -represantative representative -representive representative -representives representatives -reproducable reproducible -reprtoire repertoire -repsectively respectively -reptition repetition -requirment requirement -requred required -resaurant restaurant -resembelance resemblance -resembes resembles -resemblence resemblance -resevoir reservoir -resignement resignment -resistable resistible -resistence resistance -resistent resistant -respectivly respectively -responce response -responibilities responsibilities -responisble responsible -responnsibilty responsibility -responsability responsibility -responsibile responsible -responsibilites responsibilities -responsiblity responsibility -ressemblance resemblance -ressemble resemble -ressembled resembled -ressemblence resemblance -ressembling resembling -resssurecting resurrecting -ressurect resurrect -ressurected resurrected -ressurection resurrection -ressurrection resurrection -restaraunt restaurant -restaraunteur restaurateur -restaraunteurs restaurateurs -restaraunts restaurants -restauranteurs restaurateurs -restauration restoration -restauraunt restaurant -resteraunt restaurant -resteraunts restaurants -resticted restricted -restraunt restraint, restaurant -resturant restaurant -resturaunt restaurant -resurecting resurrecting -retalitated retaliated -retalitation retaliation -retreive retrieve -returnd returned -revaluated reevaluated -reveral reversal -reversable reversible -revolutionar revolutionary -rewitten rewritten -rewriet rewrite -rhymme rhyme -rhythem rhythm -rhythim rhythm -rhytmic rhythmic -rigeur rigueur, rigour, rigor -rigourous rigorous -rininging ringing -rised rose -Rockerfeller Rockefeller -rococco rococo -rocord record -roomate roommate -rougly roughly -rucuperate recuperate -rudimentatry rudimentary -rulle rule -runing running -runnung running -russina Russian -Russion Russian -rwite write -rythem rhythm -rythim rhythm -rythm rhythm -rythmic rhythmic -rythyms rhythms -sacrafice sacrifice -sacreligious sacrilegious -sacrifical sacrificial -saftey safety -safty safety -salery salary -sanctionning sanctioning -sandwhich sandwich -Sanhedrim Sanhedrin -santioned sanctioned -sargant sergeant -sargeant sergeant -sasy says, sassy -satelite satellite -satelites satellites -Saterday Saturday -Saterdays Saturdays -satisfactority satisfactorily -satric satiric -satrical satirical -satrically satirically -sattelite satellite -sattelites satellites -saught sought -saveing saving -saxaphone saxophone -scaleable scalable -scandanavia Scandinavia -scaricity scarcity -scavanged scavenged -schedual schedule -scholarhip scholarship -scholarstic scholastic, scholarly -scientfic scientific -scientifc scientific -scientis scientist -scince science -scinece science -scirpt script -scoll scroll -screenwrighter screenwriter -scrutinity scrutiny -scuptures sculptures -seach search -seached searched -seaches searches -secceeded seceded, succeeded -seceed succeed, secede -seceeded succeeded, seceded -secratary secretary -secretery secretary -sedereal sidereal -seeked sought -segementation segmentation -seguoys segues -seige siege -seing seeing -seinor senior -seldomly seldom -senarios scenarios -sence sense -senstive sensitive -sensure censure -seperate separate -seperated separated -seperately separately -seperates separates -seperating separating -seperation separation -seperatism separatism -seperatist separatist -sepina subpoena -sepulchure sepulchre, sepulcher -sepulcre sepulchre, sepulcher -sergent sergeant -settelement settlement -settlment settlement -severeal several -severley severely -severly severely -sevice service -shaddow shadow -shamen shaman, shamans -sheat sheath, sheet, cheat -sheild shield -sherif sheriff -shineing shining -shiped shipped -shiping shipping -shopkeeepers shopkeepers -shorly shortly -shortwhile short while -shoudl should -shoudln should, shouldn't -shouldnt shouldn't -shreak shriek -shrinked shrunk -sicne since -sideral sidereal -sieze seize, size -siezed seized, sized -siezing seizing, sizing -siezure seizure -siezures seizures -siginificant significant -signficant significant -signficiant significant -signfies signifies -signifantly significantly -significently significantly -signifigant significant -signifigantly significantly -signitories signatories -signitory signatory -similarily similarly -similiar similar -similiarity similarity -similiarly similarly -simmilar similar -simpley simply -simplier simpler -simultanous simultaneous -simultanously simultaneously -sincerley sincerely -singsog singsong -sinse sines, since -Sionist Zionist -Sionists Zionists -Sixtin Sistine -Skagerak Skagerrak -skateing skating -slaugterhouses slaughterhouses -slowy slowly -smae same -smealting smelting -smoe some -sneeks sneaks -snese sneeze -socalism socialism -socities societies -soem some -sofware software -sohw show -soilders soldiers -solatary solitary -soley solely -soliders soldiers -soliliquy soliloquy -soluable soluble -somene someone -somtimes sometimes -somwhere somewhere -sophicated sophisticated -sorceror sorcerer -sorrounding surrounding -sotry story -sotyr satyr, story -soudn sound -soudns sounds -sould could, should, sold -sountrack soundtrack -sourth south -sourthern southern -souvenier souvenir -souveniers souvenirs -soveits soviets -sovereignity sovereignty -soverign sovereign -soverignity sovereignty -soverignty sovereignty -spainish Spanish -speach speech -specfic specific -speciallized specialised, specialized -specif specific, specify -specifiying specifying -speciman specimen -spectauclar spectacular -spectaulars spectaculars -spects aspects, expects -spectum spectrum -speices species -spendour splendour -spermatozoan spermatozoon -spoace space -sponser sponsor -sponsered sponsored -spontanous spontaneous -sponzored sponsored -spoonfulls spoonfuls -sppeches speeches -spreaded spread -sprech speech -spred spread -spriritual spiritual -spritual spiritual -sqaure square -stablility stability -stainlees stainless -staion station -standars standards -stange strange -startegic strategic -startegies strategies -startegy strategy -stateman statesman -statememts statements -statment statement -steriods steroids -sterotypes stereotypes -stilus stylus -stingent stringent -stiring stirring -stirrs stirs -stlye style -stong strong -stopry story -storeis stories -storise stories -stornegst strongest -stoyr story -stpo stop -stradegies strategies -stradegy strategy -strat start, strata -stratagically strategically -streemlining streamlining -stregth strength -strenghen strengthen -strenghened strengthened -strenghening strengthening -strenght strength -strenghten strengthen -strenghtened strengthened -strenghtening strengthening -strengtened strengthened -strenous strenuous -strictist strictest -strikely strikingly -strnad strand -stroy story, destroy -structual structural -stubborness stubbornness -stucture structure -stuctured structured -studdy study -studing studying -stuggling struggling -sturcture structure -subcatagories subcategories -subcatagory subcategory -subconsiously subconsciously -subjudgation subjugation -submachne submachine -subpecies subspecies -subsidary subsidiary -subsiduary subsidiary -subsquent subsequent -subsquently subsequently -substace substance -substancial substantial -substatial substantial -substituded substituted -substract subtract -substracted subtracted -substracting subtracting -substraction subtraction -substracts subtracts -subtances substances -subterranian subterranean -suburburban suburban -succceeded succeeded -succcesses successes -succedded succeeded -succeded succeeded -succeds succeeds -succesful successful -succesfully successfully -succesfuly successfully -succesion succession -succesive successive -successfull successful -successully successfully -succsess success -succsessfull successful -suceed succeed -suceeded succeeded -suceeding succeeding -suceeds succeeds -sucesful successful -sucesfully successfully -sucesfuly successfully -sucesion succession -sucess success -sucesses successes -sucessful successful -sucessfull successful -sucessfully successfully -sucessfuly successfully -sucession succession -sucessive successive -sucessor successor -sucessot successor -sucide suicide -sucidial suicidal -sufferage suffrage -sufferred suffered -sufferring suffering -sufficent sufficient -sufficently sufficiently -sumary summary -sunglases sunglasses -suop soup -superceeded superseded -superintendant superintendent -suphisticated sophisticated -suplimented supplemented -supose suppose -suposed supposed -suposedly supposedly -suposes supposes -suposing supposing -supplamented supplemented -suppliementing supplementing -suppoed supposed -supposingly supposedly -suppy supply -supress suppress -supressed suppressed -supresses suppresses -supressing suppressing -suprise surprise -suprised surprised -suprising surprising -suprisingly surprisingly -suprize surprise -suprized surprised -suprizing surprising -suprizingly surprisingly -surfce surface -surley surly, surely -suround surround -surounded surrounded -surounding surrounding -suroundings surroundings -surounds surrounds -surplanted supplanted -surpress suppress -surpressed suppressed -surprize surprise -surprized surprised -surprizing surprising -surprizingly surprisingly -surrended surrounded, surrendered -surrepetitious surreptitious -surrepetitiously surreptitiously -surreptious surreptitious -surreptiously surreptitiously -surronded surrounded -surrouded surrounded -surrouding surrounding -surrundering surrendering -surveilence surveillance -surveill surveil -surveyer surveyor -surviver survivor -survivers survivors -survivied survived -suseptable susceptible -suseptible susceptible -suspention suspension -swaer swear -swaers swears -swepth swept -swiming swimming -syas says -symetrical symmetrical -symetrically symmetrically -symetry symmetry -symettric symmetric -symmetral symmetric -symmetricaly symmetrically -synagouge synagogue -syncronization synchronization -synonomous synonymous -synonymns synonyms -synphony symphony -syphyllis syphilis -sypmtoms symptoms -syrap syrup -sysmatically systematically -sytem system -sytle style -tabacco tobacco -tahn than -taht that -talekd talked -targetted targeted -targetting targeting -tast taste -tath that -tattooes tattoos -taxanomic taxonomic -taxanomy taxonomy -teached taught -techician technician -techicians technicians -techiniques techniques -technitian technician -technnology technology -technolgy technology -teh the -tehy they -telelevision television -televsion television -telphony telephony -temerature temperature -temparate temperate -temperarily temporarily -temperment temperament -tempertaure temperature -temperture temperature -temprary temporary -tenacle tentacle -tenacles tentacles -tendacy tendency -tendancies tendencies -tendancy tendency -tennisplayer tennis player -tepmorarily temporarily -terrestial terrestrial -terriories territories -terriory territory -territorist terrorist -territoy territory -terroist terrorist -testiclular testicular -tghe the -thast that, that's -theather theater, theatre -theese these -theif thief -theives thieves -themselfs themselves -themslves themselves -ther there, their, the -therafter thereafter -therby thereby -theri their -thgat that -thge the -thier their -thign thing -thigns things -thigsn things -thikn think -thikning thinking, thickening -thikns thinks -thiunk think -thn then -thna than -thne then -thnig thing -thnigs things -thoughout throughout -threatend threatened -threatning threatening -threee three -threshhold threshold -thrid third -throrough thorough -throughly thoroughly -throught thought, through, throughout -througout throughout -thru through -thsi this -thsoe those -thta that -thyat that -tiem time, Tim -tihkn think -tihs this -timne time -tiome time, tome -tje the -tjhe the -tjpanishad upanishad -tkae take -tkaes takes -tkaing taking -tlaking talking -tobbaco tobacco -todays today's -todya today -toghether together -tolerence tolerance -Tolkein Tolkien -tomatos tomatoes -tommorow tomorrow -tommorrow tomorrow -tongiht tonight -toriodal toroidal -tormenters tormentors -torpeados torpedoes -torpedos torpedoes -tothe to the -toubles troubles -tounge tongue -tourch torch, touch -towords towards -towrad toward -tradionally traditionally -traditionaly traditionally -traditionnal traditional -traditition tradition -tradtionally traditionally -trafficed trafficked -trafficing trafficking -trafic traffic -trancendent transcendent -trancending transcending -tranform transform -tranformed transformed -transcendance transcendence -transcendant transcendent -transcendentational transcendental -transcripting transcribing, transcription -transending transcending -transesxuals transsexuals -transfered transferred -transfering transferring -transformaton transformation -transistion transition -translater translator -translaters translators -transmissable transmissible -transporation transportation -tremelo tremolo -tremelos tremolos -triguered triggered -triology trilogy -troling trolling -troup troupe -troups troupes, troops -truely truly -trustworthyness trustworthiness -turnk turnkey, trunk -Tuscon Tucson -tust trust -twelth twelfth -twon town -twpo two -tyhat that -tyhe they -typcial typical -typicaly typically -tyranies tyrannies -tyrany tyranny -tyrranies tyrannies -tyrrany tyranny -ubiquitious ubiquitous -uise use -Ukranian Ukrainian -ultimely ultimately -unacompanied unaccompanied -unahppy unhappy -unanymous unanimous -unathorised unauthorised -unavailible unavailable -unballance unbalance -unbeleivable unbelievable -uncertainity uncertainty -unchallengable unchallengeable -unchangable unchangeable -uncompetive uncompetitive -unconcious unconscious -unconciousness unconsciousness -unconfortability discomfort -uncontitutional unconstitutional -unconvential unconventional -undecideable undecidable -understoon understood -undesireable undesirable -undetecable undetectable -undoubtely undoubtedly -undreground underground -uneccesary unnecessary -unecessary unnecessary -unequalities inequalities -unforetunately unfortunately -unforgetable unforgettable -unforgiveable unforgivable -unfortunatley unfortunately -unfortunatly unfortunately -unfourtunately unfortunately -unihabited uninhabited -unilateraly unilaterally -unilatreal unilateral -unilatreally unilaterally -uninterruped uninterrupted -uninterupted uninterrupted -UnitesStates UnitedStates -univeral universal -univeristies universities -univeristy university -universtiy university -univesities universities -univesity university -unkown unknown -unlikey unlikely -unmanouverable unmaneuverable, unmanoeuvrable -unmistakeably unmistakably -unneccesarily unnecessarily -unneccesary unnecessary -unneccessarily unnecessarily -unneccessary unnecessary -unnecesarily unnecessarily -unnecesary unnecessary -unoffical unofficial -unoperational nonoperational -unoticeable unnoticeable -unplease displease -unplesant unpleasant -unprecendented unprecedented -unprecidented unprecedented -unrepentent unrepentant -unrepetant unrepentant -unrepetent unrepentant -unsed used, unused, unsaid -unsubstanciated unsubstantiated -unsuccesful unsuccessful -unsuccesfully unsuccessfully -unsuccessfull unsuccessful -unsucesful unsuccessful -unsucesfuly unsuccessfully -unsucessful unsuccessful -unsucessfull unsuccessful -unsucessfully unsuccessfully -unsuprised unsurprised -unsuprising unsurprising -unsuprisingly unsurprisingly -unsuprized unsurprised -unsuprizing unsurprising -unsuprizingly unsurprisingly -unsurprized unsurprised -unsurprizing unsurprising -unsurprizingly unsurprisingly -untill until -untranslateable untranslatable -unuseable unusable -unusuable unusable -unviersity university -unwarrented unwarranted -unweildly unwieldy -unwieldly unwieldy -upcomming upcoming -upgradded upgraded -usally usually -useage usage -usefull useful -usefuly usefully -useing using -usualy usually -ususally usually -vaccum vacuum -vaccume vacuum -vacinity vicinity -vaguaries vagaries -vaieties varieties -vailidty validity -valetta valletta -valuble valuable -valueable valuable -varations variations -varient variant -variey variety -varing varying -varities varieties -varity variety -vasall vassal -vasalls vassals -vegatarian vegetarian -vegitable vegetable -vegitables vegetables -vegtable vegetable -vehicule vehicle -vell well -venemous venomous -vengance vengeance -vengence vengeance -verfication verification -verison version -verisons versions -vermillion vermilion -versitilaty versatility -versitlity versatility -vetween between -veyr very -vigeur vigueur, vigour, vigor -vigilence vigilance -vigourous vigorous -villian villain -villification vilification -villify vilify -villin villi, villain, villein -vincinity vicinity -violentce violence -virutal virtual -virtualy virtually -virutally virtually -visable visible -visably visibly -visting visiting -vistors visitors -vitories victories -volcanoe volcano -voleyball volleyball -volontary voluntary -volonteer volunteer -volonteered volunteered -volonteering volunteering -volonteers volunteers -volounteer volunteer -volounteered volunteered -volounteering volunteering -volounteers volunteers -vreity variety -vrey very -vriety variety -vulnerablility vulnerability -vyer very -vyre very -waht what -wanna want to -warantee warranty -wardobe wardrobe -warrent warrant -warrriors warriors -wasnt wasn't -wass was -watn want -wayword wayward -weaponary weaponry -weas was -wehn when -weild wield, wild -weilded wielded -wendsay Wednesday -wensday Wednesday -wereabouts whereabouts -whant want -whants wants -whcih which -wheras whereas -wherease whereas -whereever wherever -whic which -whihc which -whith with -whlch which -whn when -wholey wholly -wholy wholly, holy -whta what -whther whether -wich which, witch -widesread widespread -wief wife -wierd weird -wiew view -wih with -wiht with -wille will -willingless willingness -wirting writing -withdrawl withdrawal, withdraw -witheld withheld -withing within -withold withhold -witht with -witn with -wiull will -wnat want -wnated wanted -wnats wants -wohle whole -wokr work -wokring working -wonderfull wonderful -workststion workstation -worls world -wordlwide worldwide -worshipper worshiper -worshipping worshiping -worstened worsened -woudl would -wresters wrestlers -wriet write -writen written -wroet wrote -wrok work -wroking working -ws was -wtih with -wupport support -xenophoby xenophobia -yaching yachting -yatch yacht -yeasr years -yeild yield -yeilding yielding -Yementite Yemenite, Yemeni -yearm year -yera year -yeras years -yersa years -youseff yousef -youself yourself -ytou you -yuo you -joo you -zeebra zebra - -[[Category:Wikipedia tools]] diff --git a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/Makefile.am b/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/Makefile.am deleted file mode 100644 index b8be6c5b6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -EXTRA_DIST= \ -List_of_common_misspellings.txt \ -Makefile.orig \ -prepare \ -README \ -test diff --git a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/Makefile.in b/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/Makefile.in deleted file mode 100644 index 11d332705..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/Makefile.in +++ /dev/null @@ -1,435 +0,0 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -build_triplet = @build@ -host_triplet = @host@ -target_triplet = @target@ -subdir = tests/suggestiontest -DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ - $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \ - $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ - $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \ - $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \ - $(top_srcdir)/m4/inttypes-pri.m4 \ - $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ - $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ - $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ - $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ - $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/visibility.m4 \ - $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ - $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = $(top_builddir)/config.h -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -SOURCES = -DIST_SOURCES = -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -ALLOCA = @ALLOCA@ -AMTAR = @AMTAR@ -AR = @AR@ -AS = @AS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ -CATOBJEXT = @CATOBJEXT@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CURSESLIB = @CURSESLIB@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ -CXXDEPMODE = @CXXDEPMODE@ -CXXFLAGS = @CXXFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DLLTOOL = @DLLTOOL@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GENCAT = @GENCAT@ -GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ -GLIBC2 = @GLIBC2@ -GLIBC21 = @GLIBC21@ -GMSGFMT = @GMSGFMT@ -GMSGFMT_015 = @GMSGFMT_015@ -GREP = @GREP@ -HAVE_ASPRINTF = @HAVE_ASPRINTF@ -HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ -HAVE_SNPRINTF = @HAVE_SNPRINTF@ -HAVE_VISIBILITY = @HAVE_VISIBILITY@ -HAVE_WPRINTF = @HAVE_WPRINTF@ -HUNSPELL_VERSION_MAJOR = @HUNSPELL_VERSION_MAJOR@ -HUNSPELL_VERSION_MINOR = @HUNSPELL_VERSION_MINOR@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -INSTOBJEXT = @INSTOBJEXT@ -INTLBISON = @INTLBISON@ -INTLLIBS = @INTLLIBS@ -INTLOBJS = @INTLOBJS@ -INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ -INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LIBICONV = @LIBICONV@ -LIBINTL = @LIBINTL@ -LIBMULTITHREAD = @LIBMULTITHREAD@ -LIBOBJS = @LIBOBJS@ -LIBPTH = @LIBPTH@ -LIBPTH_PREFIX = @LIBPTH_PREFIX@ -LIBS = @LIBS@ -LIBTHREAD = @LIBTHREAD@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBC = @LTLIBC@ -LTLIBICONV = @LTLIBICONV@ -LTLIBINTL = @LTLIBINTL@ -LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ -LTLIBOBJS = @LTLIBOBJS@ -LTLIBPTH = @LTLIBPTH@ -LTLIBTHREAD = @LTLIBTHREAD@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -MSGFMT = @MSGFMT@ -MSGFMT_015 = @MSGFMT_015@ -MSGMERGE = @MSGMERGE@ -NM = @NM@ -NMEDIT = @NMEDIT@ -OBJDUMP = @OBJDUMP@ -OBJEXT = @OBJEXT@ -OTOOL = @OTOOL@ -OTOOL64 = @OTOOL64@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -POSUB = @POSUB@ -PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ -RANLIB = @RANLIB@ -READLINELIB = @READLINELIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ -USE_NLS = @USE_NLS@ -VERSION = @VERSION@ -WINDRES = @WINDRES@ -WOE32 = @WOE32@ -WOE32DLL = @WOE32DLL@ -XFAILED = @XFAILED@ -XGETTEXT = @XGETTEXT@ -XGETTEXT_015 = @XGETTEXT_015@ -XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -ac_ct_CC = @ac_ct_CC@ -ac_ct_CXX = @ac_ct_CXX@ -ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ -am__include = @am__include@ -am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build = @build@ -build_alias = @build_alias@ -build_cpu = @build_cpu@ -build_os = @build_os@ -build_vendor = @build_vendor@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host = @host@ -host_alias = @host_alias@ -host_cpu = @host_cpu@ -host_os = @host_os@ -host_vendor = @host_vendor@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target = @target@ -target_alias = @target_alias@ -target_cpu = @target_cpu@ -target_os = @target_os@ -target_vendor = @target_vendor@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -EXTRA_DIST = \ -List_of_common_misspellings.txt \ -Makefile.orig \ -prepare \ -README \ -test - -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/suggestiontest/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --gnu tests/suggestiontest/Makefile -.PRECIOUS: Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): - -mostlyclean-libtool: - -rm -f *.lo - -clean-libtool: - -rm -rf .libs _libs -tags: TAGS -TAGS: - -ctags: CTAGS -CTAGS: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic clean-libtool mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic mostlyclean-libtool - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic clean-libtool \ - distclean distclean-generic distclean-libtool distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am - - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/README b/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/README deleted file mode 100644 index c50e05cea..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/README +++ /dev/null @@ -1,16 +0,0 @@ -source of text data: Wikipedia -http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines - -For testing Hunspell you need the extended en_US dictionary with phonetic table: -http://hunspell.sourceforge.net/en_US.zip - -test: -make -f Makefile.orig - -test only with Hunspell: - -make -f Makefile.orig single - -test with different input file and dictionaries: - -INPUT=dutchlist.txt HUNSPELL=nl_NL ASPELL=nl make -f Makefile.orig diff --git a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/prepare b/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/prepare deleted file mode 100644 index a72d931b8..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/prepare +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash -# Check common misspellings -# input file format: -# word->word1, ... -# Source: http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines - -hunspell=../../src/tools/hunspell -hlang=${HUNSPELL:-en_US} -alang=${ASPELL:-en_US} -input=${INPUT:-List_of_common_misspellings.txt} - -# remove bad words recognised by Hunspell as good -cat $input | sed 's/[-]>/ /' | $hunspell -d $hlang -1 -L | - -# remove items with dash for Aspell -grep '^[^-]* ' | - -# remove spaces from end of lines -sed 's/ *$//' >$input.1 - -# remove bad words recognised by Aspell as good -cut -f 1 -d ' ' $input.1 | aspell -l $alang --list | -awk 'FILENAME=="-"{a[$1]=1;next}a[$1]{print$0}' - $input.1 | - -# change commas with tabs -sed 's/, */ /g' >$input.2 - -# remove lines with unrecognised suggestions (except suggestion with spaces) -cut -d ' ' -f 2- $input.2 | tr "\t" "\n" | grep -v ' ' >x.1 -cat x.1 | $hunspell -l -d $hlang >x.2 -cat x.1 | aspell -l $alang --list >>x.2 -cat x.2 | awk 'BEGIN{FS="\t"} -FILENAME=="-"{a[$1]=1;next}a[$2]!=1 && a[$3]!=1{print $0}' - $input.2 >$input.3 - -cut -f 1 -d ' ' $input.3 | aspell -l $alang -a | grep -v ^$ | sed -n '2,$p' | -sed 's/^.*: //;s/, / /g' >$input.4 - -cat $input.3 | $hunspell -d $hlang -a -1 | grep -v ^$ | sed -n '2,$p' | -sed 's/^.*: //;s/, / /g' >$input.5 - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/test b/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/test deleted file mode 100644 index 8e6c1cc1f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/suggestiontest/test +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -# Check common misspellings -# input file format: -# word->word1, ... -# Source: http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines - -input=${INPUT:-List_of_common_misspellings.txt} - -function check() { -cat $1 | awk 'BEGIN{maxord=0;FS="\t"}FILENAME=="-"{for (i=1; i<=NF; i++){a[NR,$(i)]=i};max=NR;next}{x1=a[NR-max,$2];x2=a[NR-max,$3];sug++;if($3)sug++;if (!x1&&!x2){mis2++;misrow=misrow"\n"$0};if(!x1||($3 && !x2))mis++;ord+=x1+x2;}END{ -print "Missed rows", misrow; -print "=======================================" -print maxord, "max. suggestion for a word"; -print max, "input rows"; -print mis2, "missing rows"; -print sug, "expected suggestions"; -print mis, "missing suggestions"; -print ord/(sug-mis), "average ranking"; -}' - $2 -} - -test -f $input.4 && check $input.4 $input.3 >result.aspell -check $input.5 $input.3 >result.hunspell -test -f result.aspell && tail -6 result.aspell -tail -6 result.hunspell diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.aff b/extensions/spellcheck/hunspell/tests/unit/data/sugutf.aff deleted file mode 100644 index 60294d24c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.aff +++ /dev/null @@ -1,15 +0,0 @@ -# new suggestion methods of Hunspell 1.5: -# capitalization: nasa -> NASA -# long swap: permenant -> permanent -# long mov: Ghandi -> Gandhi -# double two characters: vacacation -> vacation -# space with REP: "alot" -> "a lot" ("a lot" need to be in the dic file.) - -SET UTF-8 -# switch off ngram suggestion for testing -MAXNGRAMSUGS 0 -REP 1 -REP alot a_lot -KEY qwertzuiop|asdfghjkl|yxcvbnm|aq -WORDCHARS . -FORBIDDENWORD ? diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.dic b/extensions/spellcheck/hunspell/tests/unit/data/sugutf.dic deleted file mode 100644 index cf7c9aadb..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.dic +++ /dev/null @@ -1,11 +0,0 @@ -10 -NASA -Gandhi -grateful -permanent -vacation -a -lot -have -which -McDonald diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.sug b/extensions/spellcheck/hunspell/tests/unit/data/sugutf.sug deleted file mode 100644 index e277bdb77..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.sug +++ /dev/null @@ -1,12 +0,0 @@ -NASA -Gandhi -grateful -permanent -vacation -a lot, lot -permanent. Vacation -have -which -Gandhi -McDonald -permanent diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.test b/extensions/spellcheck/hunspell/tests/unit/data/sugutf.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.wrong b/extensions/spellcheck/hunspell/tests/unit/data/sugutf.wrong deleted file mode 100644 index 4d184d5a6..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/sugutf.wrong +++ /dev/null @@ -1,12 +0,0 @@ -nasa -Ghandi -greatful -permenant -vacacation -alot -permanent.Vacation -ahev -hwihc -GAndhi -Mcdonald -permqnent diff --git a/extensions/spellcheck/hunspell/tests/unit/data/test.sh b/extensions/spellcheck/hunspell/tests/unit/data/test.sh deleted file mode 100644 index c89ca9bf7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/test.sh +++ /dev/null @@ -1,111 +0,0 @@ -#!/bin/bash -export LC_ALL="C" - -function check_valgrind_log () { -if [ "$VALGRIND" != "" ]; then - if [ -f $TEMPDIR/test.pid* ]; then - log=`ls $TEMPDIR/test.pid*` - if ! grep -q 'ERROR SUMMARY: 0 error' $log; then - echo "Fail in $NAME $1 checking detected by Valgrind" - echo "$log Valgrind log file moved to $TEMPDIR/badlogs" - mv $log $TEMPDIR/badlogs - exit 1 - fi - if grep -q 'LEAK SUMMARY' $log; then - echo "Memory leak in $NAME $1 checking detected by Valgrind" - echo "$log Valgrind log file moved to $TEMPDIR/badlogs" - mv $log $TEMPDIR/badlogs - exit 1 - fi - rm -f $log - fi -fi -} - -TESTDIR=. -TEMPDIR=$TESTDIR/testSubDir -NAME="$1" -shift - -if [ ! -d $TEMPDIR ]; then - mkdir $TEMPDIR -fi - -shopt -s expand_aliases - -alias hunspell='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools/hunspell' -alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la ../src/tools/analyze' - -if [ "$VALGRIND" != "" ]; then - rm -f $TEMPDIR/test.pid* - if [ ! -d $TEMPDIR/badlogs ]; then - mkdir $TEMPDIR/badlogs - fi - - alias hunspell='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --tool=$VALGRIND --leak-check=yes --show-reachable=yes --log-file=$TEMPDIR/test.pid ../src/tools/hunspell' - alias analyze='../libtool --mode=execute -dlopen ../src/hunspell/.libs/libhunspell*.la valgrind --tool=$VALGRIND --leak-check=yes --show-reachable=yes --log-file=$TEMPDIR/test.pid ../src/tools/analyze' -fi - -# Tests good words -if test -f $TESTDIR/$NAME.good; then - hunspell -l $* -d $TESTDIR/$NAME <$TESTDIR/$NAME.good >$TEMPDIR/$NAME.good - if test -s $TEMPDIR/$NAME.good; then - echo "=============================================" - echo "Fail in $NAME.good. Good words recognised as wrong:" - cat $TEMPDIR/$NAME.good - rm -f $TEMPDIR/$NAME.good - exit 1 - fi - rm -f $TEMPDIR/$NAME.good -fi - -check_valgrind_log "good words" - -# Tests bad words -if test -f $TESTDIR/$NAME.wrong; then - hunspell -l $* -d $TESTDIR/$NAME <$TESTDIR/$NAME.wrong >$TEMPDIR/$NAME.wrong - tr -d ' ' <$TESTDIR/$NAME.wrong >$TEMPDIR/$NAME.wrong.detab - if ! cmp $TEMPDIR/$NAME.wrong $TEMPDIR/$NAME.wrong.detab >/dev/null; then - echo "=============================================" - echo "Fail in $NAME.wrong. Bad words recognised as good:" - tr -d ' ' <$TESTDIR/$NAME.wrong >$TEMPDIR/$NAME.wrong.detab - diff $TEMPDIR/$NAME.wrong.detab $TEMPDIR/$NAME.wrong | grep '^<' | sed 's/^..//' - rm -f $TEMPDIR/$NAME.wrong $TEMPDIR/$NAME.wrong.detab - exit 1 - fi - rm -f $TEMPDIR/$NAME.wrong $TEMPDIR/$NAME.wrong.detab -fi - -check_valgrind_log "bad words" - -# Tests morphological analysis -if test -f $TESTDIR/$NAME.morph; then - sed 's/ $//' $TESTDIR/$NAME.good >$TEMPDIR/$NAME.good - analyze $TESTDIR/$NAME.aff $TESTDIR/$NAME.dic $TEMPDIR/$NAME.good >$TEMPDIR/$NAME.morph - if ! cmp $TEMPDIR/$NAME.morph $TESTDIR/$NAME.morph >/dev/null; then - echo "=============================================" - echo "Fail in $NAME.morph. Bad analysis?" - diff $TESTDIR/$NAME.morph $TEMPDIR/$NAME.morph | grep '^<' | sed 's/^..//' - rm -f $TEMPDIR/$NAME.morph - exit 1 - fi - rm -f $TEMPDIR/$NAME.{morph,good} -fi - -check_valgrind_log "morphological analysis" - -# Tests suggestions -if test -f $TESTDIR/$NAME.sug; then - hunspell $* -a -d $TESTDIR/$NAME <$TESTDIR/$NAME.wrong | grep '^&' | \ - sed 's/^[^:]*: //' >$TEMPDIR/$NAME.sug - if ! cmp $TEMPDIR/$NAME.sug $TESTDIR/$NAME.sug >/dev/null; then - echo "=============================================" - echo "Fail in $NAME.sug. Bad suggestion?" - diff $TESTDIR/$NAME.sug $TEMPDIR/$NAME.sug - rm -f $TEMPDIR/$NAME.sug - exit 1 - fi - rm -f $TEMPDIR/$NAME.sug -fi - -check_valgrind_log "suggestion" diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.aff b/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.aff deleted file mode 100644 index f56998b9f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.aff +++ /dev/null @@ -1,3 +0,0 @@ -SET UTF-8 - -# removing byte order mark from affix file diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.dic b/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.dic deleted file mode 100644 index 8b10768e5..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -apéritif diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.good b/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.good deleted file mode 100644 index c344eaf5a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.good +++ /dev/null @@ -1,2 +0,0 @@ -apéritif -APÉRITIF diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.test b/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.test deleted file mode 100644 index 1d25699aa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 -1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.aff b/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.aff deleted file mode 100644 index 784935c84..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.aff +++ /dev/null @@ -1,3 +0,0 @@ -SET UTF-8 - -# removing byte order mark from dic file diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.dic b/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.dic deleted file mode 100644 index b763179a0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.dic +++ /dev/null @@ -1,2 +0,0 @@ -1 -apéritif diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.good b/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.good deleted file mode 100644 index c344eaf5a..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.good +++ /dev/null @@ -1,2 +0,0 @@ -apéritif -APÉRITIF diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.test b/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.test deleted file mode 100644 index 1d25699aa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-bom2.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 -1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.aff b/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.aff deleted file mode 100644 index 979e3c228..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.aff +++ /dev/null @@ -1 +0,0 @@ -SET UTF-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.dic b/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.dic deleted file mode 100644 index 4a040eeb0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.dic +++ /dev/null @@ -1,5 +0,0 @@ -4 # Old Persian numbers (1-4), source: Wikipedia -𐏑 -𐏒 -𐏒𐏑 -𐏒𐏒 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.good b/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.good deleted file mode 100644 index 9f989d339..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.good +++ /dev/null @@ -1,5 +0,0 @@ -𐏑 -𐏒 -𐏒𐏑 -𐏒𐏒 - diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.sug b/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.sug deleted file mode 100644 index bfe2a539f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.sug +++ /dev/null @@ -1,2 +0,0 @@ -𐏒𐏑, 𐏒𐏒 -𐏒𐏑, 𐏒𐏒 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.test b/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.test deleted file mode 100644 index 1d25699aa..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 -1 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.wrong b/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.wrong deleted file mode 100644 index d18dfa4c2..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8-nonbmp.wrong +++ /dev/null @@ -1,2 +0,0 @@ -𐏑𐏒𐏒 -𐏑𐏒𐏒 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8.aff b/extensions/spellcheck/hunspell/tests/unit/data/utf8.aff deleted file mode 100644 index e8934d71b..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8.aff +++ /dev/null @@ -1,10 +0,0 @@ -SET UTF-8 - -SFX A Y 7 -SFX A 0 őő . -SFX A 0 ő o -SFX A 0 ő ó -SFX A ó ő ó -SFX A ó őoo ó -SFX A o őo o -SFX A 0 ó [abcdó] diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8.dic b/extensions/spellcheck/hunspell/tests/unit/data/utf8.dic deleted file mode 100644 index e7cb34daf..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/A -foó/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8.good b/extensions/spellcheck/hunspell/tests/unit/data/utf8.good deleted file mode 100644 index 08aa4dadf..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8.good +++ /dev/null @@ -1,9 +0,0 @@ -foo -foó -fooőő -fooő -foóő -foő -foőo -foőoo -foóó diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utf8.test b/extensions/spellcheck/hunspell/tests/unit/data/utf8.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utf8.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.aff b/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.aff deleted file mode 100644 index 43506afa3..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.aff +++ /dev/null @@ -1,3 +0,0 @@ -SET UTF-8 -COMPOUNDMIN 3 -COMPOUNDFLAG A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.dic b/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.dic deleted file mode 100644 index ab90a1b70..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.dic +++ /dev/null @@ -1,9 +0,0 @@ -8 -foo/A -bar/A -fóó/A -áár/A -xy/A -yz/A -éé/A -őő/A diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.good b/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.good deleted file mode 100644 index 1a1a1b19c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.good +++ /dev/null @@ -1,5 +0,0 @@ -foobar -barfoo -foobarfoo -fóóáár -áárfóó diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.test b/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.test deleted file mode 100644 index cde7c5410..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME -i utf-8 diff --git a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.wrong b/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.wrong deleted file mode 100644 index fa385c1b0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/utfcompound.wrong +++ /dev/null @@ -1,7 +0,0 @@ -xyyz -fooxy -xyfoo -fooxybar -ééőő -fóóéé -őőáár diff --git a/extensions/spellcheck/hunspell/tests/unit/data/warn.aff b/extensions/spellcheck/hunspell/tests/unit/data/warn.aff deleted file mode 100644 index d586fa33e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/warn.aff +++ /dev/null @@ -1,13 +0,0 @@ -# WARN flag -# The signed word, and its suffixed forms result warning message in command-line - -#Use to forbid the words with flag WARN -#FORBIDWARN - -WARN W - -SFX A Y 1 -SFX A 0 s . - -REP 1 -REP foo bar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/warn.dic b/extensions/spellcheck/hunspell/tests/unit/data/warn.dic deleted file mode 100644 index d63f6047e..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/warn.dic +++ /dev/null @@ -1,3 +0,0 @@ -1 -foo/WA -bar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/warn.good b/extensions/spellcheck/hunspell/tests/unit/data/warn.good deleted file mode 100644 index 542f439a4..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/warn.good +++ /dev/null @@ -1,2 +0,0 @@ -foo -foos diff --git a/extensions/spellcheck/hunspell/tests/unit/data/warn.test b/extensions/spellcheck/hunspell/tests/unit/data/warn.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/warn.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.aff b/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.aff deleted file mode 100644 index fdb047b0c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.aff +++ /dev/null @@ -1,12 +0,0 @@ -PSEUDOROOT X -COMPOUNDFLAG Y - -SFX A Y 1 -SFX A 0 0 . > - -SFX B Y 1 -SFX B 0 0 . <ZERO>> - -SFX C Y 2 -SFX C 0 0/XAB . <ZERODERIV> -SFX C 0 baz/XAB . <DERIV> diff --git a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.dic b/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.dic deleted file mode 100644 index 72cba8d34..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.dic +++ /dev/null @@ -1,3 +0,0 @@ -2 -foo/XA <FOO -bar/XABC <BAR diff --git a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.good b/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.good deleted file mode 100644 index b1fb3ba5c..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.good +++ /dev/null @@ -1,3 +0,0 @@ -bar -foo -barbaz diff --git a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.morph b/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.morph deleted file mode 100644 index bcb788ad7..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.morph +++ /dev/null @@ -1,13 +0,0 @@ -> bar -analyze(bar) = st:bar <BAR <ZERO>> -analyze(bar) = st:bar <BAR > -analyze(bar) = st:bar <BAR <ZERODERIV> <ZERO>> -analyze(bar) = st:bar <BAR <ZERODERIV> > -stem(bar) = bar -> foo -analyze(foo) = st:foo <FOO > -stem(foo) = foo -> barbaz -analyze(barbaz) = st:bar <BAR <DERIV> <ZERO>> -analyze(barbaz) = st:bar <BAR <DERIV> > -stem(barbaz) = bar diff --git a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.test b/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.test deleted file mode 100644 index 7f4436906..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/data/zeroaffix.test +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -DIR="`dirname $0`" -NAME="`basename $0 .test`" -$DIR/test.sh $NAME diff --git a/extensions/spellcheck/hunspell/tests/unit/test_hunspell.js b/extensions/spellcheck/hunspell/tests/unit/test_hunspell.js deleted file mode 100644 index a67eeaec0..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/test_hunspell.js +++ /dev/null @@ -1,220 +0,0 @@ -/* Any copyright is dedicated to the Public Domain. - * http://creativecommons.org/publicdomain/zero/1.0/ - */ - -var Cc = Components.classes; -var Ci = Components.interfaces; - -const tests = [ - ["affixes", "iso-8859-1"], - ["condition", "iso-8859-1"], - ["condition-utf", "UTF-8"], - ["base", "iso-8859-1"], - ["base-utf", "UTF-8"], - ["allcaps", "iso-8859-1"], - ["allcaps-utf", "UTF-8"], - ["allcaps2", "iso-8859-1"], - ["allcaps3", "iso-8859-1"], - ["keepcase", "iso-8859-1"], - ["i58202", "iso-8859-1"], - ["map", "iso-8859-1"], - ["rep", "iso-8859-1"], - ["sug", "iso-8859-1"], - ["sugutf", "UTF-8"], - ["phone", "iso-8859-1"], - ["flag", "iso-8859-1"], - ["flaglong", "iso-8859-1"], - ["flagnum", "iso-8859-1"], - ["flagutf8", "UTF-8"], - ["slash", "iso-8859-1"], - ["forbiddenword", "iso-8859-1"], - ["nosuggest", "iso-8859-1"], - ["alias", "iso-8859-1"], - ["alias2", "iso-8859-1"], - ["alias3", "iso-8859-1"], - ["breakdefault", "iso-8859-1"], - ["break", "UTF-8"], - ["needaffix", "iso-8859-1"], - ["needaffix2", "iso-8859-1"], - ["needaffix3", "iso-8859-1"], - ["needaffix4", "iso-8859-1"], - ["needaffix5", "iso-8859-1"], - ["circumfix", "iso-8859-1"], - ["fogemorpheme", "iso-8859-1"], - ["onlyincompound", "iso-8859-1"], - ["complexprefixes", "iso-8859-1"], - ["complexprefixes2", "iso-8859-1"], - ["complexprefixesutf", "UTF-8"], - ["conditionalprefix", "iso-8859-1"], - ["zeroaffix", "iso-8859-1"], - ["utf8", "UTF-8"], - ["utf8-bom", "UTF-8", {1: "todo"}], - ["utf8-bom2", "UTF-8", {1: "todo"}], - ["utf8-nonbmp", "UTF-8", {1: "todo", 2: "todo", 3: "todo", 4: "todo"}], - ["compoundflag", "iso-8859-1"], - ["compoundrule", "iso-8859-1"], - ["compoundrule2", "iso-8859-1"], - ["compoundrule3", "iso-8859-1"], - ["compoundrule4", "iso-8859-1"], - ["compoundrule5", "UTF-8"], - ["compoundrule6", "iso-8859-1"], - ["compoundrule7", "iso-8859-1"], - ["compoundrule8", "iso-8859-1"], - ["compoundaffix", "iso-8859-1"], - ["compoundaffix2", "iso-8859-1"], - ["compoundaffix3", "iso-8859-1"], - ["checkcompounddup", "iso-8859-1"], - ["checkcompoundtriple", "iso-8859-1"], - ["simplifiedtriple", "iso-8859-1"], - ["checkcompoundrep", "iso-8859-1"], - ["checkcompoundcase2", "iso-8859-1"], - ["checkcompoundcaseutf", "UTF-8"], - ["checkcompoundpattern", "iso-8859-1"], - ["checkcompoundpattern2", "iso-8859-1"], - ["checkcompoundpattern3", "iso-8859-1"], - ["checkcompoundpattern4", "iso-8859-1"], - ["utfcompound", "UTF-8"], - ["checksharps", "iso-8859-1"], - ["checksharpsutf", "UTF-8"], - ["germancompounding", "iso-8859-1"], - ["germancompoundingold", "iso-8859-1"], - ["i35725", "iso-8859-1"], - ["i53643", "iso-8859-1"], - ["i54633", "iso-8859-1"], - ["i54980", "iso-8859-1", {1: "todo", 3: "todo"}], - ["maputf", "UTF-8"], - ["reputf", "UTF-8"], - ["ignore", "iso-8859-1"], - ["ignoreutf", "UTF-8", - {1: "todo", 2: "todo", 3: "todo", 4: "todo", 5: "todo", 6: "todo", - 7: "todo", 8: "todo"}], - ["1592880", "iso-8859-1"], - ["1695964", "iso-8859-1"], - ["1463589", "iso-8859-1"], - ["1463589-utf", "UTF-8"], - ["IJ", "iso-8859-1"], - ["i68568", "iso-8859-1"], - ["i68568utf", "UTF-8"], - ["1706659", "iso-8859-1"], - ["digits-in-words", "iso-8859-1"], -// ["colons-in-words", "iso-8859-1"], Suggestion test only - ["ngram-utf-fix", "UTF-8"], - ["morph", "us-ascii", - {11: "todo", 12: "todo", 13: "todo", 14: "todo", 15: "todo", 16: "todo", - 17: "todo", 18: "todo", 19: "todo", 20: "todo", 21: "todo", 22: "todo", - 23: "todo", 24: "todo", 25: "todo", 26: "todo", 27: "todo"}], - ["1975530", "UTF-8"], - ["fullstrip", "iso-8859-1"], - ["iconv", "UTF-8"], - ["oconv", "UTF-8"], - ["encoding", "iso-8859-1", {1: "todo", 3: "todo"}], - ["korean", "UTF-8"], - ["opentaal-forbiddenword1", "UTF-8"], - ["opentaal-forbiddenword2", "UTF-8"], - ["opentaal-keepcase", "UTF-8"], - ["arabic", "UTF-8"], - ["2970240", "iso-8859-1"], - ["2970242", "iso-8859-1"], - ["breakoff", "iso-8859-1"], - ["opentaal-cpdpat", "iso-8859-1"], - ["opentaal-cpdpat2", "iso-8859-1"], - ["2999225", "iso-8859-1"], - ["onlyincompound2", "iso-8859-1"], - ["forceucase", "iso-8859-1"], - ["warn", "iso-8859-1"] -]; - -function do_get_file_by_line(file, charset) { - dump("getting file by line for file " + file.path + "\n"); - dump("using charset " + charset +"\n"); - let fis = Cc["@mozilla.org/network/file-input-stream;1"]. - createInstance(Ci.nsIFileInputStream); - fis.init(file, 0x1 /* READONLY */, - 0o444, Ci.nsIFileInputStream.CLOSE_ON_EOF); - - let lis = Cc["@mozilla.org/intl/converter-input-stream;1"]. - createInstance(Ci.nsIConverterInputStream); - lis.init(fis, charset, 1024, 0); - lis.QueryInterface(Ci.nsIUnicharLineInputStream); - - var val = {}; - while (lis.readLine(val)) { - yield val.value; - val = {}; - } -} - -function do_run_test(checker, name, charset, todo_good, todo_bad) { - dump("\n\n\n\n"); - dump("running test for " + name + "\n"); - if (!checker) { - do_throw("Need spell checker here!"); - } - - let good = do_get_file("data/" + name + ".good", true); - let bad = do_get_file("data/" + name + ".wrong", true); - let sug = do_get_file("data/" + name + ".sug", true); - - dump("Need some expected output\n") - do_check_true(good.exists() || bad.exists() || sug.exists()); - - dump("Setting dictionary to " + name + "\n"); - checker.dictionary = name; - - if (good.exists()) { - var good_counter = 0; - for (val in do_get_file_by_line(good, charset)) { - let todo = false; - good_counter++; - if (todo_good && todo_good[good_counter]) { - todo = true; - dump("TODO\n"); - } - - dump("Expect word " + val + " is spelled correctly\n"); - if (todo) { - todo_check_true(checker.check(val)); - } else { - do_check_true(checker.check(val)); - } - } - } - - if (bad.exists()) { - var bad_counter = 0; - for (val in do_get_file_by_line(bad, charset)) { - let todo = false; - bad_counter++; - if (todo_bad && todo_bad[bad_counter]) { - todo = true; - dump("TODO\n"); - } - - dump("Expect word " + val + " is spelled wrong\n"); - if (todo) { - todo_check_false(checker.check(val)); - } else { - do_check_false(checker.check(val)); - } - } - } - - // XXXkhuey test suggestions -} - -function run_test() { - let spellChecker = Cc["@mozilla.org/spellchecker/engine;1"]. - getService(Ci.mozISpellCheckingEngine); - - do_check_true(!!spellChecker, "Should have a spell checker"); - spellChecker.QueryInterface(Ci.mozISpellCheckingEngine); - let testdir = do_get_file("data/", false); - spellChecker.loadDictionariesFromDir(testdir); - - function do_run_test_closure(test) { - [name, charset, todo_good, todo_bad] = test; - do_run_test(spellChecker, name, charset, todo_good, todo_bad); - } - - tests.forEach(do_run_test_closure); -} diff --git a/extensions/spellcheck/hunspell/tests/unit/xpcshell.ini b/extensions/spellcheck/hunspell/tests/unit/xpcshell.ini deleted file mode 100644 index 39e55e51f..000000000 --- a/extensions/spellcheck/hunspell/tests/unit/xpcshell.ini +++ /dev/null @@ -1,7 +0,0 @@ -[DEFAULT] -head = -tail = -skip-if = toolkit == 'android' -support-files = data/** - -[test_hunspell.js] diff --git a/extensions/spellcheck/idl/moz.build b/extensions/spellcheck/idl/moz.build deleted file mode 100644 index 0b3d914b1..000000000 --- a/extensions/spellcheck/idl/moz.build +++ /dev/null @@ -1,14 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -XPIDL_SOURCES += [ - 'mozIPersonalDictionary.idl', - 'mozISpellCheckingEngine.idl', - 'mozISpellI18NManager.idl', - 'mozISpellI18NUtil.idl', -] - -XPIDL_MODULE = 'spellchecker' - diff --git a/extensions/spellcheck/moz.build b/extensions/spellcheck/moz.build deleted file mode 100644 index 0fc2ff4d2..000000000 --- a/extensions/spellcheck/moz.build +++ /dev/null @@ -1,9 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -DIRS += ['idl', 'locales', 'hunspell', 'src'] - -MOCHITEST_CHROME_MANIFESTS += ['tests/chrome/chrome.ini'] -MOCHITEST_MANIFESTS += ['tests/mochitest/mochitest.ini'] diff --git a/extensions/spellcheck/src/moz.build b/extensions/spellcheck/src/moz.build deleted file mode 100644 index 82896715d..000000000 --- a/extensions/spellcheck/src/moz.build +++ /dev/null @@ -1,33 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -include('/ipc/chromium/chromium-config.mozbuild') -SOURCES += [ - 'mozEnglishWordUtils.cpp', - 'mozInlineSpellChecker.cpp', - 'mozInlineSpellWordUtil.cpp', - 'mozPersonalDictionary.cpp', - 'mozSpellChecker.cpp', - 'mozSpellCheckerFactory.cpp', - 'mozSpellI18NManager.cpp', -] - -FINAL_LIBRARY = 'xul' - -if CONFIG['MOZ_SYSTEM_HUNSPELL']: - CXXFLAGS += CONFIG['MOZ_HUNSPELL_CFLAGS'] -else: - LOCAL_INCLUDES += ['/libs/hunspell/src'] - -LOCAL_INCLUDES += [ - '../hunspell/glue', - '/dom/base', -] -EXPORTS.mozilla += [ - 'mozSpellChecker.h', -] - -if CONFIG['GNU_CXX']: - CXXFLAGS += ['-Wno-error=shadow'] diff --git a/extensions/spellcheck/tests/chrome/base/base_utf.aff b/extensions/spellcheck/tests/chrome/base/base_utf.aff deleted file mode 100644 index 493157b30..000000000 --- a/extensions/spellcheck/tests/chrome/base/base_utf.aff +++ /dev/null @@ -1,198 +0,0 @@ -# OpenOffice.org’s en_US.aff file -# with Unicode apostrophe: ’ - -SET UTF-8 -TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ' - -MAXNGRAMSUGS 1 -WORDCHARS .'’ - -PFX A Y 1 -PFX A 0 re . - -PFX I Y 1 -PFX I 0 in . - -PFX U Y 1 -PFX U 0 un . - -PFX C Y 1 -PFX C 0 de . - -PFX E Y 1 -PFX E 0 dis . - -PFX F Y 1 -PFX F 0 con . - -PFX K Y 1 -PFX K 0 pro . - -SFX V N 2 -SFX V e ive e -SFX V 0 ive [^e] - -SFX N Y 3 -SFX N e ion e -SFX N y ication y -SFX N 0 en [^ey] - -SFX X Y 3 -SFX X e ions e -SFX X y ications y -SFX X 0 ens [^ey] - -SFX H N 2 -SFX H y ieth y -SFX H 0 th [^y] - -SFX Y Y 1 -SFX Y 0 ly . - -SFX G Y 2 -SFX G e ing e -SFX G 0 ing [^e] - -SFX J Y 2 -SFX J e ings e -SFX J 0 ings [^e] - -SFX D Y 4 -SFX D 0 d e -SFX D y ied [^aeiou]y -SFX D 0 ed [^ey] -SFX D 0 ed [aeiou]y - -SFX T N 4 -SFX T 0 st e -SFX T y iest [^aeiou]y -SFX T 0 est [aeiou]y -SFX T 0 est [^ey] - -SFX R Y 4 -SFX R 0 r e -SFX R y ier [^aeiou]y -SFX R 0 er [aeiou]y -SFX R 0 er [^ey] - -SFX Z Y 4 -SFX Z 0 rs e -SFX Z y iers [^aeiou]y -SFX Z 0 ers [aeiou]y -SFX Z 0 ers [^ey] - -SFX S Y 4 -SFX S y ies [^aeiou]y -SFX S 0 s [aeiou]y -SFX S 0 es [sxzh] -SFX S 0 s [^sxzhy] - -SFX P Y 3 -SFX P y iness [^aeiou]y -SFX P 0 ness [aeiou]y -SFX P 0 ness [^y] - -SFX M Y 1 -SFX M 0 's . - -SFX B Y 3 -SFX B 0 able [^aeiou] -SFX B 0 able ee -SFX B e able [^aeiou]e - -SFX L Y 1 -SFX L 0 ment . - -REP 88 -REP a ei -REP ei a -REP a ey -REP ey a -REP ai ie -REP ie ai -REP are air -REP are ear -REP are eir -REP air are -REP air ere -REP ere air -REP ere ear -REP ere eir -REP ear are -REP ear air -REP ear ere -REP eir are -REP eir ere -REP ch te -REP te ch -REP ch ti -REP ti ch -REP ch tu -REP tu ch -REP ch s -REP s ch -REP ch k -REP k ch -REP f ph -REP ph f -REP gh f -REP f gh -REP i igh -REP igh i -REP i uy -REP uy i -REP i ee -REP ee i -REP j di -REP di j -REP j gg -REP gg j -REP j ge -REP ge j -REP s ti -REP ti s -REP s ci -REP ci s -REP k cc -REP cc k -REP k qu -REP qu k -REP kw qu -REP o eau -REP eau o -REP o ew -REP ew o -REP oo ew -REP ew oo -REP ew ui -REP ui ew -REP oo ui -REP ui oo -REP ew u -REP u ew -REP oo u -REP u oo -REP u oe -REP oe u -REP u ieu -REP ieu u -REP ue ew -REP ew ue -REP uff ough -REP oo ieu -REP ieu oo -REP ier ear -REP ear ier -REP ear air -REP air ear -REP w qu -REP qu w -REP z ss -REP ss z -REP shun tion -REP shun sion -REP shun cion -McDonalds’sá/w -McDonald’sszá/g3) st:McDonaldâs po:noun_prs is:TRANS -McDonald’sszal/g4) st:McDonaldâs po:noun_prs is:INSTR -McDonald’ssal/w diff --git a/extensions/spellcheck/tests/chrome/base/base_utf.dic b/extensions/spellcheck/tests/chrome/base/base_utf.dic deleted file mode 100644 index b2b536d28..000000000 --- a/extensions/spellcheck/tests/chrome/base/base_utf.dic +++ /dev/null @@ -1,29 +0,0 @@ -28 -created/U -create/XKVNGADS -imply/GNSDX -natural/PUY -like/USPBY -convey/BDGS -look/GZRDS -text -hello -said -sawyer -NASA -rotten -day -tomorrow -seven -FAQ/SM -can’t -doesn’t -etc -won’t -lip -text -horrifying -speech -suggest -uncreate/V -Hunspell diff --git a/extensions/spellcheck/tests/chrome/chrome.ini b/extensions/spellcheck/tests/chrome/chrome.ini deleted file mode 100644 index cdd20b9cd..000000000 --- a/extensions/spellcheck/tests/chrome/chrome.ini +++ /dev/null @@ -1,9 +0,0 @@ -[DEFAULT] -skip-if = os == 'android' - -[test_add_remove_dictionaries.xul] -support-files = - base/base_utf.dic - base/base_utf.aff - map/maputf.dic - map/maputf.aff diff --git a/extensions/spellcheck/tests/chrome/map/maputf.aff b/extensions/spellcheck/tests/chrome/map/maputf.aff deleted file mode 100644 index 30edb2a78..000000000 --- a/extensions/spellcheck/tests/chrome/map/maputf.aff +++ /dev/null @@ -1,11 +0,0 @@ -# With MAP suggestion, Hunspell can add missing accents to a word. - -SET UTF-8 - -# switch off ngram suggestion for testing -MAXNGRAMSUGS 0 - -MAP 3 -MAP uúü -MAP öóo -MAP ß(ss) diff --git a/extensions/spellcheck/tests/chrome/map/maputf.dic b/extensions/spellcheck/tests/chrome/map/maputf.dic deleted file mode 100644 index 1c6fa8d05..000000000 --- a/extensions/spellcheck/tests/chrome/map/maputf.dic +++ /dev/null @@ -1,4 +0,0 @@ -3 -Frühstück -tükörfúró -groß diff --git a/extensions/spellcheck/tests/chrome/test_add_remove_dictionaries.xul b/extensions/spellcheck/tests/chrome/test_add_remove_dictionaries.xul deleted file mode 100644 index 661eaccff..000000000 --- a/extensions/spellcheck/tests/chrome/test_add_remove_dictionaries.xul +++ /dev/null @@ -1,129 +0,0 @@ -<?xml version="1.0"?> -<?xml-stylesheet href="chrome://global/skin" type="text/css"?> - -<window title="Add and remove dictionaries test" - xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" - onload="RunTest();"> - - <script type="application/javascript" - src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/> - - <!-- test results are displayed in the html:body --> - <body xmlns="http://www.w3.org/1999/xhtml"> - </body> - - <script type="application/javascript"> - <![CDATA[ -SimpleTest.waitForExplicitFinish(); - -function getMisspelledWords(editor) { - return editor.selectionController.getSelection(Components.interfaces.nsISelectionController.SELECTION_SPELLCHECK).toString(); -} - -function getDictionaryList(editor) { - var spellchecker = editor.getInlineSpellChecker(true).spellChecker; - var o1 = {}; - spellchecker.GetDictionaryList(o1, {}); - return o1.value; -} - -function getCurrentDictionary(editor) { - var spellchecker = editor.getInlineSpellChecker(true).spellChecker; - return spellchecker.GetCurrentDictionary(); -} - -function setCurrentDictionary(editor, dictionary) { - var spellchecker = editor.getInlineSpellChecker(true).spellChecker; - spellchecker.SetCurrentDictionary(dictionary); -} - -function RunTest() { - var textbox = document.getElementById('textbox'); - textbox.focus(); - var editor = textbox.editor; - - var dir = Components.classes["@mozilla.org/file/directory_service;1"]. - getService(Components.interfaces.nsIProperties). - get("CurWorkD", Components.interfaces.nsIFile); - dir.append("chrome"); - dir.append("extensions"); - dir.append("spellcheck"); - dir.append("tests"); - dir.append("chrome"); - - var hunspell = Components - .classes["@mozilla.org/spellchecker/engine;1"] - .getService(Components.interfaces.mozISpellCheckingEngine); - - // install base dictionary - var base = dir.clone(); - base.append("base"); - ok(base.exists()); - hunspell.addDirectory(base); - - // install map dictionary - var map = dir.clone(); - map.append("map"); - ok(map.exists()); - hunspell.addDirectory(map); - - Components.utils.import("resource://gre/modules/AsyncSpellCheckTestHelper.jsm"); - onSpellCheck(textbox, function () { - - // test that base and map dictionaries are available - var dicts = getDictionaryList(editor); - isnot(dicts.indexOf("base-utf"), -1, "base is available"); - isnot(dicts.indexOf("maputf"), -1, "map is available"); - - // select base dictionary - setCurrentDictionary(editor, "base-utf"); - - onSpellCheck(textbox, function () { - // test that base dictionary is in use - is(getMisspelledWords(editor), "Frühstück" + "qwertyu", "base misspellings"); - is(getCurrentDictionary(editor), "base-utf", "current dictionary"); - - // select map dictionary - setCurrentDictionary(editor, "maputf"); - - // Focus again, so the spelling gets updated. - textbox.blur(); - textbox.focus(); - - onSpellCheck(textbox, function () { - // test that map dictionary is in use - is(getMisspelledWords(editor), "created" + "imply" + "tomorrow" + "qwertyu", "map misspellings (1)"); - is(getCurrentDictionary(editor), "maputf", "current dictionary"); - - // uninstall map dictionary - hunspell.removeDirectory(map); - - // Focus again, so the spelling gets updated. - textbox.blur(); - textbox.focus(); - - onSpellCheck(textbox, function () { - // test that map dictionary is not in use - isnot(getMisspelledWords(editor), "created" + "imply" + "tomorrow" + "qwertyu", "map misspellings (2)"); - isnot(getCurrentDictionary(editor), "maputf", "current dictionary"); - - // test that base dictionary is available and map dictionary is unavailable - var dicts = getDictionaryList(editor); - isnot(dicts.indexOf("base-utf"), -1, "base is available"); - is(dicts.indexOf("maputf"), -1, "map is unavailable"); - - // uninstall base dictionary - hunspell.removeDirectory(base); - - onSpellCheck(textbox, function () { - SimpleTest.finish(); - }); - }); - }); - }); - }); -} - ]]> - </script> - <textbox id="textbox" spellcheck="true" value="created imply Frühstück tomorrow qwertyu"/> -</window> diff --git a/extensions/spellcheck/tests/mochitest/helper_bug1170484.js b/extensions/spellcheck/tests/mochitest/helper_bug1170484.js deleted file mode 100644 index 0a26448ee..000000000 --- a/extensions/spellcheck/tests/mochitest/helper_bug1170484.js +++ /dev/null @@ -1,15 +0,0 @@ -var Cu = Components.utils; -var Ci = Components.interfaces; - -Cu.import("resource://gre/modules/Services.jsm"); - -// Chrome scripts are run with synchronous messages, so make sure we're completely -// decoupled from the content process before doing this work. -Cu.dispatch(function() { - let chromeWin = Services.ww.activeWindow.QueryInterface(Ci.nsIDOMChromeWindow); - contextMenu = chromeWin.document.getElementById("contentAreaContextMenu"); - var suggestion = contextMenu.querySelector(".spell-suggestion"); - suggestion.doCommand(); - contextMenu.hidePopup(); - sendAsyncMessage("spellingCorrected"); -}); diff --git a/extensions/spellcheck/tests/mochitest/mochitest.ini b/extensions/spellcheck/tests/mochitest/mochitest.ini deleted file mode 100644 index 4bf02b253..000000000 --- a/extensions/spellcheck/tests/mochitest/mochitest.ini +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] -skip-if = os == 'android' - -[test_bug1170484.html] -support-files = helper_bug1170484.js -skip-if = os == 'linux' #Bug 1202570 diff --git a/extensions/spellcheck/tests/mochitest/test_bug1170484.html b/extensions/spellcheck/tests/mochitest/test_bug1170484.html deleted file mode 100644 index bdfb39f18..000000000 --- a/extensions/spellcheck/tests/mochitest/test_bug1170484.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML> -<html> -<!-- -https://bugzilla.mozilla.org/show_bug.cgi?id=1170484 ---> -<head> - <meta charset="utf-8"> - <title>Test for Bug 1170484</title> - <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> - <script type="application/javascript" src="/tests/SimpleTest/EventUtils.js"></script> - <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> - <script type="application/javascript"> - - /** Test for Bug 1170484 **/ - SimpleTest.waitForExplicitFinish(); - SpecialPowers.Cu.import("resource://gre/modules/AsyncSpellCheckTestHelper.jsm", window); - - SimpleTest.waitForFocus(doTest, window); - function doTest() { - var mutations = 0; - var observer = new MutationObserver(() => { mutations++; }); - observer.observe($('area'), { childList: true, characterData: true, characterDataOldValue: true, subtree: true }); - var inputEvents = 0; - $('area').addEventListener('input', () => ++inputEvents); - - // Clicking the contentEditable during onload doesn't seem to do anything. - // Not sure why, but postponing through the event loop seems to be enough. - SimpleTest.executeSoon(function() { - synthesizeMouseAtCenter($('misspelled'), {}, window); - onSpellCheck($('area'), function() { - synthesizeMouseAtCenter($('misspelled'), {type: 'contextmenu'}, window); - var mm = SpecialPowers.loadChromeScript(SimpleTest.getTestFileURL('helper_bug1170484.js')) - info("Loaded chrome script"); - mm.addMessageListener('spellingCorrected', function() { - is($('area').textContent, 'testing spellcheck', "Spelling corrected properly"); - is(mutations, 1, "Got correct number of mutations"); - is(inputEvents, 1, "Got correct number of input events"); - SimpleTest.finish(); - }); - }); - }); - } - - </script> -</head> -<body> -<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1170484">Mozilla Bug 1170484</a> -<p id="display"></p> -<div id="content" style="display: none"> - -</div> -<pre id="test"> - <div id="area" contenteditable="true">testing <span id="misspelled">spellechek</span></div> -</pre> -</body> -</html> diff --git a/intl/moz.build b/intl/moz.build index 1f96efef6..82503d2d8 100644 --- a/intl/moz.build +++ b/intl/moz.build @@ -14,6 +14,9 @@ DIRS += [ 'unicharutil', ] +if CONFIG['MOZ_SPELLCHECK']: + DIRS += ['spellcheck'] + if CONFIG['MOZ_UNIVERSALCHARDET']: DIRS += ['universalchardet'] diff --git a/extensions/spellcheck/locales/Makefile.in b/intl/spellcheck/locales/Makefile.in index 4cd2a4204..4cd2a4204 100644 --- a/extensions/spellcheck/locales/Makefile.in +++ b/intl/spellcheck/locales/Makefile.in diff --git a/extensions/spellcheck/locales/en-US/hunspell/README_en_US.txt b/intl/spellcheck/locales/en-US/hunspell/README_en_US.txt index aac24438b..aac24438b 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/README_en_US.txt +++ b/intl/spellcheck/locales/en-US/hunspell/README_en_US.txt diff --git a/extensions/spellcheck/locales/en-US/hunspell/README_mozilla.txt b/intl/spellcheck/locales/en-US/hunspell/README_mozilla.txt index 27be3d7b6..27be3d7b6 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/README_mozilla.txt +++ b/intl/spellcheck/locales/en-US/hunspell/README_mozilla.txt diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-added b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-added index becb8c0d3..becb8c0d3 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-added +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-added diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-removed b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-removed index 50f550e0a..50f550e0a 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-removed +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-removed diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-specific b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-specific index 790dc8084..790dc8084 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-specific +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/5-mozilla-specific diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/README b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/README index e1cc0590f..e1cc0590f 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/README +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/README diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/edit-dictionary b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/edit-dictionary index ad77e47fd..ad77e47fd 100755..100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/edit-dictionary +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/edit-dictionary diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/install-new-dict b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/install-new-dict index 24492cad2..24492cad2 100755..100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/install-new-dict +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/install-new-dict diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/make-new-dict b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/make-new-dict index 012b9154e..012b9154e 100755..100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/make-new-dict +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/make-new-dict diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/mozilla-specific.txt b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/mozilla-specific.txt index 800541ba8..800541ba8 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/mozilla-specific.txt +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/mozilla-specific.txt diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/README_en_US-custom.txt b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/README_en_US-custom.txt index a0cb8582f..a0cb8582f 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/README_en_US-custom.txt +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/README_en_US-custom.txt diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/en_US-custom.aff b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/en_US-custom.aff index d0cccb3dc..d0cccb3dc 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/en_US-custom.aff +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/en_US-custom.aff diff --git a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/en_US-custom.dic b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/en_US-custom.dic index 8f5bb763a..8f5bb763a 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/en_US-custom.dic +++ b/intl/spellcheck/locales/en-US/hunspell/dictionary-sources/orig/en_US-custom.dic diff --git a/extensions/spellcheck/locales/en-US/hunspell/en-US.aff b/intl/spellcheck/locales/en-US/hunspell/en-US.aff index 900aae609..900aae609 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/en-US.aff +++ b/intl/spellcheck/locales/en-US/hunspell/en-US.aff diff --git a/extensions/spellcheck/locales/en-US/hunspell/en-US.dic b/intl/spellcheck/locales/en-US/hunspell/en-US.dic index cd9fe9964..cd9fe9964 100644 --- a/extensions/spellcheck/locales/en-US/hunspell/en-US.dic +++ b/intl/spellcheck/locales/en-US/hunspell/en-US.dic diff --git a/extensions/spellcheck/locales/moz.build b/intl/spellcheck/locales/moz.build index 83ed8d9d9..83ed8d9d9 100644 --- a/extensions/spellcheck/locales/moz.build +++ b/intl/spellcheck/locales/moz.build diff --git a/intl/spellcheck/moz.build b/intl/spellcheck/moz.build new file mode 100644 index 000000000..08dfa62c4 --- /dev/null +++ b/intl/spellcheck/moz.build @@ -0,0 +1,49 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +include('/ipc/chromium/chromium-config.mozbuild') + +XPIDL_SOURCES += [ + 'public/mozIPersonalDictionary.idl', + 'public/mozISpellCheckingEngine.idl', + 'public/mozISpellI18NManager.idl', + 'public/mozISpellI18NUtil.idl', +] + +IPDL_SOURCES = ['public/PRemoteSpellcheckEngine.ipdl'] + +EXPORTS.mozilla += [ + 'src/mozSpellChecker.h', + 'src/RemoteSpellCheckEngineChild.h', + 'src/RemoteSpellCheckEngineParent.h', +] + +SOURCES += [ + 'src/mozEnglishWordUtils.cpp', + 'src/mozHunspell.cpp', + 'src/mozHunspellDirProvider.cpp', + 'src/mozInlineSpellChecker.cpp', + 'src/mozInlineSpellWordUtil.cpp', + 'src/mozPersonalDictionary.cpp', + 'src/mozSpellChecker.cpp', + 'src/mozSpellCheckerFactory.cpp', + 'src/mozSpellI18NManager.cpp', + 'src/RemoteSpellCheckEngineChild.cpp', + 'src/RemoteSpellCheckEngineParent.cpp', +] + +LOCAL_INCLUDES += ['/dom/base'] + +if CONFIG['MOZ_SYSTEM_HUNSPELL']: + CXXFLAGS += CONFIG['MOZ_HUNSPELL_CFLAGS'] +else: + LOCAL_INCLUDES += ['/libs/hunspell/src'] + DEFINES['HUNSPELL_STATIC'] = True + +if CONFIG['GNU_CXX']: + CXXFLAGS += ['-Wno-error=shadow'] + +XPIDL_MODULE = 'spellchecker' +FINAL_LIBRARY = 'xul'
\ No newline at end of file diff --git a/extensions/spellcheck/hunspell/glue/PRemoteSpellcheckEngine.ipdl b/intl/spellcheck/public/PRemoteSpellcheckEngine.ipdl index 7fd918364..7fd918364 100644 --- a/extensions/spellcheck/hunspell/glue/PRemoteSpellcheckEngine.ipdl +++ b/intl/spellcheck/public/PRemoteSpellcheckEngine.ipdl diff --git a/extensions/spellcheck/idl/mozIPersonalDictionary.idl b/intl/spellcheck/public/mozIPersonalDictionary.idl index ce3bf3cb2..ce3bf3cb2 100644 --- a/extensions/spellcheck/idl/mozIPersonalDictionary.idl +++ b/intl/spellcheck/public/mozIPersonalDictionary.idl diff --git a/extensions/spellcheck/idl/mozISpellCheckingEngine.idl b/intl/spellcheck/public/mozISpellCheckingEngine.idl index 95784b141..95784b141 100644 --- a/extensions/spellcheck/idl/mozISpellCheckingEngine.idl +++ b/intl/spellcheck/public/mozISpellCheckingEngine.idl diff --git a/extensions/spellcheck/idl/mozISpellI18NManager.idl b/intl/spellcheck/public/mozISpellI18NManager.idl index b702608a9..b702608a9 100644 --- a/extensions/spellcheck/idl/mozISpellI18NManager.idl +++ b/intl/spellcheck/public/mozISpellI18NManager.idl diff --git a/extensions/spellcheck/idl/mozISpellI18NUtil.idl b/intl/spellcheck/public/mozISpellI18NUtil.idl index 17d9ec234..17d9ec234 100644 --- a/extensions/spellcheck/idl/mozISpellI18NUtil.idl +++ b/intl/spellcheck/public/mozISpellI18NUtil.idl diff --git a/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.cpp b/intl/spellcheck/src/RemoteSpellCheckEngineChild.cpp index dadfb2963..dadfb2963 100644 --- a/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.cpp +++ b/intl/spellcheck/src/RemoteSpellCheckEngineChild.cpp diff --git a/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.h b/intl/spellcheck/src/RemoteSpellCheckEngineChild.h index 2cc40ce1f..2cc40ce1f 100644 --- a/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.h +++ b/intl/spellcheck/src/RemoteSpellCheckEngineChild.h diff --git a/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineParent.cpp b/intl/spellcheck/src/RemoteSpellCheckEngineParent.cpp index e7c49be87..e7c49be87 100644 --- a/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineParent.cpp +++ b/intl/spellcheck/src/RemoteSpellCheckEngineParent.cpp diff --git a/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineParent.h b/intl/spellcheck/src/RemoteSpellCheckEngineParent.h index c0bb51139..c0bb51139 100644 --- a/extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineParent.h +++ b/intl/spellcheck/src/RemoteSpellCheckEngineParent.h diff --git a/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h b/intl/spellcheck/src/hunspell_alloc_hooks.h index 729e66b8e..729e66b8e 100644 --- a/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h +++ b/intl/spellcheck/src/hunspell_alloc_hooks.h diff --git a/extensions/spellcheck/hunspell/glue/hunspell_fopen_hooks.h b/intl/spellcheck/src/hunspell_fopen_hooks.h index a841567b9..a841567b9 100644 --- a/extensions/spellcheck/hunspell/glue/hunspell_fopen_hooks.h +++ b/intl/spellcheck/src/hunspell_fopen_hooks.h diff --git a/extensions/spellcheck/src/mozEnglishWordUtils.cpp b/intl/spellcheck/src/mozEnglishWordUtils.cpp index 671b22c16..671b22c16 100644 --- a/extensions/spellcheck/src/mozEnglishWordUtils.cpp +++ b/intl/spellcheck/src/mozEnglishWordUtils.cpp diff --git a/extensions/spellcheck/src/mozEnglishWordUtils.h b/intl/spellcheck/src/mozEnglishWordUtils.h index 0bc3ddfba..0bc3ddfba 100644 --- a/extensions/spellcheck/src/mozEnglishWordUtils.h +++ b/intl/spellcheck/src/mozEnglishWordUtils.h diff --git a/extensions/spellcheck/hunspell/glue/mozHunspell.cpp b/intl/spellcheck/src/mozHunspell.cpp index de3fc4126..de3fc4126 100644 --- a/extensions/spellcheck/hunspell/glue/mozHunspell.cpp +++ b/intl/spellcheck/src/mozHunspell.cpp diff --git a/extensions/spellcheck/hunspell/glue/mozHunspell.h b/intl/spellcheck/src/mozHunspell.h index 01ef741aa..01ef741aa 100644 --- a/extensions/spellcheck/hunspell/glue/mozHunspell.h +++ b/intl/spellcheck/src/mozHunspell.h diff --git a/extensions/spellcheck/hunspell/glue/mozHunspellAllocator.h b/intl/spellcheck/src/mozHunspellAllocator.h index db38119ee..db38119ee 100644 --- a/extensions/spellcheck/hunspell/glue/mozHunspellAllocator.h +++ b/intl/spellcheck/src/mozHunspellAllocator.h diff --git a/extensions/spellcheck/hunspell/glue/mozHunspellDirProvider.cpp b/intl/spellcheck/src/mozHunspellDirProvider.cpp index 00758b0c3..00758b0c3 100644 --- a/extensions/spellcheck/hunspell/glue/mozHunspellDirProvider.cpp +++ b/intl/spellcheck/src/mozHunspellDirProvider.cpp diff --git a/extensions/spellcheck/hunspell/glue/mozHunspellDirProvider.h b/intl/spellcheck/src/mozHunspellDirProvider.h index 60ab23be8..60ab23be8 100644 --- a/extensions/spellcheck/hunspell/glue/mozHunspellDirProvider.h +++ b/intl/spellcheck/src/mozHunspellDirProvider.h diff --git a/extensions/spellcheck/src/mozInlineSpellChecker.cpp b/intl/spellcheck/src/mozInlineSpellChecker.cpp index 6ca17885d..6ca17885d 100644 --- a/extensions/spellcheck/src/mozInlineSpellChecker.cpp +++ b/intl/spellcheck/src/mozInlineSpellChecker.cpp diff --git a/extensions/spellcheck/src/mozInlineSpellChecker.h b/intl/spellcheck/src/mozInlineSpellChecker.h index 52261f22b..52261f22b 100644 --- a/extensions/spellcheck/src/mozInlineSpellChecker.h +++ b/intl/spellcheck/src/mozInlineSpellChecker.h diff --git a/extensions/spellcheck/src/mozInlineSpellWordUtil.cpp b/intl/spellcheck/src/mozInlineSpellWordUtil.cpp index 460ac46b8..460ac46b8 100644 --- a/extensions/spellcheck/src/mozInlineSpellWordUtil.cpp +++ b/intl/spellcheck/src/mozInlineSpellWordUtil.cpp diff --git a/extensions/spellcheck/src/mozInlineSpellWordUtil.h b/intl/spellcheck/src/mozInlineSpellWordUtil.h index b28d24ae5..b28d24ae5 100644 --- a/extensions/spellcheck/src/mozInlineSpellWordUtil.h +++ b/intl/spellcheck/src/mozInlineSpellWordUtil.h diff --git a/extensions/spellcheck/src/mozPersonalDictionary.cpp b/intl/spellcheck/src/mozPersonalDictionary.cpp index efaf14356..efaf14356 100644 --- a/extensions/spellcheck/src/mozPersonalDictionary.cpp +++ b/intl/spellcheck/src/mozPersonalDictionary.cpp diff --git a/extensions/spellcheck/src/mozPersonalDictionary.h b/intl/spellcheck/src/mozPersonalDictionary.h index 1a9f082d0..1a9f082d0 100644 --- a/extensions/spellcheck/src/mozPersonalDictionary.h +++ b/intl/spellcheck/src/mozPersonalDictionary.h diff --git a/extensions/spellcheck/src/mozSpellChecker.cpp b/intl/spellcheck/src/mozSpellChecker.cpp index 0b9c7ff38..0b9c7ff38 100644 --- a/extensions/spellcheck/src/mozSpellChecker.cpp +++ b/intl/spellcheck/src/mozSpellChecker.cpp diff --git a/extensions/spellcheck/src/mozSpellChecker.h b/intl/spellcheck/src/mozSpellChecker.h index 883dee38d..883dee38d 100644 --- a/extensions/spellcheck/src/mozSpellChecker.h +++ b/intl/spellcheck/src/mozSpellChecker.h diff --git a/extensions/spellcheck/src/mozSpellCheckerFactory.cpp b/intl/spellcheck/src/mozSpellCheckerFactory.cpp index 301f5d284..301f5d284 100644 --- a/extensions/spellcheck/src/mozSpellCheckerFactory.cpp +++ b/intl/spellcheck/src/mozSpellCheckerFactory.cpp diff --git a/extensions/spellcheck/src/mozSpellI18NManager.cpp b/intl/spellcheck/src/mozSpellI18NManager.cpp index 7b77e707e..7b77e707e 100644 --- a/extensions/spellcheck/src/mozSpellI18NManager.cpp +++ b/intl/spellcheck/src/mozSpellI18NManager.cpp diff --git a/extensions/spellcheck/src/mozSpellI18NManager.h b/intl/spellcheck/src/mozSpellI18NManager.h index 3f075f69c..3f075f69c 100644 --- a/extensions/spellcheck/src/mozSpellI18NManager.h +++ b/intl/spellcheck/src/mozSpellI18NManager.h diff --git a/libs/hunspell/moz.build b/libs/hunspell/moz.build index 4f983858e..2f83e6214 100644 --- a/libs/hunspell/moz.build +++ b/libs/hunspell/moz.build @@ -18,7 +18,7 @@ SOURCES += [ 'src/suggestmgr.cxx', ] -LOCAL_INCLUDES += ['/extensions/spellcheck/hunspell/glue'] +LOCAL_INCLUDES += ['/intl/spellcheck/src'] # This variable is referenced in configure.in. Make sure to change that file # too if you need to change this variable. diff --git a/system/toolkit.mozbuild b/system/toolkit.mozbuild index 4192f8541..a339e9868 100644 --- a/system/toolkit.mozbuild +++ b/system/toolkit.mozbuild @@ -53,9 +53,6 @@ DIRS += [ '/tools/memory-profiler', ] -if CONFIG['MOZ_SPELLCHECK']: - DIRS += ['/extensions/spellcheck'] - DIRS += ['/toolkit'] DIRS += ['/services'] |