YASA: Yet Another Suffix Array
Introduction
YASA is a simple implementation of
Suffix Array
for text/string processing.
Table of contents
- Written in C
- Be capable to process UTF-8 strings / ASCII sentences
2007-10-23: YASA 0.2.3
- change flag in mmap_open(), now it works on Linux
thanks to Pi-Chuan Chang
2007-10-22: YASA 0.2.2
- better logging (Debug)
- add unit test (CUnit)
2007-06-08: YASA 0.2.1
- isspace set to ismyalpha (only check ' ')
- for non-UTF8 string, word_ptr increase via word_ptr++
- Update usage
2007-04-12: YASA 0.02
- CodeJam, now addes shared library
- also create test/, for TAP (Test Anything Protocol)
- I love unit test :)
- still premature
2006-10-28: YASA 0.01 Released
- Official Name "YASA: Yet Another Suffix Array" release
clsung@FreeBSD.org