Improved Wu-Manber Multiple Patterns Matching Algorithm

Yong Cui
2006-01-01
Abstract:The performance of the string match algorithm is improved using a modified Wu-Manber algorithm,which is a multiple pattern matching algorithm from the Boyer-Moore pattern matching algorithm family.The modified algorithm uses methods from the QS(quick search) algorithm and mismatch indicators from the pattern matching to calculate a maximum shift distance.Tests on small and large pattern lengths showed that the improved algorithm requires 8%~20% less time than the Wu-Manber algorithm in English and 15%~30% less time than the Wu-Manber algorithm in Chinese.
What problem does this paper attempt to address?