News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Implementing a Stemming Analyzer for Zend_Search_Lucene
October 22, 2008 @ 14:11:25

On the Zend Developer Zone today there's a new tutorial posted that shows how to use the Zend_Search_Lucene component of the Zend Framework to create a stemming analyzer.

The Zend implementation of Lucene provides a powerful tool set for those looking to implement a Google-like search for their PHP web application. One of the requirements in creating a Google-like search with Zend is the creation of a stemming, stop word filtering, lower-casing analyzer. This article will briefly discuss the basic role of an analyzer in the Lucene API, my implementation of a new "StandardAnalyzer" for the Zend_Search_Lucene component of the Zend Framework, the inner workings of this analyzer, and its basic usage.

It talks about the creation of an analyzer - a tool that splits out words, removes some of the most common and standardizes the contents (like making it all lowercase such as the StandardAnalyzer in Java's Lucene does). The author has come up with his own implementation in PHP and works through it, explaining how it works and where to put the data and language files it would need to pull from.

0 comments voice your opinion now!
implement tutorial zendsearchlucene analyzer java lucene


blog comments powered by Disqus

Similar Posts

Mfana Ronald Conco's Blog: RabbitMQ and PHP Part 1

WebSpeaks.in: Cross Domain Posting using PHP and JavaScript: ITS POSSIBLE!

Stefan Mischook's Blog: Creating Custom PHP Functions Video Tutorial - Part 3

PHPBuilder.com: Creating and Manipulating PDFs with PHP and FPDF

Juozas Kaziukenas' Blog: Scraping login requiring websites with cURL


Community Events











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


release interview unittest example podcast code object zendframework2 testing composer language functional development community tool opinion series introduction conference framework

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