[prev in list] [next in list] [prev in thread] [next in thread] 

List:       aspell-user
Subject:    Re: [Aspell-user] GNU Aspell 0.60.3 Released
From:       "Grzegorz V. Furmanek" <greg () ttiltd ! com>
Date:       2005-06-30 15:27:33
Message-ID: 42C40F65.3030501 () ttiltd ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,

I think you should check out sajax:
http://www.modernmethod.com/sajax/

This may be just the project that will help
you implement the functionality.

Greg

Grzegorz V. Furmanek
greg(at)ttiltd.com
http://www.furmanek.net





Dawn R. Beal wrote:

>Hi,
>
>Is there any information available on how to implement Aspell (in a pop-up
>window) inside a php webform?  It needs to be implemented inside a
>"notes" field for a php/MySQL dbase.  I know that we can use Javascript to
>open up the pop-up window, but would like to know how to "call" aspell to
>make the functions appear in a window similar to what is seen on sites like
>http://www.spellingcow.com/.  The Spelling cow interface is cute, but we
>would like to just run aspell from our own server (it is working from
>the command line now) and have that type of functionality but remove the
>cow...  thanks!
>
>-Dawn Beal
>
>Dawn R. Beal
>drbeal@bluemarble.net
>
>On Tue, 28 Jun 2005, Kevin Atkinson wrote:
>
>  
>
>>GNU Aspell 0.60.3 is now available at:
>>  ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.3.tar.gz
>>
>>This release fixes several bugs involving some of the C API functions,
>>fixes a major bug and improves the speed of the suggestion code,
>>and fixes a number of other bugs.
>>
>>Complete list of changes from 0.60.2:
>>
>>   * Fixed bugs involving several of the C API functions.
>>
>>   * Fixed bug where `ultra' or `fast' mode will not return any
>>     suggestions when soundslike lookup is not used.
>>
>>   * Made a minor, yet significant, optimization to the suggestion code.
>>     This speed things up by an order of magnitude in some cases.
>>
>>   * Avoid using the slow ngram scan except when the `sug-mode' is
>>     `slow' or `bad-speller'.
>>
>>   * Fixed a bug in curses mode which causes word-wrap to not work
>>     correctly in some cases.
>>
>>   * Fixed a bug in pipe mode with a missing newline.
>>
>>   * Fixed the `spell' compatibility script.
>>
>>   * Several other minor bugs fixed.
>>
>>   * Made note about the change in behavior of the `-l' command line
>>     switch.
>>
>>   * Other manual update/fixes.
>>
>>   * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.
>>
>>Major changes from 0.60:
>>
>>   * Added Nroff filter thanks to Sergey Poznyakoff.
>>
>>   * The default filter mode when in pipe mode is now nroff for
>>     compatibility with Ispell.
>>
>>   * Added Texinfo filter.
>>
>>   * Added the `munch-list' command to the aspell utility.
>>
>>   * Added a section detailing the differences between Ispell and
>>     Aspell.
>>
>>Major changes from 0.50.5:
>>
>>   * Support for affix compression.
>>
>>   * Better Unicode support.
>>
>>--
>>http://kevin.atkinson.dhs.org
>>
>>
>>
>>
>>
>>
>>
>>_______________________________________________
>>Aspell-user mailing list
>>Aspell-user@gnu.org
>>http://lists.gnu.org/mailman/listinfo/aspell-user
>>
>>    
>>
>
>
>_______________________________________________
>Aspell-user mailing list
>Aspell-user@gnu.org
>http://lists.gnu.org/mailman/listinfo/aspell-user
>
>  
>

[Attachment #5 (text/html)]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, <br>
<br>
I think you should check out sajax:<br>
<a class="moz-txt-link-freetext" \
href="http://www.modernmethod.com/sajax/">http://www.modernmethod.com/sajax/</a><br> \
<br> This may be just the project that will help<br>
you implement the functionality.<br>
<br>
Greg<br>
<pre class="moz-signature" cols="1000">Grzegorz V. Furmanek
greg(at)ttiltd.com
<a class="moz-txt-link-freetext" \
href="http://www.furmanek.net">http://www.furmanek.net</a>


</pre>
<br>
<br>
Dawn R. Beal wrote:
<blockquote
 cite="midPine.BSF.4.56.0506300824300.93740@tesla.bluemarble.net"
 type="cite">
  <pre wrap="">Hi,

Is there any information available on how to implement Aspell (in a pop-up
window) inside a php webform?  It needs to be implemented inside a
"notes" field for a php/MySQL dbase.  I know that we can use Javascript to
open up the pop-up window, but would like to know how to "call" aspell to
make the functions appear in a window similar to what is seen on sites like
<a class="moz-txt-link-freetext" \
href="http://www.spellingcow.com/">http://www.spellingcow.com/</a>.  The Spelling cow \
interface is cute, but we would like to just run aspell from our own server (it is \
working from the command line now) and have that type of functionality but remove the
cow...  thanks!

-Dawn Beal

Dawn R. Beal
<a class="moz-txt-link-abbreviated" \
href="mailto:drbeal@bluemarble.net">drbeal@bluemarble.net</a>

On Tue, 28 Jun 2005, Kevin Atkinson wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">GNU Aspell 0.60.3 is now available at:
  <a class="moz-txt-link-freetext" \
href="ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.3.tar.gz">ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.3.tar.gz</a>


This release fixes several bugs involving some of the C API functions,
fixes a major bug and improves the speed of the suggestion code,
and fixes a number of other bugs.

Complete list of changes from 0.60.2:

   * Fixed bugs involving several of the C API functions.

   * Fixed bug where `ultra' or `fast' mode will not return any
     suggestions when soundslike lookup is not used.

   * Made a minor, yet significant, optimization to the suggestion code.
     This speed things up by an order of magnitude in some cases.

   * Avoid using the slow ngram scan except when the `sug-mode' is
     `slow' or `bad-speller'.

   * Fixed a bug in curses mode which causes word-wrap to not work
     correctly in some cases.

   * Fixed a bug in pipe mode with a missing newline.

   * Fixed the `spell' compatibility script.

   * Several other minor bugs fixed.

   * Made note about the change in behavior of the `-l' command line
     switch.

   * Other manual update/fixes.

   * Updated to Libtool 1.5.18, Automake 1.9.6, and Makeinfo 4.8.

