News Feed
Jobs Feed
Sections




News Archive
feed this:

Iwan Luijks' Blog:
Using Enchant with PHP on Windows - Part 1
October 14, 2010 @ 11:08:06

Iwan Luijks has written up the first part in a series looking at using the Enchant extension - an interface to other third-party spell-checking APIs.

PHP 5.3 introduced us to some new bundled extensions, including Enchant. The Enchant extension is a binding for the Enchant library. Note: Before PHP 5.3, Enchant was available as optional extension through PECL. This article however only covers the setup and usage of the bundled extension in PHP 5.3 This short tutorial gives an introduction to setting up and using this new extension for your PHP projects.

He talks a bit about what Enchant is and what it allows you to do (including releasing you from the language-specific dependencies of Aspell). Instructions on installing and using the extension are also included as well as a sample code snippet showing its use (checking a string against installed dictionaries). Since the dictionary installation isn't exactly intuitive, he gives an overview of where to grab them and how to set them up for your installation.

0 comments voice your opinion now!
windows tutorial enchant spellcheck spelling api


Pierre's Blog:
Enchant, spelling for everyone
March 22, 2006 @ 07:08:35

Pierre posts today about a spelling library that's moving up through the ranks because of its ease of use - Enchant.

The Enchant library is to the spelling libraries what MDB2 is to the databases, a nice and working abstraction layer. it is developed by Dom Lachowicz from Abisource.com . It provides a simple and powerfull API to work with many spelling tools.

These tools include Aspell/Pspell, MySpell/Hunspell, Hspell, and AppleSpell. Enchant is looking to replace each of these layered under a nice, clean abstraction layer.

Pierre also notes an update he's made to the PHP binder:

The PHP binder is already more than one year old and is trying to make its place in the php world. I just released a maintaince release (1.0.1), it adds a function to get a list of available dictionaries (enchant_broker_list_dicts).

0 comments voice your opinion now!
spelling everyone abstraction layer aspell myspell hspell applespell spelling everyone abstraction layer aspell myspell hspell applespell



Community Events











Don't see your event here?
Let us know!


phpunit symfony2 zendframework2 development opinion interview community functional framework language conference testing release example rest usergroup series database introduction podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework