diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-26 07:53:18 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-26 07:53:18 +0000 |
commit | ee48e888bfb82c7a66b40c8efbfe2d7482cf7e12 (patch) | |
tree | 6223ff5135ef8abe225f7e864e89feb57e595912 /textproc/py-mxTextTools/pkg-descr | |
parent | New port py-mxTools, a collection of new builtins for Python. (diff) |
New port py-mxTextTools, some tools for fast text processing in Python.
Notes
Notes:
svn path=/head/; revision=19008
Diffstat (limited to 'textproc/py-mxTextTools/pkg-descr')
-rw-r--r-- | textproc/py-mxTextTools/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/py-mxTextTools/pkg-descr b/textproc/py-mxTextTools/pkg-descr new file mode 100644 index 000000000000..48f600ebedd5 --- /dev/null +++ b/textproc/py-mxTextTools/pkg-descr @@ -0,0 +1,7 @@ +This package provides several different functions and mechanisms +to do fast text text processing. Amongst these are character set +operations, parsing & tagging tools (using a finite state machine +executing byte code) and common things such as Boyer-Moore search +objects. For full documentation see the home page. + +WWW: http://starship.skyport.net/~lemburg/mxTextTools.html |