Abstract. There exist practical bit-parallel algorithms for several types of pair-wise string processing, such as longest common subsequence com-putation or approximate string matching. The bit-parallel algorithms typically use a size-σ table of match bit-vectors, where the bits in the vector for a character λ identify the positions where the character λ occurs in one of the processed strings, and σ is the alphabet size. The time or space cost of computing the match table is not prohibitive with reasonably small alphabets such as ASCII text. However, for example in the case of general Unicode text the possible numerical code range of the characters is roughly one million. This makes using a simple table impractical. In this paper we evaluat...
In this paper, we address the problem of approximate string matching on compressed text. We consider...
Abstract. We present a new algorithm for on-line approximate string matching. The algorithm is based...
We consider the classical exact multiple string matching problem. The proposed solution is based on ...
There exist practical bit-parallel algorithms for several types of pair-wise string processing, suc...
Abstract: Bit parallelism is an inherent property of computer to perform bitwise a parallel operatio...
Bit Parallelism exploits bit level parallelism in hardware to perform operations. Bit Parallelism is...
International Conference of Computational Methods in Sciences and Engineering 2006 (ICCMSE 2006)The ...
Bit-parallelism permits executing several operations simultaneously over a set of bits or numbers st...
We present a new bit-parallel technique for approximate string matching. We build on two previous te...
Given a text T [1 : : : n] and a pattern P [1 : : : m] over some alphabet of size , we want to nd ...
The intrinsic parallelism in bit operations like AND/OR inside a computer word is known as bit paral...
Abstract. We present a new bit-parallel technique for approximate string matching. We build on two p...
Abstract. The performance of the pattern matching algorithms based on bit-parallelism degrades when ...
Word matching problem is to find all the exact occurrences of a pattern P[0...m-1] in the text T[0.....
Finite (nondeterministic) automata are very useful building blocks in the field of string matching. ...
In this paper, we address the problem of approximate string matching on compressed text. We consider...
Abstract. We present a new algorithm for on-line approximate string matching. The algorithm is based...
We consider the classical exact multiple string matching problem. The proposed solution is based on ...
There exist practical bit-parallel algorithms for several types of pair-wise string processing, suc...
Abstract: Bit parallelism is an inherent property of computer to perform bitwise a parallel operatio...
Bit Parallelism exploits bit level parallelism in hardware to perform operations. Bit Parallelism is...
International Conference of Computational Methods in Sciences and Engineering 2006 (ICCMSE 2006)The ...
Bit-parallelism permits executing several operations simultaneously over a set of bits or numbers st...
We present a new bit-parallel technique for approximate string matching. We build on two previous te...
Given a text T [1 : : : n] and a pattern P [1 : : : m] over some alphabet of size , we want to nd ...
The intrinsic parallelism in bit operations like AND/OR inside a computer word is known as bit paral...
Abstract. We present a new bit-parallel technique for approximate string matching. We build on two p...
Abstract. The performance of the pattern matching algorithms based on bit-parallelism degrades when ...
Word matching problem is to find all the exact occurrences of a pattern P[0...m-1] in the text T[0.....
Finite (nondeterministic) automata are very useful building blocks in the field of string matching. ...
In this paper, we address the problem of approximate string matching on compressed text. We consider...
Abstract. We present a new algorithm for on-line approximate string matching. The algorithm is based...
We consider the classical exact multiple string matching problem. The proposed solution is based on ...