-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
137,558 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.