aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

aspell-dicts-.13-1


From: Ryan Weaver
Subject: aspell-dicts-.13-1
Date: Thu, 26 Aug 1999 12:18:21 -0500

   aspell-dicts-.13-1.src.rpm                            486478
   aspell-dicts-american-.13-1.i386.rpm                 1683769
   aspell-dicts-british-.13-1.i386.rpm                  1683385

   Download locations and build machine information listed below.

   RPMs are built with rpm version 3.0.2.
   Required programs listed are either updates or are not in the default
   RedHat 5.2 installation.

Name: aspell-dicts-american        Relocations: (not relocateable)
Version: .13                               Vendor: Kevin Atkinson 
<address@hidden>
Release: 1                             Build Date: Thu Aug 26 12:07:23 1999
Install date: Thu Aug 26 12:14:54 1999      Build Host: desktop.infohwy.com
Group: Applications/Text             Source RPM: aspell-dicts-.13-1.src.rpm
Size: 3363399                          License: GPL
Distribution: Freshmeat RPMs
Packager: Ryan Weaver <address@hidden>
URL: http://metalab.unc.edu/kevina/aspell
Summary: Aspell Alternate Dictionary Package (american)
Description:
An alternate english dictionary (american).

Requires:
-----------------------------------------------------
   Package                  Distribution             
=====================================================
   aspell-.28.2.1-1         Freshmeat RPMs           
-----------------------------------------------------

Name: aspell-dicts-british         Relocations: (not relocateable)
Version: .13                               Vendor: Kevin Atkinson 
<address@hidden>
Release: 1                             Build Date: Thu Aug 26 12:07:23 1999
Install date: Thu Aug 26 12:14:59 1999      Build Host: desktop.infohwy.com
Group: Applications/Text             Source RPM: aspell-dicts-.13-1.src.rpm
Size: 3364148                          License: GPL
Distribution: Freshmeat RPMs
Packager: Ryan Weaver <address@hidden>
URL: http://metalab.unc.edu/kevina/aspell
Summary: Aspell Alternate Dictionary Package (british)
Description:
An alternate english dictionary (british).

Requires:
-----------------------------------------------------
   Package                  Distribution             
=====================================================
   aspell-.28.2.1-1         Freshmeat RPMs           
-----------------------------------------------------

%CHANGELOG
* Thu Aug 26 1999 Ryan Weaver <address@hidden>

[aspell-dicts.13-1]
- fixed to work with Aspell .28.2

* Thu Jul 29 1999 Ryan Weaver <address@hidden>

- Initial RPM Built

  [aspell-dicts.12-1]
- changes the "config" file to make it clearer which dictionaries
  should be included

  [aspell-dicts.11-1]
- fixed to work with Aspell .28

  [aspell-dicts.10-1]
- initial release

==================================================================

   RPMs are built on a Pentium 200mmx w/256megs RAM with RedHat 5.2
   plus updates from ftp://updates.redhat.com installed.

   These files are also available on the following sites
   ftp://ftp.falsehope.com/pub/aspell-dicts
   ftp://ftp.tux.org/pub/sites/ftp.falsehope.com/aspell-dicts
   ftp://ftp.freshmeat.net/pub/rpms/aspell-dicts


PGP Key can be found at ftp://ftp.falsehope.com/pub/Ryan_Weaver.pgp.key
--

,------------------------------------.,------------------------------------.
| Ryan Weaver                        || email: address@hidden           |
| Unix Systems Administrator         || phone: (281) 447-7025              |
| InfoHighway International Inc.     || web  : http://www.infohwy.com      |
`------------------------------------'`------------------------------------'



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 AAA12274
        for <address@hidden>; Thu, 2 Sep 1999 00:56:13 -0400
Received: from mail
        by localhost with POP3 (fetchmail-5.0.0)
        for address@hidden (single-drop); Thu, 02 Sep 1999 00:56:13 -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>;
          Wed, 1 Sep 1999 21:53:23 -0700
Received: from mx2-w.mail.home.com (mx2-w.mail.home.com [24.0.0.52])
        by h4.mail.home.com (8.9.3/8.9.0) with ESMTP id VAA20768
        for <address@hidden>; Wed, 1 Sep 1999 21:53:23 -0700 (PDT)
Received: from franklin.oit.unc.edu (franklin.oit.unc.edu [152.2.22.59])
        by mx2-w.mail.home.com (8.9.1/8.9.1) with SMTP id VAA17469
        for <address@hidden>; Wed, 1 Sep 1999 21:53:22 -0700 (PDT)
Date: Thu, 2 Sep 1999 00:53:19 -0400 (EDT)
From: "Daniel A. Scholnick" <address@hidden>
To: address@hidden
Subject: New to aspell
Message-ID: <address@hidden>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
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>
Sender: address@hidden
Precedence: bulk
Content-Length: 1348
Lines: 41
Status: RO
X-Status: 
X-Keywords:                 
X-UID: 126

Hi,

I am new to aspell and I have been trying to compile a small test program 
to see if I can use aspell to put a spell checker into a web based email 
client I wrote with some friends.

Anyway, I have not been able to get my test program to work.  All I want 
to do is check the spelling of a word and get suggestions if it is 
wrong.  I am able to compile and run successfully the test program that 
came with the distribution (aspell.cc).  Since it's short, I've pasted my 
code onto the bottom of this email.  The program seg faults on the 
suggest function.  Could anyone tell me what I am doing 
incorrectly or does anyone have a very simple test file they could send me?

Thanks in advance for your help.  I'm pretty psyched to get this thing 
working.

-Dan Scholnick

void main() {

  string word;
  aspell checker;
  aspell::Suggestions suggestions;

  cout << "Please enter word to check: ";
  cin >> word;

  suggestions = checker.suggest(word);
  if (suggestions.size()) {
    for (int s = suggestions.size() - 1; s != 0; --s)
      cout << " " << suggestions[s] << ",";
    cout << " " << suggestions[0] << endl;
  }

}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]