diff options
Diffstat (limited to 'textproc/sary/DESCR')
-rw-r--r-- | textproc/sary/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/sary/DESCR b/textproc/sary/DESCR new file mode 100644 index 00000000000..9a85b3384d4 --- /dev/null +++ b/textproc/sary/DESCR @@ -0,0 +1,4 @@ +Sary is a suffix array library and tools. It provides fast full-text search +facilities for text files on the order of 10 to 100 MB using a data structure +called a suffix array. It can also search specific fields in a text file by +assigning index points to those fields. |