[Zope] Python/Zope bindings for Aspell

Dennis Allison allison@sumeru.stanford.EDU
Mon, 31 Mar 2003 08:59:03 -0800 (PST)


Thanks.  I looked on the collective and didn't find CMFSpellCheck. 

What I need to build has two components, a spell checking component and a
forms based editing component.  Making this work needs fairly close
control of the spellchecking itself.  I'm a bit wary of the pipes
interface in this environment, expecially since the text being
spellchecked is XML.


On Mon, 31 Mar 2003, hazmat wrote:

> sf.net/projects/collective
> 
> cvs CMFSpellCheck has wrappers (pipe based) for aspell and ispell
> 
> Dennis Allison wrote:
> 
> >I'm looking for a Python wrapper to Aspell.  Because the document to be
> >spell checked is structured, I'd prefer an interface similar to the C++
> >Asepell API.  Using Aspell in the pipe mode is a possibility, but direct 
> >access to the Aspell API would lead to a cleaner system.
> >