|
Revision 1, 1.2 KB
(checked in by deveiant, 6 years ago)
|
|
Initial revision
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | |
|---|
| 2 | = Linguistics |
|---|
| 3 | |
|---|
| 4 | == Authors |
|---|
| 5 | |
|---|
| 6 | Michael Granger <ged@FaerieMUD.org> |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | == General Information |
|---|
| 10 | |
|---|
| 11 | This module is a framework for building linguistic utilities for Ruby objects in |
|---|
| 12 | any language. It includes a generic language-independant front end, a module for |
|---|
| 13 | mapping language codes into language names, and a module which contains various |
|---|
| 14 | English-language utilities. |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | === Method Interface |
|---|
| 18 | |
|---|
| 19 | The Linguistics module comes with a language-independant mechanism for extending |
|---|
| 20 | core Ruby classes with linguistic methods. |
|---|
| 21 | |
|---|
| 22 | The |
|---|
| 23 | |
|---|
| 24 | == Legal |
|---|
| 25 | |
|---|
| 26 | This module is Open Source Software which is Copyright (c) 2003 by The FaerieMUD |
|---|
| 27 | Consortium. All rights reserved. |
|---|
| 28 | |
|---|
| 29 | You may use, modify, and/or redistribute this software under the terms of the |
|---|
| 30 | Perl Artistic License, a copy of which should have been included in this |
|---|
| 31 | distribution (See the file Artistic). If it was not, a copy of it may be |
|---|
| 32 | obtained from http://language.perl.com/misc/Artistic.html or |
|---|
| 33 | http://www.faeriemud.org/artistic.html). |
|---|
| 34 | |
|---|
| 35 | THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 36 | INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND |
|---|
| 37 | FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | $Id: README,v 1.1 2003/07/09 14:49:58 deveiant Exp $ |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | |
|---|