[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Getting started
From: |
Kevin Atkinson |
Subject: |
Re: Getting started |
Date: |
Thu, 30 Sep 1999 19:34:51 -0400 |
gavin hurley wrote:
>
> > Part of the problem is that the C++ library is still in a state of
> > flux. Once I am happy with the interface I will then concentrate on
> > better documentation. Write now aspell.cc is the best example.
> >
>
> Wow. Thanks for the quick response. That's cool. I can wait. Do you have any
> idea roughly how long that might be though? I'd love to get cracking on this
> stuff.
>
Well I probably have about a week (40 hours) of work to do with the
library. However I don't have that much time to put into it will school
work and all. I hope to have something out in a couple of months. You
are free to use the C++ library but you will probably have to change
your code a bit after every Aspell release until the library
stabilizes. aspell.cc should be fairly easy to follow.
> PS - in Gaspell it looks like you use something called a DICT server. What
> are these? Are the definitions on there public domain? Can you use the
> servers royalty free (like the CDDB) Can they be downloaded as a file? One
> of my ultimate goals is to write a text editor that does inline spell
> checking and can look up definitions.
>
Go to www.dict.org. The server is GPL. The databases it uses are under
various copyrights. The WordNet database is almost public domain: You
can do whatever you want with but they still want credit for there work.
--
Kevin Atkinson
address@hidden
http://metalab.unc.edu/kevina/
From address@hidden Thu May 24 22:26:16 2001
Return-Path: <address@hidden>
Received: from localhost (localhost [127.0.0.1])
by kevins-linux.atkinson.inet (8.9.3/8.9.3) with ESMTP id TAA01032
for <address@hidden>; Tue, 12 Oct 1999 19:47:34 -0400
Received: from mail
by localhost with POP3 (fetchmail-5.0.0)
for address@hidden (single-drop); Tue, 12 Oct 1999 19:47:35 -0400 (EDT)
Received: from h4.mail.home.com ([24.0.0.57]) by mail.rdc1.md.home.com
(InterMail v4.01.01.00 201-229-111) with ESMTP
id <address@hidden>
for <address@hidden>;
Tue, 12 Oct 1999 16:44:10 -0700
Received: from mx1-w.mail.home.com (mx1-w.mail.home.com [24.0.0.51])
by h4.mail.home.com (8.9.3/8.9.0) with ESMTP id QAA29742
for <address@hidden>; Tue, 12 Oct 1999 16:44:08 -0700 (PDT)
Received: from franklin.oit.unc.edu (franklin.oit.unc.edu [152.2.22.59])
by mx1-w.mail.home.com (8.9.1/8.9.1) with SMTP id QAA24721
for <address@hidden>; Tue, 12 Oct 1999 16:44:07 -0700 (PDT)
Sender: address@hidden
Message-ID: <address@hidden>
Date: Tue, 12 Oct 1999 19:42:37 -0700
From: Matthew <address@hidden>
Organization: Experts Exchange
X-Accept-Language: en
MIME-Version: 1.0
To: address@hidden
Subject: Aspell's International Plans page
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
List-Unsubscribe: <mailto:address@hidden>
List-Software: Lyris Server version 3.0
List-Subscribe: <mailto:address@hidden>
List-Owner: <mailto:address@hidden>
X-URL: <http://metalab.unc.edu/kevina/aspell/>
X-List-Host: Guest Mailing Lists Hosted on SunSITE
X-Message-Id: <address@hidden>
Precedence: bulk
Content-Length: 552
Lines: 15
Status: RO
X-Status:
X-Keywords:
X-UID: 132
I was visiting the site because my company is looking for a spell
checker to use on our website. I noticed several words used
incorrectly, such as "released" when you meant realised, and "charter"
when you mean "character". Your spellchecker may work, but you still
need a proof-reader for the site.
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Getting started,
Kevin Atkinson <=