Multiple sub-string searching

US10558690B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-10558690-B2
Application numberUS-201514791850-A
CountryUS
Kind codeB2
Filing dateJul 6, 2015
Priority dateJul 6, 2015
Publication dateFeb 11, 2020
Grant dateFeb 11, 2020

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A method for searching for multiple sub-strings of an original text is provided. A search query is received, wherein the search query includes a plurality of sub-strings. A hash array is allocated. The hash array has a size based, at least in part, on the plurality of sub-strings and an original text. The hash array is populated with a plurality of hash values, wherein the plurality of hash values are generated using a rolling hash function, and wherein each of the plurality of hash values corresponds to a portion of the original text. A plurality of sub-string values are computed based on the plurality of sub-strings. Each of the plurality of sub-strings are determined to occur in the original text based, at least in part, on searching the hash array for the plurality of sub-string values.

First claim

Opening claim text (preview).

What is claimed is: 1. A computer program product comprising: a computer readable storage medium and program instructions stored on the computer readable storage medium, the program instructions comprising: program instructions to receive a search query of an original text, wherein: the search query comprises a plurality of sub-strings including a first sub-string of a first length and a second sub-string of a second length; and the first length is different than the second length; program instructions to determine a number of different sub-string lengths present within the plurality of sub-strings; program instructions to allocate a hash array having a number of entries, wherein the number of entries is based on (i) the determined number of different sub-string lengths and (ii) a character length of the original text; program instructions to populate the hash array with a plurality of hash values, wherein: the plurality of hash values are generated using: (i) a first rolling hash function equal to the first length, and a second rolling hash function equal to the second length; and each of the plurality of hash values corresponds to a portion of the original text; program instructions to compute a plurality of sub-string values based, at least in part, on the plurality of sub-strings; and program instructions to determine whether each of the plurality of sub-strings occurs in the original text based on searching the hash array for the plurality of sub-string values. 2. The computer program product of claim 1 , wherein program instructions to search the hash array for plurality of sub-string values comprise: program instructions to initialize a TRT array, wherein the TRT array comprises a plurality of action codes; program instructions to flag one or more action codes based on the plurality of sub-string values; and program instructions to compare the TRT array and the hash array. 3. The computer program product of claim 1 , wherein program instructions to populate the hash array comprise: program instructions to calculate a first hash sequence based, at least in part, on portions of the original text having lengths equal to the first length; program instructions to calculate a second hash sequence based, at least in part, on portions of the original text having lengths equal to the second length; and program instructions to compile the hash array by alternately interleaving each hash value of the first hash sequence and the second hash sequence. 4. A computer system, the computer system comprising: one or more computer processors; one or more computer readable storage media; program instructions stored on the computer readable storage media for execution by at least one of the one or more processors, the program instructions comprising: program instructions to receive a search query of an original text, wherein: the search query comprises a plurality of sub-strings including a first sub-string of a first length and a second sub-string of a second length; and the first length is different than the second length; program instructions to determine a number of different sub-string lengths present within the plurality of sub-strings; program instructions to allocate a hash array having a number of entries, wherein the number of entries is based on (i) the determined number of different sub-string lengths and (ii) a character length of the original text; program instructions to populate the hash array with a plurality of hash values, wherein: the plurality of hash values are generated using: (i) a first rolling hash function equal to the first length, and a second rolling hash function equal to the second length; and each of the plurality of hash values corresponds to a portion of the original text; program instructions to compute a plurality of sub-string values based, at least in part, on the plurality of sub-strings; and program instructions to determine whether each of the plurality of sub-strings occurs in the original text based on searching the hash array for the plurality of sub-string values. 5. The computer system of claim 4 , wherein program instructions to search the hash array for plurality of sub-string values comprise: program instructions to initialize a TRT array, wherein the TRT array comprises a plurality of action codes; program instructions to flag one or more action codes based on the plurality of sub-string values; and program instructions to compare the TRT array and the hash array. 6. The computer program product of claim 1 , wherein the plurality of sub-strings further comprises a third sub-string of the first length.

Assignees

Inventors

Classifications

  • G06F16/334Primary

    Query execution (filtering based on additional data G06F16/335) · CPC title

  • by using string matching techniques · CPC title

  • G06F16/325Primary

    Hash tables · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US10558690B2 cover?
A method for searching for multiple sub-strings of an original text is provided. A search query is received, wherein the search query includes a plurality of sub-strings. A hash array is allocated. The hash array has a size based, at least in part, on the plurality of sub-strings and an original text. The hash array is populated with a plurality of hash values, wherein the plurality of hash val…
Who is the assignee on this patent?
IBM
What technology area does this patent fall under?
Primary CPC classification G06F16/334. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Feb 11 2020 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 6 related publications on this page (citations in our corpus or others sharing the same primary CPC).