ANN: mxTextTools Package - Version 1.1.1

M.-A. Lemburg mal at lemburg.com
Thu Sep 9 06:33:35 EDT 1999


ANNOUNCING:

                   mxTextTools Version 1.1.1

          A Python extension package providing fast text
                 scanning and processing tools


WHAT IT IS:

mxTextTools is an extension package for Python that provides 
* a fast text search type (using a modified Boyer-Moore algorithm)
* a finite state machine for marking and analysing text
  (the Tagging Engine)
* a set of specialized text processing functions
* a set of functions that work with character sets

Applications include parsing structured text, finding and extracting
text (either exact or using translation tables) and recombining
strings to form new text. Everything was implemented having high
performance in mind.

WHAT'S NEW ?

The 1.1.1 release fixes a two minor bugs. It is mainly a service
update to make mxTextTools work out of the box together with
Tony J. Ibbs meta language:

	http://www.tibsnjoan.demon.co.uk/mxtext/metalang.html

The history details are available at:

        http://starship.skyport.net/~lemburg/mxTextTools.html#History

This release also includes a precompiled Windows DLL so that you can
use the package right away. Installing on that platform boils down
to a simple unzip in the \Python\Lib directory.

WHERE CAN I GET IT ?

The full documentation and instructions for downloading and installing
can be found at:

        http://starship.skyport.net/~lemburg/mxTextTools.html

WHAT DOES IT COST ?

It comes with a Python-type license, but is free otherwise.

WHERE CAN I GET SUPPORT ?

I am offering commercial support for this package through
Python Professional Services Inc. (http://www.pythonpros.com).
Look on their support pages for details or contact me directly.

REFERENCE:

<P><A HREF="http://starship.skyport.net/~lemburg/mxTextTools.html>
mxTextTools 1.1.1</A> - fast text processing tools. (09-Sep-1999)

-- 
Marc-Andre Lemburg
______________________________________________________________________
Y2000:                                                   113 days left
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/






More information about the Python-list mailing list