diff options
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 |