location: Current position: jianghe >> Scientific Research >> Paper Publications

Strict pattern matching under non-overlapping condition

Hits:

Indexed by:期刊论文

Date of Publication:2017-01-01

Journal:SCIENCE CHINA-INFORMATION SCIENCES

Included Journals:SCIE、EI、CSCD、Scopus

Volume:60

Issue:1

ISSN No.:1674-733X

Key Words:pattern matching; sequential pattern mining; gap constraint; flexible wildcard; non-overlapping; occurrence; Nettree

Abstract:Pattern matching (or string matching) is an essential task in computer science, especially in sequential pattern mining, since pattern matching methods can be used to calculate the support (or the number of occurrences) of a pattern and then to determine whether the pattern is frequent or not. A state-of-the-art sequential pattern mining with gap constraints (or flexible wildcards) uses the number of non-overlapping occurrences to denote the frequency of a pattern. Non-overlapping means that any two occurrences cannot use the same character of the sequence at the same position of the pattern. In this paper, we investigate strict pattern matching under the non-overlapping condition. We show that the problem is in P at first. Then we propose an algorithm, called NETLAP-Best, which uses Nettree structure. NETLAP-Best transforms the pattern matching problem into a Nettree and iterates to find the rightmost root-leaf path, to prune the useless nodes in the Nettree after removing the rightmost root-leaf path. We show that NETLAP-Best is a complete algorithm and analyse the time and space complexities of the algorithm. Extensive experimental results demonstrate the correctness and efficiency of NETLAP-Best.

Pre One:What Causes My Test Alarm? Automatic Cause Analysis for Test Alarms in System and Integration Testing

Next One:Mining authorship characteristics in bug repositories