Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

qi.GRSplitter is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.1.1 Failed View build log
Windows (64-bit)
1.1.1 Failed View build log
Mac OS X (10.5+)
1.1.1 Failed View build log
Linux (32-bit)
1.1.1 Failed View build log
Linux (64-bit)
1.1.1 Failed View build log
 
Links
Author
License
GPL
Dependencies
Lastest release
version 1.1.1 on Jan 5th, 2011

Introduction

The default plone/zope splitters do not properly work with greek text. This product removes accents from greek strings and properly replaces them with unicode, enabling your searches to work out of the box!

Installation

If not using generic setup with plone: 1) Create a ZCTextIndex Lexicon from ZMI 2) Delete in the portal_catalog the indexes that contain greek text and recreate them using GRSplitter as a splitter.

If you are using generic setup profiles, here is an example snippet to help you with catalog.xml

<?xml version="1.0"?> <object name="portal_catalog" meta_type="Plone Catalog Tool">

<object name="gr_lexicon" meta_type="ZCTextIndex Lexicon" purge="False" > <element name="GR splitter" group="Word Splitter"/> <element name="Case Normalizer" group="Case Normalizer"/> </object>

<index name="greekIndexExample" meta_type="ZCTextIndex" purge="False" > <indexed_attr value="myAttribute"/> <extra name="index_type" value="Okapi BM25 Rank"/> <extra name="lexicon_id" value="gr_lexicon"/> </index>

</object>

Changelog

1.1.1
  • egg-fix release
1.1
  • Initial release

Subscribe to package updates

Last updated Jan 5th, 2011

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.