Major changes from 0.60:

   * Added Nroff filter thanks to Sergey Poznyakoff.

   * The default filter mode when in pipe mode is now nroff for
     compatibility with Ispell.

   * Added Texinfo filter.

   * Added the `munch-list' command to the aspell utility.

   * Added a section detailing the differences between Ispell and
     Aspell.

Major changes from 0.50.5:

   * Support for affix compression.

   * Better Unicode support.

--
<a class="moz-txt-link-freetext" \
href="http://kevin.atkinson.dhs.org">http://kevin.atkinson.dhs.org</a>







_______________________________________________
Aspell-user mailing list
<a class="moz-txt-link-abbreviated" \
href="mailto:Aspell-user@gnu.org">Aspell-user@gnu.org</a> <a \
class="moz-txt-link-freetext" \
href="http://lists.gnu.org/mailman/listinfo/aspell-user">http://lists.gnu.org/mailman/listinfo/aspell-user</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->

_______________________________________________
Aspell-user mailing list
<a class="moz-txt-link-abbreviated" \
href="mailto:Aspell-user@gnu.org">Aspell-user@gnu.org</a> <a \
class="moz-txt-link-freetext" \
href="http://lists.gnu.org/mailman/listinfo/aspell-user">http://lists.gnu.org/mailman/listinfo/aspell-user</a>


  </pre>
</blockquote>
</body>
</html>


["greg.vcf" (text/x-vcard)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic