Python/Zope bindings for Aspell
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.
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.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
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.
participants (2)
-
Dennis Allison -
hazmat