Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
segabor committed Sep 1, 2013
1 parent d1127cb commit eb75be5
Show file tree
Hide file tree
Showing 5 changed files with 137,558 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require 'rake/testtask'

Rake::TestTask.new do |t|
t.libs << 'test'
end

desc "Run tests"
task :default => :test
37 changes: 37 additions & 0 deletions test/dict/README_hu_HU.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Magyar Ispell helyesírási szótár – 1.6.1-es szótárállományok morfológiai adatokkal

Követelmény: Hunspell helyesírás-ellenőrző 1.1.3-as vagy újabb változata

A következő nyílt forráskódú licencek bármelyike alapján
szabadon felhasználható, de mindenféle garancia nélkül:

GNU GPL 2.0, GNU LGPL 2.1 vagy MPL 1.1

(c) Németh László és Godó Ferenc, 2010

Honlap: http://magyarispell.sf.net

------------------------------------------------------------------------------

Hungarian Hunspell dictionaries version 1.6.1 with morphological data

Requirements: Hunspell 1.1.3 or newer

License

GPL 2.0/LGPL 2.1/MPL 1.1 tri-license

The contents of this software may be used under the terms of
the GNU General Public License Version 2 or later (the "GPL"), or
the GNU Lesser General Public License Version 2.1 or later (the "LGPL",
see COPYING.LGPL) or (excepting the LGPLed GNU gettext library in the
intl/ directory) the Mozilla Public License Version 1.1 or later
(the "MPL", see COPYING.MPL).

Software distributed under these licenses is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences
for the specific language governing rights and limitations under the licenses.

2010 (c) László Németh & Ferenc Godó

Home: http://magyarispell.sf.net
Loading

0 comments on commit eb75be5

Please sign in to comment.