Disclosed herein are techniques related to automated generation of regular expressions. In some embodiments, a regular expression generator may receive input data comprising one or more character sequences. The regular expression generator may convert character sequences into a sets of regular expression codes and/or span data structures. The regular expression generator may identify a longest common subsequence shared by the sets of regular expression codes and/or spans, and may generate a regular expression based upon the longest common subsequence.
|
1. A method of generating regular expressions, comprising:
receiving, by a regular expression generator comprising one or more processors, first input data comprising one or more positive character sequences in a first field of a data structure, each of the one or more positive character sequences corresponding to a positive example that is to be matched by a regular expression generated by the regular expression generator;
generating, by the regular expression generator, a first regular expression, wherein the first regular expression matches each of the one or more positive examples;
displaying, by the regular expression generator, the generated first regular expression that matches each of the one or more positive examples;
receiving, by the regular expression generator, second input data comprising one or more negative character sequences in a second field of the data structure, each of the one or more negative character sequences corresponding to a negative example that is not to be matched by the regular expression generated by the regular expression generator;
in response to receiving the second input data, determining whether each of the one or more negative examples matches the first regular expression that is generated based on the one or more positive examples; and
in response to determining that at least one of the negative examples matches the first regular expression:
(a) determining a subsequence of characters at a disambiguation location within the first regular expression to replace;
(b) determining a replacement character sequence, wherein the replacement character sequence replaces the subsequence of characters at the location within the first regular expression in order to distinguish the one or more positive examples from the one more negative examples in a regular expression; and
(c) updating the first regular expression by replacing the determined subsequence of characters within the first regular expression with the replacement character sequence; and
displaying, by the regular expression generator, the updated first regular expression.
15. A non-transitory computer-readable media for generating regular expressions, the computer-readable media comprising computer-executable instructions which when executed on a computer system, cause the computer system to:
receive first input data comprising one or more positive character sequences in a first field of a data structure, each of the one or more positive character sequences corresponding to a positive example that is to be matched by a regular expression generated by a regular expression generator;
generate a first regular expression, wherein the first regular expression matches each of the one or more positive examples;
displaying, by the regular expression generator, the generated first regular expression that matches each of the one or more positive examples;
receive second input data comprising one or more negative character sequences in a second field of the data structure, each of the one or more negative character sequences corresponding to a negative example that is not to be matched by the regular expression generated by the regular expression generator;
in response to receiving the second input data, determine whether each of the one or more negative examples matches the first regular expression that is generated based on the one or more positive examples; and
in response to determining that at least one of the negative examples matches the first regular expression:
(a) determine a subsequence of characters at a disambiguation location within the first regular expression to replace;
(b) determine a replacement character sequence, wherein the replacement character sequence replaces the subsequence of characters at the location within the first regular expression in order to distinguish the one or more positive examples from the one more negative examples in a regular expression; and
(c) update the first regular expression by replacing the determined subsequence of characters within the first regular expression with the replacement character sequence; and
displaying, by the regular expression generator, the updated first regular expression.
8. A system for generating regular expressions, the system comprising:
a processing unit comprising one or more processors; and
memory storing instructions that, when executed by the processing unit, cause the system to:
receive first input data comprising one or more positive character sequences in a first field of a data structure, each of the one or more positive character sequences corresponding to a positive example that is to be matched by a regular expression generated by a regular expression generator;
generate a first regular expression, wherein the first regular expression matches each of the one or more positive examples;
displaying, by the regular expression generator, the generated first regular expression that matches each of the one or more positive examples;
receive second input data comprising one or more negative character sequences in a second field of the data structure, each of the one or more negative character sequences corresponding to a negative example that is not to be matched by the regular expression generated by the regular expression generator;
in response to receiving the second input data, determine whether each of the one or more negative examples matches the first regular expression that is generated based on the one or more positive examples; and
in response to determining that at least one of the negative examples matches the first regular expression:
(a) determine a subsequence of characters at a disambiguation location within the first regular expression to replace;
(b) determine a replacement character sequence, wherein the replacement character sequence replaces the subsequence of characters at the location within the first regular expression in order to distinguish the one or more positive examples from the one more negative examples in a regular expression; and
(c) update the first regular expression by replacing the determined subsequence of characters within the first regular expression with the replacement character sequence; and
displaying, by the regular expression generator, the updated first regular expression.
2. The method of
determining the location within the first regular expression;
retrieving a text fragment from each of the one or more positive examples and from each of the one or more negative examples corresponding to the location within the first regular expression; and
determining the subsequence of characters as one or more characters at the location within the first regular expression, from which the one or more positive examples are distinguishable from the one more negative examples.
3. The method of
determining a first number of characters at a prefix portion of the first regular expression from which the one or more positive examples are distinguishable from the one more negative examples;
determining a second number of characters at a suffix portion of the first regular expression from which the one or more positive examples are distinguishable from the one more negative examples; and
selecting either the prefix portion or the suffix portion as the location within the first regular expression, based at least in part on whether the first number of characters or the second number of characters is shorter.
4. The method of
executing a formula to determine the location within the first regular expression, wherein the formula weights the prefix portion over the suffix portion of the first regular expression.
5. The method of
6. The method of
7. The method of
determining a first number of characters at the location within the first regular expression, and a corresponding first number of replacement character sequences each having the first number of characters, from which the one or more positive examples are distinguishable from the one more negative examples;
determining a second number of characters at the location within the first regular expression, and a corresponding second number of replacement character sequences each having the second number of characters, from which the one or more positive examples are distinguishable from the one more negative examples; and
selecting either the first number of characters or the second number of characters for the replacement character sequence within the first regular expression, based on (a) sizes of the first and second numbers of characters, and (b) sizes of the corresponding first and second numbers of replacement character sequences.
9. The system of
determining the location within the first regular expression;
retrieving a text fragment from each of the one or more positive examples and from each of the one or more negative examples corresponding to the location within the first regular expression; and
determining the subsequence of characters as one or more characters at the location within the first regular expression, from which the one or more positive examples are distinguishable from the one more negative examples.
10. The system of
determining a first number of characters at a prefix portion of the first regular expression from which the one or more positive examples are distinguishable from the one more negative examples;
determining a second number of characters at a suffix portion of the first regular expression from which the one or more positive examples are distinguishable from the one more negative examples; and
selecting either the prefix portion or the suffix portion as the location within the first regular expression, based at least in part on whether the first number of characters or the second number of characters is shorter.
11. The system of
executing a formula to determine the location within the first regular expression, wherein the formula weights the prefix portion over the suffix portion of the first regular expression.
12. The system of
13. The system of
14. The system of
determining a first number of characters at the location within the first regular expression, and a corresponding first number of replacement character sequences each having the first number of characters, from which the one or more positive examples are distinguishable from the one more negative examples;
determining a second number of characters at the location within the first regular expression, and a corresponding second number of replacement character sequences each having the second number of characters, from which the one or more positive examples are distinguishable from the one more negative examples; and
selecting either the first number of characters or the second number of characters for the replacement character sequence within the first regular expression, based on (a) sizes of the first and second numbers of characters, and (b) sizes of the corresponding first and second numbers of replacement character sequences.
16. The computer-readable media of
determining the location within the first regular expression;
retrieving a text fragment from each of the one or more positive examples and from each of the one or more negative examples corresponding to the location within the first regular expression; and
determining the subsequence of characters as one or more characters at the location within the first regular expression, from which the one or more positive examples are distinguishable from the one more negative examples.
17. The computer-readable media of
determining a first number of characters at a prefix portion of the first regular expression from which the one or more positive examples are distinguishable from the one more negative examples;
determining a second number of characters at a suffix portion of the first regular expression from which the one or more positive examples are distinguishable from the one more negative examples; and
selecting either the prefix portion or the suffix portion as the location within the first regular expression, based at least in part on whether the first number of characters or the second number of characters is shorter.
18. The computer-readable media of
executing a formula to determine the location within the first regular expression, wherein the formula weights the prefix portion over the suffix portion of the first regular expression.
19. The computer-readable media of
20. The computer-readable media of
|
The present application claims priority under 35 U.S.C. § 119(e) to U.S. Provisional Patent Application No. 62/684,498, filed Jun. 13, 2018, entitled “AUTOMATED GENERATION OF REGULAR EXPRESSIONS,” and also claims priority under 35 U.S.C. § 119(e) to U.S. Provisional Patent Application No. 62/749,001, filed Oct. 22, 2018, entitled “AUTOMATED GENERATION OF REGULAR EXPRESSIONS.” The entire contents of U.S.
Provisional Patent Application Nos. 62/684,498 and 62/749,001 are incorporated herein by reference for all purposes.
Big data analytics systems can be used for predictive analytics, user behavior analytics, and other advanced data analytics. However, before any data analysis may be performed effectively to provide useful results, the initial data set may need to be formatted into clean and curated data sets. This data onboarding often presents challenges for cloud-based data repositories and other big data systems, where data from various different data sources and/or data streams may be compiled into a single data repository. Such data may include structured data in multiple different formats, semi-structured data in accordance with different data models, and even unstructured data. Repositories of such data often include data representations within various different formats and structures, and also may include duplicate data and erroneous data. When these data repositories are analyzed for reporting, predictive modeling, and other analytics tasks, a poor signal-to-noise ratio of the initial data set may lead to results that are inaccurate or not useful.
Many current solutions to the problems of data formatting and preprocessing include manual and ad hoc processes to clean and curate the data, in order to manipulate the data into a common format before performing a data analysis. While these manual processes can be effective for certain smaller data sets, such processes may be inefficient and impractical when attempting to preprocess and format large-scale data sets.
Aspects described herein provide various techniques for generating regular expressions. As used herein, a “regular expression” may refer to a sequence of characters defining a pattern, which may be used to search for matches within longer input text strings. In some embodiments, regular expressions may be composed using a symbolic wildcard-matching language, and the patterns defined by regular expressions may be used to match character strings and/or extract information from character strings provided as input. In various embodiments described herein, a regular expression generator implemented as data processing system may be used to receive and display input text data, receive selections via a client user interface of specific character subsets of the input text, and then generate one or more regular expressions based on the selected character subsets. After generating one or more regular expressions, a regular expression engine may be used to match the pattern of the regular expression against one or more data sets. In various embodiments, data matching the regular expression may be extracted, reformatted, or modified, etc. In some cases, additional columns, tables, or other data sets may be created based on the data matching the regular expression.
According to certain aspects described herein, a regular expression generator implemented via a data processing system may generate regular expressions based upon a determined longest common subsequence (LCS) that is shared by different sets of one or more regular expression codes. Regular expression codes (which also may be referred to as category codes) may include, for example, L for letters of the English alphabet, N for numbers, Z for white spaces, P for punctuation marks, and S for other symbols. Each set of one or more regular expression codes may be converted from a different sequence of one or more characters received as input data through a user interface. Regular expression codes excluded from the LCS may be represented as optional and/or alternatives. In some embodiments, a regular expression code may be associated with a minimum number of occurrences of the regular expression code. Additionally or alternatively, the regular expression code may be associated with a maximum number of occurrences of the regular expression code. For example, a set of category codes may comprise L<0,1> to indicate that a particular portion of an LCS includes a letter at most once if at all. As discussed in more detail below, generalizing the input data as intermediate regular expression codes (IRECs) may provide various technical advantages, including, using very little input data, enabling near-instantaneous generation of regular expressions that do not succumb to false positive matches or false negative matches in yet-to-be-seen data.
According to additional aspects described herein, a regular expression may be generated based on input data comprising three or more character sequences. When three or more character sequences are identified as input data, a regular expression generator that identifies the LCS of the character sequences may result in an exponential increase in runtime. In order to identify the LCS of all character sequences in a performant manner, the regular expression generator may perform an LCS algorithm on each distinct combination of two character sequences. A fully-connected graph may be generated based on the results of the LCS algorithms, where each graph node represents a different character sequence and the length of each graph edge corresponds to the LCS of the nodes defining the graph edge. The order for selecting character sequences then may be determined by performing a depth-first traversal of a minimum spanning tree for the fully-connected graph.
Further aspects described herein relate to generating regular expressions based on input including both positive character sequence examples and negative character sequence examples. A positive example may refer to sequence of characters that are to match the regular expression to be generated, while a negative example may refer to a sequence of characters that are not to match the regular expression to be generated. In some embodiments, when both positive and negative examples are received, the regular expression generator may identify a discriminator, or shortest subsequence of one or more characters that distinguish the positive example(s) from the negative example(s). The selected discriminator may be a shortest sequence (e.g., expressed in category codes), and may either be positive or negative, so that the positive examples will match and the negative examples will not. The discriminator then may be hard-coded into the regular expression that is generated by the regular expression generator. In some cases, the shortest subsequence may be included in a prefix or suffix portion of the negative example(s).
Additional aspects described herein relate to one or more user interfaces through which input data may be provided to generate regular expressions. In some embodiments, a user interface may be displayed at a client device communicatively coupled to the regular expression generator server. The user interface may be generated programmatically by the server, by the client device, or by a combination of software components executing at the server and the client. Input data received via the user interface may correspond to user selections of one or more character sequences, which may represent positive or negative examples. In some cases, the user interface may support input data that includes a selection of a first character sequence within a second character sequence. For instance, a user may highlight one or more characters within a larger previously highlighted character sequence, and the second user selection may provide context for the larger first user selection. This enables input data to be provided to the regular expression generator with greater specificity, and to provide the regular expression generator with “context” so that it can generate regular expressions that avoid false positives. In response to a user selection of a character sequence via the user interface, the regular expression generator may generate and display a regular expression. For example, when a user highlights a first sequence of characters, the regular expression generator may generate and display a regular expression matching the first sequence of characters, as well as other similar character sequences (e.g., aligning with the intentions of the user for matching sequences). When the user highlights a second sequence of characters, the regular expression generator may generate an updated regular expression which encompasses both the first and second sequences of characters. Then, when the user highlights a third sequence of characters (e.g., within either the first or second sequence) the regular expression generator may update the regular expression again, and so on.
In accordance with additional aspects described herein, regular expressions may be generated based on the longest common subsequence from one or more input sequence examples, but also may handle characters that are present in only some of the examples. To handle characters that are present in only some input examples, spans may be defined in which both a minimum and maximum number of occurrences of a regular expression code are tracked. In cases when a span might not present at all of the given input examples, the minimum number of occurrences may be set to zero. These minimum and maximum numbers can then be mapped to the regular expression multiplicity syntax. A longest common subsequence (LCS) algorithm may be run on the spans of characters derived from the input examples, including “optional” spans (e.g., minimum length of zero) which do not appear in every input example. As discussed below, consecutive spans may be merged during the execution of the LCS algorithm. In such cases, when extra optional spans that are being carried along end up appearing consecutively, the LCS algorithm may be run recursively on those optional spans as well.
Further aspects described herein relate to a combinatoric search, in which the LCS algorithm executed by the regular expression generator may be run multiple times to generate a “correct” regular expression (e.g., a regular expression that properly matches all given positive examples and properly excludes all given negative examples), and/or to generate multiple correct regular expressions from which a most desirable or optimal regular expression may be selected. In some embodiments, an LCS algorithm may generally be executed right-to-left on the input examples to generate a regular expression. However, for comparison purposes and to find alternative regular expressions, the LCS algorithm may be separately executed backward (e.g., in the left-to-right direction) on the input examples. For example, the example character sequences received as user input may be reversed before they are run through the LCS algorithm, and the results from the LCS algorithm then may be reversed back (including the original text fragments). Further, in some embodiments, the LCS algorithm may be run multiple times by the regular expression generator, both in the usual character sequence order and the reverse order, with anchoring at the beginning of the line, anchoring at the end of the line, and no anchoring at the beginning or end the line. Thus, in some cases, the LCS algorithm may be execute at least these six times, and the shortest successful regular expression may be selected from these executions.
In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of various embodiments of the present invention. It will be apparent, however, to one skilled in the art that embodiments of the present invention may be practiced without some of these specific details. In other instances, well-known structures and devices are shown in block diagram form.
The ensuing description provides exemplary embodiments only, and is not intended to limit the scope, applicability, or configuration of the disclosure. Rather, the ensuing description of the exemplary embodiments will provide those skilled in the art with an enabling description for implementing an exemplary embodiment. It should be understood that various changes may be made in the function and arrangement of elements without departing from the spirit and scope of the invention as set forth in the appended claims.
Specific details are given in the following description to provide a thorough understanding of the embodiments. However, it will be understood by one of ordinary skill in the art that the embodiments may be practiced without these specific details. For example, circuits, systems, networks, processes, and other components may be shown as components in block diagram form in order not to obscure the embodiments in unnecessary detail. In other instances, well-known circuits, processes, algorithms, structures, and techniques may be shown without unnecessary detail in order to avoid obscuring the embodiments.
Also, it is noted that individual embodiments may be described as a process which is depicted as a flowchart, a flow diagram, a data flow diagram, a structure diagram, or a block diagram. Although a flowchart may describe the operations as a sequential process, many of the operations can be performed in parallel or concurrently. In addition, the order of the operations may be re-arranged. A process is terminated when its operations are completed, but could have additional steps not included in a figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc. When a process corresponds to a function, its termination can correspond to a return of the function to the calling function or the main function.
The term “computer-readable medium” includes, but is not limited to non-transitory media such as portable or fixed storage devices, optical storage devices, and various other mediums capable of storing, containing or carrying instruction(s) and/or data. A code segment or computer-executable instructions may represent a procedure, a function, a subprogram, a program, a routine, a subroutine, a module, a software package, a class, or any combination of instructions, data structures, or program statements. A code segment may be coupled to another code segment or a hardware circuit by passing and/or receiving information, data, arguments, parameters, or memory contents. Information, arguments, parameters, data, etc. may be passed, forwarded, or transmitted via any suitable means including memory sharing, message passing, token passing, network transmission, etc.
Furthermore, embodiments may be implemented by hardware, software, firmware, middleware, microcode, hardware description languages, or any combination thereof. When implemented in software, firmware, middleware or microcode, the program code or code segments to perform the necessary tasks may be stored in a machine readable medium. A processor(s) may perform the necessary tasks.
Various techniques (e.g., methods, systems, non-transitory computer-readable storage memory storing a plurality of instructions executable by one or more processors, etc.) are described herein for generating regular expressions corresponding to patterns identified within one or more input data examples. In certain embodiments, in response to receiving selections of input data, one or more patterns in the input data are automatically identified and a regular expression (or “regex” for short) may be automatically and efficiently generated to represent the identified patterns. Such patterns may be based upon sequences of characters (e.g., sequences of letters, numbers, spaces, punctuation marks, symbols, etc.). Various embodiments are described herein, including methods, systems, non-transitory computer-readable storage media storing programs, code, or instructions executable by one or more processors, and the like.
In some embodiments, regular expressions may be composed using a symbolic wildcard-matching language, in order to match character strings and/or extract information from character strings provided as input. For instance, a first example regular expression [A-Za-z] {3} \d?\d, \d\d\d\d may match certain dates (e.g., Apr. 3, 2018), and a second example regular expression [A-Za-z] {3} \d?\d, (\d\d\d\d) may be used to extract the year from matching dates. Input data received by a regular expression generator system may include, for example, one more “positive” data examples, and/or one or more “negative” data examples. As used herein, a positive example may refer to a character sequence received as input that is to be matched by a regular expression generated based on the input. In contrast, a negative example may refer to an input character sequence that is not to be matched by a regular expression generated based on the input.
A number of technical advantages may be realized within the various embodiments and examples described herein. For example, certain techniques described in this disclosure may improve speed and efficiency of regular expression generation processes (e.g., regex solutions may be generated in less than a second, and user interfaces may be suitable for interactive real-time use). Various techniques described herein also may be deterministic, may require no training data, may produce a solution without requiring any initial regular expression input, and may be completely automated (e.g., generating regular expressions within requiring any human intervention). Furthermore, various techniques described herein need not be limited regarding the types of data inputs that may be handled effectively, and such techniques may improve human readability of the resulting regular expressions.
Certain embodiments described herein include one or more executions of a Longest Common Subsequence (LCS) algorithm. LCS algorithms may be used in some contexts as difference engines (e.g., the engine behind the Unix “diff” utility) which are configured to determine and show differences between two text files. In some embodiments, input data (e.g., strings and other character sequences) may be converted into abstract tokens, which then may be provided as inputs to an LCS algorithm. Such abstract tokens may be for example, tokens based upon regular expression codes (e.g., Loogle codes or other character class codes) representing regular expression character classes. Various different examples of such codes are possible, and may be referred to herein as “regular expression codes” or “intermediate regular expression codes” (IRECs). For example, an input character sequence “May 3” may be converted to the IREC code “LLLZN,” after which the tokenized string may be provided with other tokenized strings to the LCS algorithm. In some embodiments, an IREC (e.g., regular expression codes) that the input character sequences do not have in common, may appear in the final generated regular expression as optional (e.g., an optional span). In certain embodiments, regular expression codes may be category codes based upon the Unicode category codes shown at https://www.regular-expressions.info/unicode.html#category. For instance, the code L may represent letters, the code N may represent numbers, the code Z may represent spaces, the code S may represent symbols, the code P may represent punctuation, and so on. For example, the code L may correspond to Unicode \p{L} and the code N may correspond to Unicode \p{N}. This allows for working one-to-one mappings from the LCS output to regular expressions (e.g. \pN\pN\pZ\pL\pL can match “10 am”), which may provide advantages for human readability. Additionally, these different categories may be disjoint, or mutually exclusive. That is, in this example, the categories L, N, Z, P, and S may be disjointed so that there may be no overlap between members of the categories.
Additional technical advantages may be realized in various embodiments, including more efficient generation of regular expressions based on the use of regular expressions codes (e.g., category codes), spans, etc. By using such codes, computing resources need not be wasted when the LCS algorithm successfully identifies all or substantially all of the characters in the input strings as being different. Further technical advantages provided by the various embodiments herein include improved readability of the generated regular expressions, as well as supporting both positive and negative examples as input data, and providing various advantageous user interface features (e.g., allowing the user to highlight text fragments within a larger character sequence or data cell for extraction).
I. General Overview
Various embodiments disclosed herein are related to generation of regular expressions. In some embodiments, a data processing system configured as a regular expression generator may generate a regular expression, by identifying a longest common subsequence (LCS) that is shared by different sets of regular expression codes (e.g., category codes). Each set of regular expression codes may be converted from sequence of characters received as input data through a user interface. Among the technical advantages described herein, abstracting input data as intermediate codes (e.g., regular expression codes, spans, etc.) may enable efficient generation of regular expressions using very little input data.
In step 203, a user may select one or more input character sequences, from the data displayed in the user interface provided by the regular expression generator 110. In some embodiments, the data may be displayed in tabular form within the user interface, including labeled columns with specific data types and/or categories of data. In such cases, the selection of input data in step 203 may correspond to a user selecting a data cell, or selecting (e.g., highlighting) an individual text fragment within a data cell. However, in other embodiments, the regular expression generator 110 may support retrieval and display of semi-structured and unstructured data via the user interface, and users may select input data for regular expression generation by selecting character sequences from the semi-structured or unstructured data. As described below in examples, the user selecting input character sequences from the tabular data displayed is just one example use case. In other examples, a user (e.g., a software developer or power user perhaps trying to compose a regular expression for the Linux command line tools grep, sed, or awk, etc.) may type in examples from scratch rather than picking them off a spreadsheet.
In step 204, the regular expression generator 110 may generate one or more regular expressions based on the input data selected by the user in step 203. In step 205, the regular expression generator 110 may update the user interface, for example, to display the generated regular expression and/or to highlight matching/non-matching data within the displayed data. In step 206, which may be optional in some embodiments, the user interface may support functionality to allow the user to modify the underlying data based on the generated regular expression. For example, the user interface may support features to allow the user to filter, modify, delete, or extract particular data fields from the tabular data, based on whether those fields match or do not match the regular expression. Filtering or modifying data may include modifying the underlying data stored in the repositories 130, and in some cases, extracted data may be stored in a repository 130 as new columns and/or new tables.
Although these steps illustrate a general and high-level overview of an example user interaction with the user interface of the regular expression generator 110, various additional features and functionalities may be supported in other embodiments. For example, in some embodiments, a regular expression code (or category code) may be associated with a minimum number of occurrences of the code. Additionally or alternatively, the regular expression code may be associated with a maximum number of occurrences of the code. As an example, a set of regular expression codes may include the code L<0,1> to indicate that a particular portion of an LCS includes a letter either at least zero times, and at most once.
Additionally, in some embodiments, the input data may include three or more character sequences. In such embodiments, techniques may be used to determine order for performing the LCS algorithms on the three or more character sequences, so that the resulting regular expression may be generated in a performant manner to avoid the exponential increase in runtime caused by the three or more input character sequences. The regular expression generator 110 may instead perform an LCS algorithm on two character sequences at a time, and may determine an order for selecting the pair of character sequences based on a graph. For example, a fully-connected graph may indicate that a first execution of the LCS algorithm (e.g., LCS1) should be performed for Sequence1 and Sequence3, and then a second execution of the LCS algorithm (e.g., LCS2) should be perform for LCS1 and Sequence2, and so on. The graph may be a fully-connected graph, with nodes representing the character sequences, and edges connecting the nodes to represent the length of an LCS shared by the connected nodes. Each node in the graph may be connected to every other node in the graph, and the order for selecting the character sequences may be determined by a performing a depth-first traversal of a minimum spanning tree for the graph.
In further embodiments, input data may be provided via the user interface in a number of different ways. For example, the input data may indicate a first user selection of one or more characters within a second user selection of a set of characters. For instance, a user may highlight a character within a set of previously highlighted characters. Thus, a second user selection may provide context for the first user selection, which may enable input data to be provided to the regular expression generator 110 with greater specificity. In some embodiments, the regular expression generator 110 may generate and display, in near-real-time, a regular expression in response to each user selection. For example, when a user highlights a first range of characters, the regular expression generator 110 may display a regular expression representing the first range of characters. Then, when the user highlights a second range of characters within the first range of characters, the regular expression generator 110 may update the regular expression that is displayed.
Additionally, in some embodiments, the regular expression generator 110 may generate regular expressions based on input comprising both positive and negative examples. As noted above, a positive example may refer to a sequence of characters that are to be encompassed by a regular expression, and a negative example may refer to a sequence of characters that are not to be encompassed by the regular expression. In such cases, the regular expression generator 110 may identify a shortest subsequence of one or more characters, at a particular location, that distinguish the positive example(s) from the negative example(s). The shortest subsequence then may be hard-coded within the regular expression that is generated by the regular expression generator 110. In various examples, the shortest subsequence may be included in a prefix/suffix portion, or mid-span within the negative example(s).
Further examples for automatically generating regular expressions according to certain embodiments are described below. These examples may correspond to various specific possible implementations of the general technique in
In some examples, the user inputs received via the user interface (e.g., step 203) may include one or more “positive examples” to be matched by the regular expression output, and zero or more “negative examples” that are not to be matched by the regular expression output. Optionally, one or more of the positive examples may be highlighted to select a particular range (or subsequence) of characters. In some cases, in step 204, the positive examples received via the user interface may be converted to spans of regular expression codes (e.g., character category codes such as Unicode category codes). For each positive example, a sequence of spans may be generated. A graph may be created in some embodiments, where each vertex corresponds to one of the sequences of spans, and the edge weight equals the length of the output from the LCS algorithm executed on those two sequences of spans corresponding to the endpoints of the edge. A minimum spanning tree may be determined for the graph. For example, Prim's algorithm may be used in some embodiments to obtain a minimum spanning tree. A depth-first traversal may be performed on the minimum spanning tree to determine a traversal order, after which the LCS algorithm may be executed on the first two elements of the traversal. Then, one by one, each additional element of the traversal may be merged in order into the current LCS output, by executing the LCS algorithm again on the output of the previous LCS iteration and the next current traversal element. The final output of the LCS algorithm, which may be a sequence of spans, then may be converted into a regular expression. The conversion may be a one-to-one conversion in some embodiments, while certain optional embellishments described herein might not correspond to one-to-one conversions. Finally, the resulting regular expression may be tested against all positive and negative examples received via the user interface in step 203. If any of the tests fail, then the aforementioned process may be repeated using all the positive examples and any negative examples that failed.
II. Regular Expression Generation Using Longest Common Subsequence Algorithm on Regular Expression Codes
As noted above, certain aspects described herein relate to generation of regular expressions based upon the calculation of a longest common subsequence (LCS) shared by different sets of regular expression codes corresponding to input data.
In step 302, each character sequence received in step 301 may be converted into a corresponding regular expression code. In various embodiments, the regular expression codes may be Loogle codes, Unicode category codes, or any other character class codes representing regular expression character classes. For example, an input character sequence “May 3” may be converted to the Loogle code “LLLZN.” In some embodiments, regular expression codes may be category codes based upon the Unicode category codes shown at https://www.regular-expressions.info/unicode.html#category. For instance, the code L may represent letters, the code N may represent numbers, the code Z may represent spaces, the code S may represent symbols, the code P may represent punctuation, and so on. For example, the code L may correspond to Unicode \p{L} and the code N may correspond to Unicode \p{N}.
In step 303, a longest common subsequence may be determined from among the sets of regular expression codes generated in step 302. In some embodiments, an LCS algorithm may be executed using two sets of regular expression codes as input. Various different characteristics of the execution of the LCS algorithm (e.g., direction of processing, anchoring, pushing spaces, coalescing low cardinality spans, aligning on common tokens, etc.), may be used in different embodiments. In step 304, a regular expression may be generated based on the output of the LCS algorithm. In some cases, step 304 may include capturing the output of the LCS algorithm in regular expression codes, and converting the regular expression codes into a regular expression. In step 305, the regular expression may be simplified and output, for example, by displaying the regular expression for the user via the user interface.
As shown in this example, the input strings received by the regular expression generator 110 may be converted into “regular expression codes” representing regular expression broad categories (which also may be referred to as “category codes”), and the LCS algorithm may be run on those regular expression codes. In some embodiments, the Unicode category codes may be used for the regular expression codes. For example, an input text string may be converted into codes representing regex Unicode broad categories (e.g., \pL for letters, \pP for punctuation, etc.). This approach, illustrated by
In some embodiments, the indirect approach may provide additional technical advantages, in that it need not require large amounts of training data, and may generate an effective regular expression with a relatively lower number of input examples. This is because the indirect approach employs heuristics to reduce the uncertainty in the regular expression generation, and to eliminate potential false positives and false negatives. For example, in generating a regular expression based on the input strings “May 3” and “April 11,” the direct approach may need at least one example for every month to generate an effective regular expression matching date patterns. Relying on only those two examples, the direct approach may generate a regex of “[Am] [op] [yr] [13] 1?” In contrast, the indirect approach, based on Unicode broad categories, may generate a more effective regular expression of “\pL{3} \ d{1, 2}”. Additionally, as noted above, one of the technical advantages described herein includes efficient generation of regular expressions using very little input data, even potentially from a single example. For instance, regarding generation of a regular expression from the single example “am”, a heuristic may determine whether to generate “am” or “\pL\pL” for the regular expression. Either is arguably correct, but so a programmed heuristic may implement user preferences and/or criteria to determine how to generate an optimal regular expression (e.g., whether or not it should match “pm” as well).
Additionally, the indirect approach may further simplify the generated regular expression “\ {3} \d{1,2}” to “[A-Za-z] {3} \d{1,2}” to make it more human-readable. This may be beneficial in some embodiments, such as when outputting to non-sophisticated regular expression users who might not be familiar with the Unicode expressions for regular expressions.
Further, in some embodiments, instead of treating each character independently when executing the LCS algorithm, sequential and equal regular expression codes may be converted into span data structures (which also may be referred to as spans). In some cases, a span may include a representation of single regular expression code (e.g., Unicode broad category code), along with a repetition count range (e.g., a minimum number and/or a maximum number). Conversion from regular expression codes into spans may facilitates some various additional features described below, such as recognizing alternations (e.g., disjunctions), and also may facilitate merging of adjacent optional spans to further simplify the generated regular expressions.
As noted above, the LCS algorithm may be configured to store and retain the underlying text fragments within the input character sequences, which may potentially be inserted back into the final regular expression, such as the string “iPhone” in
III. Regular Expression Generation Using Longest Common Subsequence Algorithm on Combinations of Regular Expression Codes
Additional aspects described herein relate to the generation of regular expressions based on input data comprising three or more strings (e.g., three or more separate character sequences). When three or more strings are identified as input data, the regular expression generator 110 may use a performance optimization feature in which an optimal order is determined for the sequence of LCS algorithm executions. As discussed below, the performance optimization feature for more than two strings may involve building a graph with a vertex corresponding to each string, and edge lengths/weights which may be based on the size of the LCS output between each string and every other string. A minimum spanning tree then may be derived using those edge weights, and a depth-first traversal may be performed to determine an order of the input strings. Finally, the series of LCS algorithms may be done using the determined order of input strings.
In order to improve and/or optimize the performance of such embodiments, it may be desirable to determine an optimal order for the input strings (e.g., input character sequences or regular expression codes) to perform the sequence of LCS algorithms. For example, a good order for taking the input strings may affect the readability of the generated regular expression, such as by minimizing the number of optional spans. To keep the generated regex concise, additional strings that are LCS'd into the current regex should preferably already be somewhat similar to the current regex (the intermediate result from LCS'ing the already-seen strings).
Thus, in step 501, the plurality (e.g., 3 or more) input character sequences are converted into regular expression codes. In step 502, an order is determined for processing the regular expression codes using the LCS algorithm. The determination of the order in step 502 is discussed more below in reference to
Referring briefly to
In some embodiments, the approach described in
As noted above, the LCS algorithm may be executed (k(k−1))/2 times, where sometimes the duplicates are the very same as have been seen before, because the LCS algorithm may when the raw input examples from the user have been converted to regex category codes. Thus, memorization may be implemented in some cases, in which a cache can be used to map previously-seen LCS problems to the previously worked LCS solution.
IV. Regular Expression Generation Based on Positive and Negative Pattern Matching Examples
Additional aspects described herein relate to generating regular expressions based on input data corresponding to both positive and negative examples. As noted above, a positive example may refer to an input data character sequence that is designated as an example string that should match the regular expression that will be generated by the regular expression generator. In contrast, a negative example may refer to an input data character sequence that is designated as an example string that should not match the regular expression that will be generated by the regular expression generator. As discussed below, in some embodiments, the regular expression generator 110 may be configured to identify a location and a shortest subsequence of characters at the location that distinguish the positive examples from the negative examples. The shortest subsequence then may be hard-coded into the generated regular expression, so that the positive examples will match the regular expression and the negative examples will be excluded by (e.g., will not match) the regular expression.
In step 903, the regular expression generator 110 may receive one additional input data character sequences corresponding to negative examples. Thus, the negative examples are specifically designated so as not the match the regular expression generated in step 902. In some embodiments, the negative examples received in step 903 may be initially tested against the regular expression generated in step 902, and if it is determined that the negative examples do not match the regular expression, then no further action is taken. However, in this example it may be assumed that at least one of the negative examples received in step 903 matches the regular expression generated in step 902. Thus, in step 904, a disambiguation location may be determined within the regular expression generated in step 902. In some embodiments, the disambiguation location may be selected as either the prefix location (e.g., at the beginning of the regular expression) or the suffix location (e.g., at the end of the regular expression). For instance, the regular expression generator 110 may determine a first number of characters that would be needed at the prefix to distinguish the positive examples from the negative examples, and second number of characters that would be needed at the suffix to distinguish the positive examples from the negative examples. The regular expression generator 110 may then select the suffix or prefix based on the shortest number of replacement characters needed. In some cases, using the prefix as the disambiguation location may be preferred (e.g., weighted) for readability purposes. In still other examples, the disambiguation location may be a mid-span location that does not correspond to the prefix or suffix of the regular expression.
In step 905, the regular expression generator 110 may determine a replacement sequence of custom character classes which, when inserted into the regular expression at the determined location, may distinguish the positive examples from the negative examples. In some embodiments, the regular expression generator 110 in step 905 may retrieve text fragments from each of the positive and negative examples, corresponding to the disambiguation location (or replacement location), and then use the text fragments to determine a discriminator to be used as a replacement sequence that distinguishes the positive examples from the negative examples. Additionally, the discriminator replacement sequence determined in step 905 may include multiple different replacement sequences of custom character classes, which may be replaced either at the same location or at different locations within the regular expression.
As noted above, in some cases, the determination of the replacement sequence in step 905 may be performed in conjunction with the determination of the disambiguation location (or replacement location) in step 904. For example, the regular expression generator 110 may determine one or more replacement sequences which, at a first possible replacement location, may distinguish the positive from the negative examples. The regular expression generator 110 also may determine one or more other replacement sequences which, at a second different possible replacement location, may distinguish the positive from the negative examples. In this example, when selecting between the different possible replacement locations and corresponding replacement sequences, the regular expression generator 110 may apply a heuristic formula to perform the selection based on one or more of the sizes in characters of the replacement locations, and the numbers and/or sizes of the corresponding replacement sequences. Finally, in step 906, the regular expression may be modified by inserting the one or more determined replacement sequences into the determined location to replace the previous portion of the regular expression. In some cases, following the modification of the regular expression in step 906, the positive and/or negative examples may be tested against the modified regular expression to confirm that the positive examples match and that the negative examples do not match the regular expression.
As noted above, in some embodiments, when both positive and negative examples are received, the regular expression generator 110 may identify a discriminator, or the shortest subsequence of one or more characters that distinguish the positive example(s) from the negative example(s). The selected discriminator may be a shortest sequence (e.g., expressed in category codes), and may either be positive or negative, so that the positive examples will match and the negative examples will not. In some cases, the discriminator may correspond to a replacement subsequence which then may be hardcoded into the regular expression in step 905. As an example, in “[AL][a-z]+” the [AL] is a positive discriminator that, assuming it is applied to street suffixes, would match with (or allow) “Alley”, “Avenue”, and “Lane” but would not match with (or disallow) everything else. As another example, in “[BC][o][a-z]+” the [BC][o] is a positive discriminator consisting of a sequence of two character classes that would match with “Boulevard” and “Court”. As yet another example, in “[{circumflex over ( )}A][a-z]+” the [{circumflex over ( )}A] may be a negative discriminator that would disallow “Alley” and “Avenue”. In some cases, the algorithm may make generate a negative-look-behind to discriminate correctly. For example, (?<!Av)[A-Za-z]+ would exclude “Avenue” but would allow “Alley”.
As another example, if the user supplies the positive examples “202-456-7800” and “313-678-8900” and negative examples “404-765-9876” and “515-987-6570”, then in certain embodiments, the regular expression generator 110 may generate the regular expression “\d\d\d-\d\d\d-\d\d00”. That is, the replacement character subsequence may be identified for the suffix of the regular expression, based on the determination that phone numbers that end in 00 distinguish the positive examples from the negative examples (e.g., assuming that the goal is a regular expression the matches business phone numbers). This is an example of negative example by suffix (or more specifically, an example of accomodating negative examples by using a positive suffix), but various other embodiments may support either replacements at prefixes, suffixes, or mid-span locations. In examples of replacement at mid-span locations, a character offset into the span may be kept track of, and may be split at the mid-span point.
To decide between whether to use a prefix or suffix, in some embodiments, a heuristic is employed where the minimum score is chosen over all combinations of ka and prefix/suffix:
In the above example, the heuristic is designed to favor shorter disambiguation text fragments over longer ones (e.g., thus the multiplication by ka). The heuristic is also designed to favor the prefix over the suffix (e.g., thus the penalty of 0.1 for suffix), to improve readability. Finally, the heuristic is designed to favor disambiguating (e.g., replacing) a longer prefix or suffix, over disambiguating by using a larger number of string fragments (e.g., thus the squaring of the number of string fragments to be replaced.
As noted above, some embodiments also may support negative mid-span examples as well as negative look-behind examples and negative look-ahead examples.
Once a prefix/suffix and k (the number of characters to disambiguate) have been determined, the regular expression generator 110 still may determine how to represent that disambiguation in the generated regular expression. The generated regular expression may be either permissive for affixes (e.g., prefixes or suffixes) that look like the positive examples, or may exclude affixes that look like the negative examples.
If usePermissive is greater than zero, then things that look like the positive examples are allowed through by generating regular expressions that allows characters, one by one for (each character position), taken from the positive examples. In other cases, the regular expression generator 110 may take the approach of disallowing things that look like the negative examples by generating a regular expression that disallows characters, one by one (for each character position), taken from the negative examples.
As another example, a generated regular expression for the positive example 8 am and negative example 9 pm might be \d[{circumflex over ( )}p]m. This uses the caret syntax. In some cases, the regular expression generator 110 may be configured to favor a shorter regular expression, which may be not only more readable to the user, but also may be more likely to be correct. The rationale is that a frequently appearing character is more likely to appear again in the future, and so an emphasis should be placed upon frequently appearing characters. If there are fewer unique characters |Fp| (fewer unique because the ones that do appear do so more frequently) then this is rewarded in the heuristic by having it in the denominator.
Referring again to the usePermissive example heuristic above, determining one unique positive affix is no big feat if there was only one positive example from the user. Thus, in this heuristic low |Ep| is penalized by having it in the numerator (i.e. high |Ep| is rewarded in this heuristic).
Additionally, in some embodiments, negative examples may be based on look-behind and/or look-ahead. For example, the user may provide a positive example of “323-1234” and a negative example of “202-754-9876” then that involves use of the regex look-behind syntax (?<!) to exclude phone numbers with area codes.
Negative examples also may be based on optional spans in some cases. For example, the user may provide positive examples of “ab” and “a2b” and a negative example of “a3b”. In this case, an example implementation may fail, because it may attempt to discriminate based only on required spans and the “2” digit is in an optional span. In this example, failure may refer to a situation in which the generated regular expression matches all of the positive examples (correctly) and also matches one or more of the negative examples (erroneously). In such cases, the user may alerted to the failure and may be provided the options, via the user interface, to manually repair the generated regular expression and/or to remove some of the negative examples.
V. User Interface for Regular Expression Generation
Additional aspect described herein include several different features and functionality within a graphical user interface related to generation of regular expressions. As discussed below, certain of these features may including various options for user selection and highlighting for positive and negative examples, color-coding for positive and negative examples, and multiple overlapping/nested highlighting within a data cell.
Thus, as shown in
Thus, in addition to supplying the positive examples, the user also may select (e.g., via mouse text highlighting) a text fragment within any of the selected positive examples. In response, the regular expression generator 110 may create a regular expression capture group to extract that text fragment from the example as well as the corresponding fragment from all other matches in the text the regular expression is applied to. Extracting the text fragments from matching data cells also may include deleting and modifying, and may be used in some cases to create a new column of data out of an existing column of semi-structured or unstructured text.
Using an example of a user selecting a positive data example, and if the user highlighted the year, then the regular expression generator 110 may generate the regular expression (?:[A-Z]{3}\s+\d\d, \s+|\d\d/\d\d)(\d\d\d\d). As shown in this example, the regular expression generator 110 has put parentheses around the year, and also converted the old parentheses around the month and day (used for alternation) into a “non-capturing” group by use of the ?: regex syntax. In some embodiments, an extraction/capture group may be required to fall on span boundaries, and in such embodiments the regular expression generator 110 may take the highlighted character range as input and expands it to encompass the nearest anchor span boundaries. However, in other examples, the mid-span extraction/capture may be supported by the user interface.
In some embodiments, the user interface may support input data from uses that includes a selection of a first character sequence within a second character sequence. For instance, a user may highlight one or more characters within a larger previously highlighted character sequence, and the second user selection may provide context for the larger first user selection. Such embodiments may enable input data to be provided to the regular expression generator 110 with greater specificity.
Additionally, in some examples, an operation may be initiated and a dialog may be opened in response to a user selecting (e.g., highlighting text) within the user interface. In some cases, the dialog may be a non-model dialog, such as floating toolbox window that does not prevent user interaction with the main screen. The dialog also may change in appearance and/or functionality depending on what major operation the user is performing. Thus, in such cases, the user need not search for a further menu item after highlighting the selected text, in order to initiate the modification, extracting, etc., of the capture group text fragments. Additionally, in certain embodiments, the user interface provided for generating regular expressions may include three highlight modes: nested-auto, nested-manual, and single-level. In certain cases, the default mode of operation may be that the entire cell is identified as the highlighted region, and the user may further highlight one or more additional subsequences within the highlighted cell. In other modes, the user may be allowed to manually specify both highlights within a data cell of the tabular data display. In still other modes, the user may be allowed to manually specify an outer highlight with no inner highlight. These other modes may be better suited to “semi-structured” data, for example, a column of data consisting of tweets or other long strings such as browser “user agent” strings. “Semi-structured” data refers to data that may be displayed in tabular form within the user interface, but where a column within the table consists of unstructured text.
In some such embodiments, inner and outer selection (e.g., highlighting) by the user via the user interface may be distinguished by color coding. For example, the outer highlights of a positive example may be shown in a first text/background color combination, and the inner highlight of a positive example may be shown in a different contrasting text/background color combination.
As indicated above, a user may specify a selection of a capture group via selection of a character subsequence. The GUI may be used to facilitate user selection via highlighting (or other indications). An example is shown in
However, it should be appreciated that user highlighting is not limited to performance within automated highlighting. For example, user highlighting may alternatively be performed within other user highlighting. As another example, user highlighting may alternatively be performed without any inner highlighting (e.g., further highlighting within highlighted text). These alternative examples are particularly suitable for semi-structured data, such as a column of data comprising “Tweets” or other long strings (e.g., browser “user agent” strings).
Furthermore, upon generation of the corresponding regular expression, other column values 1402 matching the regular expression may be identified based upon additional automated highlighting. In the examples shown in
As shown in
In the example shown in
In some embodiments, specifying a negative example via the user interface need not require first specifying the example as a positive example, and then converting it into a negative example as shown in
Thus, using the examples shown in
Returning briefly to
In this example, in response to the selection of the “Extract” button, an extraction operation may be added to a list of transform scripts to be performed by a downstream operation. In some embodiments, the list of transform scripts may be displayed in a portion of the user interface for review/modification by the user. Alternatively, the extraction operation may be performed in situ to generate a new column comprising the contents of the regex capture group (e.g., the elements corresponding to the user-highlighted portions of a positive example). In the examples shown in
VI. Regular Expression Generation Using Longest Common Subsequence Algorithm on Spans
Additional aspects described herein relate to the generation of regular expressions, based on the LCS algorithm from one or more data input character sequences, but wherein the regular expression generator 110 also may handle characters that are present in only some of the examples. To handle characters that are present in only some input examples, spans may be defined in which both a minimum and maximum number of occurrences of a regular expression code are tracked. For example, for the character sequence inputs of “9 pm” and “9 pm” an optional space is present between the number and the “pm” text. In such cases, when a certain span (e.g., the single space between “9” and “pm”) might not be present at all of the given input examples, the minimum number of occurrences may be set to zero. These minimum and maximum numbers can then be mapped to the regular expression multiplicity syntax. A longest common subsequence (LCS) algorithm may be run on the spans of characters derived from the input examples, including “optional” spans (e.g., minimum length of zero) which do not appear in every input example. As discussed below, consecutive spans may be merged during the execution of the LCS algorithm. In such cases, when extra optional spans that are being carried along end up appearing consecutively, the LCS algorithm may be run recursively on those optional spans as well. That is, although the running of the LCS algorithm is by its nature recursive, in these cases the entire LCS algorithm may be run recursively (e.g., recursively running the recursive LCS algorithm). Among other technical advantages, this may allow for a shorter, cleaner, and more readable regular expression generation. For instance, (am| am) (i.e., with optional space before the am) might be generated without recursively running the LCS algorithm, whereas recursively running the LCS algorithm may result in the regular expression generated as (?am), which is shorter and cleaner.
In some embodiments, the rendition and use of optional space by the regular expression generator 110, during the execution of the LCS algorithm, may provide additional technical advantages with respect to performance and readability. For example, when generating regular expressions, it is desirable in some cases to be able to handle both the characters that are in common amongst all the given examples, and the characters that are present in only some of the examples.
In certain embodiments, for each span data structure, both the minimum number of occurrences of a category code and a maximum number of occurrences of the category code may be tracked. In the case where a span is not present at all in one or more of the given examples, the minimum is set to zero. As another example, to generate a regular expression to handle months of the year spelled out, minimum and maximum numbers may then be mapped to the regular expression multiplicity syntax involving curly braces (e.g., [A-Za-z] {3, 9}).
In some embodiments, the regular expression generator 110 may keep track of minimum and maximum number of occurrences for each span, but also may handle additional implementation details. For example, as a result of the combination of handling optional spans and running LCS on spans of characters, the regular expression generator 110 may be configured to detect and merge consecutive spans throughout the execution of the LCS algorithm. Additionally, the any extra optional spans being carried along sometimes appearing consecutively, and it may be desirable for the LCS algorithm to be run on those recursively as well. For example, in some cases, the regular expression generator 110 modify and/or extend the LCS algorithm to favor (or weight) fewer transitions between optional and required sequence elements (e.g., spans). For example, grouping optional spans together may minimize the number of grouping parentheses that have to be used within the regular expression, which may thus improve the human readability of the generated regular expression. In some cases, if the resultant lengths are equal even after considering optional spans, then the regular expression generator 110 may exhibit a preference for the alternative with fewer transitions between optional and required spans. For example, in some cases a standard LCS algorithm may be implemented to prefer the choice of longer sequences at its decision points. However, at decision points where the options are of equal length, a configuration preference may be programmed into the regular expression generator 110. One such configuration preference may be, for example, is to prefer shorter sequences (once optional spans are considered). Thus, the customized LCS within this configuration may simultaneously optimize for longer sequences (of required spans) and shorter sequences (of total required and optional spans).
In some embodiments, generated regular expressions may be more readable if they begin with a required span (which may also serve as a mental anchor to a human reader), rather than starting the regular expressions with optional spans. Thus, in some cases, if the resultant options have equal numbers of transitions, then the option with earlier non-optional spans may be chosen. Additionally, the LCS algorithm executed by the regular expression generator 110 may be configured in some embodiments to push all spaces (including optional spans corresponding to spaces) to the right within the regular expression. By pushing all the spaces to the right, there may be an increased chance that spans of spaces may be merged together, which may simplify the resulting regular expression as well as improving readability. Thus, during the execution of the LCS algorithm, when a determination is made that two sets of substrings have the same LCS, instead of arbitrarily selecting one of the two sets, the set that facilitates improved readability may be selected. Further, in some embodiments, the LCS algorithm may be configured to favor a greater number of required spans, and/or fewer optional spans, in order to improve readability.
As noted above, negative examples also may be based on optional spans in some cases. For example, the user may provide positive examples of “ab” and “a2b” and a negative example of “a3b”. In this case, an example implementation may fail, because it may attempt to discriminate based only on required spans and the “2” digit is in an optional span. In such cases, the user may alerted to the failure and may be provided the options, via the user interface, to manually repair the generated regular expression and/or to remove some of the negative examples.
In some embodiments, there may be an isSuccess returned as part of the JSON coming back from the REST service. In some embodiments, the generated regex may become a different color (e.g., red) when isSuccess=false.
VII. Regular Expression Generation Using Combinatoric Longest Common Subsequence Algorithms
Further aspects described herein relate to a combinatoric search, in which the LCS algorithm executed by the regular expression generator 110 may be run multiple times to generate a “correct” regular expression (e.g., a regular expression that properly matches all given positive examples and properly excludes all given negative examples), and/or to generate multiple correct regular expressions from which a most desirable or optimal regular expression may be selected. For example, during a combinatoric search, the full LCS algorithm and regular expression generation process may be run multiple times, including different combinations/permutations of text processing directions, different anchoring, and other different characteristics of the LCS algorithm.
In various embodiments, a combinatoric search such as that described above in reference to
Additionally, in some embodiments, the LCS algorithm may be executed with input data that is either forward or reversed (or similarly the LCS algorithm may be configured to receive the input data in the usual order and then reverse the order before executing the algorithm). Thus, in some embodiments, a combinatoric search of LCS algorithms that may be performed on a pair of input character sequences or codes may be:
In some embodiments, the combinatoric search of the LCS algorithm also may iterate over a greedy quantifier “?” and non-greedy quantifier “??”. For example, by default if there is an optional span a single question mark is emitted, e.g., [A-Z]+(?: [A-Z]\.)? [A-Z]+ for first and last name with optional middle initial. If a satisfactory regular expression cannot be found when using the greedy quantifier, then the combinatoric search may attempt to replace all question mark quantifiers with double-question mark quantifiers (e.g., [A-Z]+(?: [A-Z]\.)?? [A-Z]+). The double question mark corresponds to a non-greedy quantifier, which may instruct a downstream regular expression matcher to go into backtracking mode in order to find a match.
Additionally, in some embodiments, the combinatoric search of the LCS algorithm also may iterate over whether or not to prefer spaces on the right. For example, as noted above, a strategy may be used in some embodiments of pushing spaces to the right, e.g., when the LCS algorithm is faced with an arbitrary choice of otherwise equal options, in the hope that space spans may get merged together, resulting in a fewer number of overall spans. This feature adds another option to the combinatoric search, that is, to either push spaces to the right or execute in accordance with a traditional LCS approach of leaving the decision to be arbitrary.
Further, in some embodiments, the combinatoric search of LCS algorithm also may iterative over scanning/not scanning for literals common among all the examples, by running LCS on the original strings. In such embodiments, the LCS algorithm may be configured to identify and align on common words. As used herein, a “common word” may refer to a word that appears in every positive example. Once a common word is identified, its span type may be converted from LETTER to WORD, and the subsequent run through the LCS algorithm may then naturally aligns on it.
Thus, in the example below, a combinatoric search may iterate over several parameters/characteristics to reach 96 times that the complete LCS algorithm is to be performed. The various parameters/characteristics to be iterated over in this example are:
However, in other embodiments, the regular expression generator 110 may provide a performance enhancement, by which only the first three characteristics in the above list (Anchor, Pushing Spaces, and Coalescing Low Cardinality Spans to Wildcard, may participate in the combinatoric search. This may result in a far fewer number of complete LCS algorithm is to be performed (e.g., 3*2*2=12 times). In such embodiments, while the last three characteristics in the above list (Greedy Quantifier, Aligning the LCS Algorithm on Common Tokens, and Using “\w” to Represent Alphanumeric, Versus Keeping Letters “\pL” and Numbers “\pN” Treated as Separate Spans) do not participate in the combinatoric search, these characteristics may be tested at the end, individually and serially. Technical advantages may be realized in such embodiments, because dividing the search space in this manner may still resulted in a satisfactory regular expression being found, but with approximately an 8× speedup in performance.
To illustrate, the following example of a combinatoric search may provide a performance advantage over the previous example. In this example, the combinatoric search may be performed based on the following parameters/characteristics to be iterated over:
The combinatoric in this example may result in running the complete algorithm 3*2*2*2=24 times). The regular expression generator 110 then may take the best of the 24 results of the LCS algorithm, where “best” may means that (a) the LCS algorithm succeeded, and (b) the shortest regular expression was generated. The regular expression generator 110 then may perform the following three additional tasks:
In various embodiments, server 2112 may be adapted to run one or more services or software applications that enable automated generation of regular expressions, as described in this disclosure. For example, in certain embodiments, server 2112 may receive user input data transmitted from a client device, where the user input data is received by the client device through a user interface displayed at the client device. Server 2112 may then convert the user input data into a regular expression that is transmitted to the client device for display through the user interface.
In certain embodiments, server 2112 may also provide other services or software applications that can include non-virtual and virtual environments. In some embodiments, these services may be offered as web-based or cloud services, such as under a Software as a Service (SaaS) model to the users of client computing devices 2102, 2104, 2106, and/or 2108. Users operating client computing devices 2102, 2104, 2106, and/or 2108 may in turn utilize one or more client applications to interact with server 2112 to utilize the services provided by these components.
In the configuration depicted in
Users may use client computing devices 2102, 2104, 2106, and/or 2108 to execute one or more applications, which may generate regular expressions in accordance with the teachings of this disclosure. A client device may provide an interface that enables a user of the client device to interact with the client device. The client device may also output information to the user via this interface. Although
The client devices may include various types of computing systems such as portable handheld devices, general purpose computers such as personal computers and laptops, workstation computers, wearable devices, gaming systems, thin clients, various messaging devices, sensors or other sensing devices, and the like. These computing devices may run various types and versions of software applications and operating systems (e.g., Microsoft Windows®, Apple Macintosh®, UNIX® or UNIX-like operating systems, Linux or Linux-like operating systems such as Google Chrome™ OS) including various mobile operating systems (e.g., Microsoft Windows Mobile®, iOS®, Windows Phone®, Android™, BlackBerry®, Palm OS®). Portable handheld devices may include cellular phones, smartphones, (e.g., an iPhone®), tablets (e.g., iPad®), personal digital assistants (PDAs), and the like. Wearable devices may include Google Glass® head mounted display, and other devices. Gaming systems may include various handheld gaming devices, Internet-enabled gaming devices (e.g., a Microsoft Xbox® gaming console with or without a Kinect® gesture input device, Sony PlayStation® system, various gaming systems provided by Nintendo®, and others), and the like. The client devices may be capable of executing various different applications such as various Internet-related apps, communication applications (e.g., E-mail applications, short message service (SMS) applications) and may use various communication protocols.
Network(s) 2110 may be any type of network familiar to those skilled in the art that can support data communications using any of a variety of available protocols, including without limitation TCP/IP (transmission control protocol/Internet protocol), SNA (systems network architecture), IPX (Internet packet exchange), AppleTalk®, and the like. Merely by way of example, network(s) 2110 can be a local area network (LAN), networks based on Ethernet, Token-Ring, a wide-area network (WAN), the Internet, a virtual network, a virtual private network (VPN), an intranet, an extranet, a public switched telephone network (PSTN), an infra-red network, a wireless network (e.g., a network operating under any of the Institute of Electrical and Electronics (IEEE) 1002.11 suite of protocols, Bluetooth®, and/or any other wireless protocol), and/or any combination of these and/or other networks.
Server 2112 may be composed of one or more general purpose computers, specialized server computers (including, by way of example, PC (personal computer) servers, UNIX® servers, mid-range servers, mainframe computers, rack-mounted servers, etc.), server farms, server clusters, or any other appropriate arrangement and/or combination. Server 2112 can include one or more virtual machines running virtual operating systems, or other computing architectures involving virtualization such as one or more flexible pools of logical storage devices that can be virtualized to maintain virtual storage devices for the server. In various embodiments, server 2112 may be adapted to run one or more services or software applications that provide the functionality described in the foregoing disclosure.
The computing systems in server 2112 may run one or more operating systems including any of those discussed above, as well as any commercially available server operating system. Server 2112 may also run any of a variety of additional server applications and/or mid-tier applications, including HTTP (hypertext transport protocol) servers, FTP (file transfer protocol) servers, CGI (common gateway interface) servers, JAVA® servers, database servers, and the like. Exemplary database servers include without limitation those commercially available from Oracle®, Microsoft®, Sybase®, IBM® (International Business Machines), and the like.
In some implementations, server 2112 may include one or more applications to analyze and consolidate data feeds and/or event updates received from users of client computing devices 2102, 2104, 2106, and 2108. As an example, data feeds and/or event updates may include, but are not limited to, Twitter® feeds, Facebook® updates or real-time updates received from one or more third party information sources and continuous data streams, which may include real-time events related to sensor data applications, financial tickers, network performance measuring tools (e.g., network monitoring and traffic management applications), clickstream analysis tools, automobile traffic monitoring, and the like. Server 2112 may also include one or more applications to display the data feeds and/or real-time events via one or more display devices of client computing devices 2102, 2104, 2106, and 2108.
Distributed system 2100 may also include one or more data repositories 2114, 2116. These data repositories may be used to store data and other information in certain embodiments. For example, one or more of the data repositories 2114, 2116 may be used to store information such as a new column of data that matches a system-generated regular expression. Data repositories 2114, 2116 may reside in a variety of locations. For example, a data repository used by server 2112 may be local to server 2112 or may be remote from server 2112 and in communication with server 2112 via a network-based or dedicated connection. Data repositories 2114, 2116 may be of different types. In certain embodiments, a data repository used by server 2112 may be a database, for example, a relational database, such as databases provided by Oracle Corporation® and other vendors. One or more of these databases may be adapted to enable storage, update, and retrieval of data to and from the database in response to SQL-formatted commands.
In certain embodiments, one or more of data repositories 2114, 2116 may also be used by applications to store application data. The data repositories used by applications may be of different types such as, for example, a key-value store repository, an object store repository, or a general storage repository supported by a file system.
In certain embodiments, the functionalities described in this disclosure may be offered as services via a cloud environment.
Network(s) 2210 may facilitate communication and exchange of data between clients 2204, 2206, and 2208 and cloud infrastructure system 2202. Network(s) 2210 may include one or more networks. The networks may be of the same or different types. Network(s) 2210 may support one or more communication protocols, including wired and/or wireless protocols, for facilitating the communications.
The example depicted in
The term cloud service is generally used to refer to a service that is made available to users on demand and via a communication network such as the Internet by systems (e.g., cloud infrastructure system 2202) of a service provider. Typically, in a public cloud environment, servers and systems that make up the cloud service provider's system are different from the customer's own on-premise servers and systems. The cloud service provider's systems are managed by the cloud service provider. Customers may thus avail themselves of cloud services provided by a cloud service provider without having to purchase separate licenses, support, or hardware and software resources for the services. For example, a cloud service provider's system may host an application, and a user may, via the Internet, on demand, order and use the application without the user having to buy infrastructure resources for executing the application. Cloud services are designed to provide easy, scalable access to applications, resources and services. Several providers offer cloud services. For example, several cloud services are offered by Oracle Corporation® of Redwood Shores, Calif., such as middleware services, database services, Java cloud services, and others.
In certain embodiments, cloud infrastructure system 2202 may provide one or more cloud services using different models such as under a Software as a Service (SaaS) model, a Platform as a Service (PaaS) model, an Infrastructure as a Service (IaaS) model, and others, including hybrid service models. Cloud infrastructure system 2202 may include a suite of applications, middleware, databases, and other resources that enable provision of the various cloud services.
A SaaS model enables an application or software to be delivered to a customer over a communication network like the Internet, as a service, without the customer having to buy the hardware or software for the underlying application. For example, a SaaS model may be used to provide customers access to on-demand applications that are hosted by cloud infrastructure system 2202. Examples of SaaS services provided by Oracle Corporation® include, without limitation, various services for human resources/capital management, customer relationship management (CRM), enterprise resource planning (ERP), supply chain management (SCM), enterprise performance management (EPM), analytics services, social applications, and others.
An IaaS model is generally used to provide infrastructure resources (e.g., servers, storage, hardware and networking resources) to a customer as a cloud service to provide elastic compute and storage capabilities. Various IaaS services are provided by Oracle Corporation®.
A PaaS model is generally used to provide, as a service, platform and environment resources that enable customers to develop, run, and manage applications and services without the customer having to procure, build, or maintain such resources. Examples of PaaS services provided by Oracle Corporation® include, without limitation, Oracle Java Cloud Service (JCS), Oracle Database Cloud Service (DBCS), data management cloud service, various application development solutions services, and others.
Cloud services are generally provided on an on-demand self-service basis, subscription-based, elastically scalable, reliable, highly available, and secure manner. For example, a customer, via a subscription order, may order one or more services provided by cloud infrastructure system 2202. Cloud infrastructure system 2202 then performs processing to provide the services requested in the customer's subscription order. Cloud infrastructure system 2202 may be configured to provide one or more cloud services.
Cloud infrastructure system 2202 may provide the cloud services via different deployment models. In a public cloud model, cloud infrastructure system 2202 may be owned by a third party cloud services provider and the cloud services are offered to any general public customer, where the customer may be an individual or an enterprise. Under a private cloud model, cloud infrastructure system 2202 may be operated within an organization (e.g., within an enterprise organization) and services provided to customers that are within the organization. For example, the customers may be various departments of an enterprise such as the Human Resources department, the Payroll department, etc. or even individuals within the enterprise. Under a community cloud model, the cloud infrastructure system 2202 and the services provided may be shared by several organizations in a related community. Various other models such as hybrids of the above mentioned models may also be used.
Client computing devices 2204, 2206, and 2208 may be of different types (such as devices 2102, 2104, 2106, and 2108 depicted in
In some embodiments, the processing performed by cloud infrastructure system 2202 for providing management-related services may involve big data analysis. This analysis may involve using, analyzing, and manipulating large data sets to detect and visualize various trends, behaviors, relationships, etc. within the data. This analysis may be performed by one or more processors, possibly processing the data in parallel, performing simulations using the data, and the like. For example, big data analysis may be performed by cloud infrastructure system 2202 for determining regular expressions in an automated manner. The data used for this analysis may include structured data (e.g., data stored in a database or structured according to a structured model) and/or unstructured data (e.g., data blobs (binary large objects)).
As depicted in the example in
In certain embodiments, to facilitate efficient provisioning of these resources for supporting the various cloud services provided by cloud infrastructure system 2202 for different customers, the resources may be bundled into sets of resources or resource modules (also referred to as “pods”). Each resource module or pod may comprise a pre-integrated and optimized combination of resources of one or more types. In certain embodiments, different pods may be pre-provisioned for different types of cloud services. For example, a first set of pods may be provisioned for a database service, a second set of pods, which may include a different combination of resources than a pod in the first set of pods, may be provisioned for Java service, and the like. For some services, the resources allocated for provisioning the services may be shared between the services.
Cloud infrastructure system 2202 may itself internally use services 2232 that are shared by different components of cloud infrastructure system 2202 and which facilitate the provisioning of services by cloud infrastructure system 2202. These internal shared services may include, without limitation, a security and identity service, an integration service, an enterprise repository service, an enterprise manager service, a virus scanning and white list service, a high availability, backup and recovery service, service for enabling cloud support, an email service, a notification service, a file transfer service, and the like.
Cloud infrastructure system 2202 may comprise multiple subsystems. These subsystems may be implemented in software, or hardware, or combinations thereof. As depicted in
In certain embodiments, such as the example depicted in
Once properly validated, OMS 2220 may then invoke the order provisioning subsystem (OPS) 2224 that is configured to provision resources for the order including processing, memory, and networking resources. The provisioning may include allocating resources for the order and configuring the resources to facilitate the service requested by the customer order. The manner in which resources are provisioned for an order and the type of the provisioned resources may depend upon the type of cloud service that has been ordered by the customer. For example, according to one workflow, OPS 2224 may be configured to determine the particular cloud service being requested and identify a number of pods that may have been pre-configured for that particular cloud service. The number of pods that are allocated for an order may depend upon the size/amount/level/scope of the requested service. For example, the number of pods to be allocated may be determined based upon the number of users to be supported by the service, the duration of time for which the service is being requested, and the like. The allocated pods may then be customized for the particular requesting customer for providing the requested service.
Cloud infrastructure system 2202 may send a response or notification 2244 to the requesting customer to indicate when the requested service is now ready for use. In some instances, information (e.g., a link) may be sent to the customer that enables the customer to start using and availing the benefits of the requested services. In certain embodiments, for a customer requesting the automated-generation-of-regular-expressions-related service, the response may include instructions which, when executed, cause display of a user interface.
Cloud infrastructure system 2202 may provide services to multiple customers. For each customer, cloud infrastructure system 2202 is responsible for managing information related to one or more subscription orders received from the customer, maintaining customer data related to the orders, and providing the requested services to the customer. Cloud infrastructure system 2202 may also collect usage statistics regarding a customer's use of subscribed services. For example, statistics may be collected for the amount of storage used, the amount of data transferred, the number of users, and the amount of system up time and system down time, and the like. This usage information may be used to bill the customer. Billing may be done, for example, on a monthly cycle.
Cloud infrastructure system 2202 may provide services to multiple customers in parallel. Cloud infrastructure system 2202 may store information for these customers, including possibly proprietary information. In certain embodiments, cloud infrastructure system 2202 comprises an identity management subsystem (IMS) 2228 that is configured to manage customer information and provide the separation of the managed information such that information related to one customer is not accessible by another customer. IMS 2228 may be configured to provide various security-related services such as identity services; information access management, authentication and authorization services; services for managing customer identities and roles and related capabilities, and the like.
Bus subsystem 2302 provides a mechanism for letting the various components and subsystems of computer system 2300 communicate with each other as intended. Although bus subsystem 2302 is shown schematically as a single bus, alternative examples of the bus subsystem may utilize multiple buses. Bus subsystem 2302 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, a local bus using any of a variety of bus architectures, and the like. For example, such architectures may include an Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus, which may be implemented as a Mezzanine bus manufactured to the IEEE P1386.1 standard, and the like.
Processing subsystem 2304 controls the operation of computer system 2300 and may comprise one or more processors, application specific integrated circuits (ASICs), or field programmable gate arrays (FPGAs). The processors may include be single core or multicore processors. The processing resources of computer system 2300 may be organized into one or more processing units 2332, 2334, etc. A processing unit may include one or more processors, one or more cores from the same or different processors, a combination of cores and processors, or other combinations of cores and processors. In some embodiments, processing subsystem 2304 may include one or more special purpose co-processors such as graphics processors, digital signal processors (DSPs), or the like. In some embodiments, some or all of the processing units of processing subsystem 2304 may be implemented using customized circuits, such as application specific integrated circuits (ASICs), or field programmable gate arrays (FPGAs).
In some embodiments, the processing units in processing subsystem 2304 may execute instructions stored in system memory 2310 or on computer readable storage media 2322. In various examples, the processing units may execute a variety of programs or code instructions and may maintain multiple concurrently executing programs or processes. At any given time, some or all of the program code to be executed may be resident in system memory 2310 and/or on computer-readable storage media 2322 including potentially on one or more storage devices. Through suitable programming, processing subsystem 2304 may provide various functionalities described above. In instances where computer system 2300 is executing one or more virtual machines, one or more processing units may be allocated to each virtual machine.
In certain embodiments, a processing acceleration unit 2306 may optionally be provided for performing customized processing or for off-loading some of the processing performed by processing subsystem 2304 so as to accelerate the overall processing performed by computer system 2300.
I/O subsystem 2308 may include devices and mechanisms for inputting information to computer system 2300 and/or for outputting information from or via computer system 2300. In general, use of the term input device is intended to include all possible types of devices and mechanisms for inputting information to computer system 2300. User interface input devices may include, for example, a keyboard, pointing devices such as a mouse or trackball, a touchpad or touch screen incorporated into a display, a scroll wheel, a click wheel, a dial, a button, a switch, a keypad, audio input devices with voice command recognition systems, microphones, and other types of input devices. User interface input devices may also include motion sensing and/or gesture recognition devices such as the Microsoft Kinect® motion sensor that enables users to control and interact with an input device, the Microsoft Xbox® 360 game controller, devices that provide an interface for receiving input using gestures and spoken commands. User interface input devices may also include eye gesture recognition devices such as the Google Glass® blink detector that detects eye activity (e.g., “blinking” while taking pictures and/or making a menu selection) from users and transforms the eye gestures as inputs to an input device (e.g., Google Glass®). Additionally, user interface input devices may include voice recognition sensing devices that enable users to interact with voice recognition systems (e.g., Siri® navigator) through voice commands.
Other examples of user interface input devices include, without limitation, three dimensional (3D) mice, joysticks or pointing sticks, gamepads and graphic tablets, and audio/visual devices such as speakers, digital cameras, digital camcorders, portable media players, webcams, image scanners, fingerprint scanners, barcode reader 3D scanners, 3D printers, laser rangefinders, and eye gaze tracking devices. Additionally, user interface input devices may include, for example, medical imaging input devices such as computed tomography, magnetic resonance imaging, position emission tomography, and medical ultrasonography devices. User interface input devices may also include, for example, audio input devices such as MIDI keyboards, digital musical instruments and the like.
In general, use of the term output device is intended to include all possible types of devices and mechanisms for outputting information from computer system 2300 to a user or other computer. User interface output devices may include a display subsystem, indicator lights, or non-visual displays such as audio output devices, etc. The display subsystem may be a cathode ray tube (CRT), a flat-panel device, such as that using a liquid crystal display (LCD) or plasma display, a projection device, a touch screen, and the like. For example, user interface output devices may include, without limitation, a variety of display devices that visually convey text, graphics and audio/video information such as monitors, printers, speakers, headphones, automotive navigation systems, plotters, voice output devices, and modems.
Storage subsystem 2318 provides a repository or data store for storing information and data that is used by computer system 2300. Storage subsystem 2318 provides a tangible non-transitory computer-readable storage medium for storing the basic programming and data constructs that provide the functionality of some examples. Storage subsystem 2318 may store software (e.g., programs, code modules, instructions) that when executed by processing subsystem 2304 provides the functionality described above. The software may be executed by one or more processing units of processing subsystem 2304. Storage subsystem 2318 may also provide a repository for storing data used in accordance with the teachings of this disclosure.
Storage subsystem 2318 may include one or more non-transitory memory devices, including volatile and non-volatile memory devices. As shown in
By way of example, and not limitation, as depicted in
Computer-readable storage media 2322 may store programming and data constructs that provide the functionality of some examples. Computer-readable media 2322 may provide storage of computer-readable instructions, data structures, program modules, and other data for computer system 2300. Software (programs, code modules, instructions) that, when executed by processing subsystem 2304 provides the functionality described above, may be stored in storage subsystem 2318. By way of example, computer-readable storage media 2322 may include non-volatile memory such as a hard disk drive, a magnetic disk drive, an optical disk drive such as a CD ROM, DVD, a Blu-Ray® disk, or other optical media. Computer-readable storage media 2322 may include, but is not limited to, Zip® drives, flash memory cards, universal serial bus (USB) flash drives, secure digital (SD) cards, DVD disks, digital video tape, and the like. Computer-readable storage media 2322 may also include, solid-state drives (SSD) based on non-volatile memory such as flash-memory based SSDs, enterprise flash drives, solid state ROM, and the like, SSDs based on volatile memory such as solid state RAM, dynamic RAM, static RAM, DRAM-based SSDs, magnetoresistive RAM (MRAM) SSDs, and hybrid SSDs that use a combination of DRAM and flash memory based SSDs.
In certain embodiments, storage subsystem 2318 may also include computer-readable storage media reader 2320 that may further be connected to computer-readable storage media 2322. Reader 2320 may receive and be configured to read data from a memory device such as a disk, a flash drive, etc.
In certain embodiments, computer system 2300 may support virtualization technologies, including but not limited to virtualization of processing and memory resources. For example, computer system 2300 may provide support for executing one or more virtual machines. In certain embodiments, computer system 2300 may execute a program such as a hypervisor that facilitated the configuring and managing of the virtual machines. Each virtual machine may be allocated memory, compute (e.g., processors, cores), I/O, and networking resources. Each virtual machine generally runs independently of the other virtual machines. A virtual machine typically runs its own operating system, which may be the same as or different from the operating systems executed by other virtual machines executed by computer system 2300. Accordingly, multiple operating systems may potentially be run concurrently by computer system 2300.
Communications subsystem 2324 provides an interface to other computer systems and networks. Communications subsystem 2324 serves as an interface for receiving data from and transmitting data to other systems from computer system 2300. For example, communications subsystem 2324 may enable computer system 2300 to establish a communication channel to one or more client devices via the Internet for receiving and sending information from and to the client devices.
Communication subsystem 2324 may support both wired and/or wireless communication protocols. In certain embodiments, communications subsystem 2324 may include radio frequency (RF) transceiver components for accessing wireless voice and/or data networks (e.g., using cellular telephone technology, advanced data network technology, such as 3G, 4G or EDGE (enhanced data rates for global evolution), WiFi (IEEE 802.XX family standards, or other mobile communication technologies, or any combination thereof), global positioning system (GPS) receiver components, and/or other components. In some embodiments, communications subsystem 2324 may provide wired network connectivity (e.g., Ethernet) in addition to or instead of a wireless interface.
Communication subsystem 2324 may receive and transmit data in various forms. In some embodiments, in addition to other forms, communications subsystem 2324 may receive input communications in the form of structured and/or unstructured data feeds 2326, event streams 2328, event updates 2330, and the like. For example, communications subsystem 2324 may be configured to receive (or send) data feeds 2326 in real-time from users of social media networks and/or other communication services such as Twitter® feeds, Facebook® updates, web feeds such as Rich Site Summary (RSS) feeds, and/or real-time updates from one or more third party information sources.
In certain embodiments, communications subsystem 2324 may be configured to receive data in the form of continuous data streams, which may include event streams 2328 of real-time events and/or event updates 2330, that may be continuous or unbounded in nature with no explicit end. Examples of applications that generate continuous data may include, for example, sensor data applications, financial tickers, network performance measuring tools (e.g. network monitoring and traffic management applications), clickstream analysis tools, automobile traffic monitoring, and the like.
Communications subsystem 2324 may also be configured to communicate data from computer system 2300 to other computer systems or networks. The data may be communicated in various different forms such as structured and/or unstructured data feeds 2326, event streams 2328, event updates 2330, and the like to one or more databases that may be in communication with one or more streaming data source computers coupled to computer system 2300.
Computer system 2300 may be one of various types, including a handheld portable device (e.g., an iPhone® cellular phone, an iPad® computing tablet, a PDA), a wearable device (e.g., a Google Glass® head mounted display), a personal computer, a workstation, a mainframe, a kiosk, a server rack, or any other data processing system. Due to the ever-changing nature of computers and networks, the description of computer system 2300 depicted in
Although specific examples have been described, various modifications, alterations, alternative constructions, and equivalents are possible. Examples are not restricted to operation within certain specific data processing environments, but are free to operate within a plurality of data processing environments. Additionally, although certain examples have been described using a particular series of transactions and steps, it should be apparent to those skilled in the art that this is not intended to be limiting. Although some flowcharts describe operations as a sequential process, many of the operations may be performed in parallel or concurrently. In addition, the order of the operations may be rearranged. A process may have additional steps not included in the figure. Various features and aspects of the above-described examples may be used individually or jointly.
Further, while certain examples have been described using a particular combination of hardware and software, it should be recognized that other combinations of hardware and software are also possible. Certain examples may be implemented only in hardware, or only in software, or using combinations thereof. The various processes described herein may be implemented on the same processor or different processors in any combination.
Where devices, systems, components or modules are described as being configured to perform certain operations or functions, such configuration may be accomplished, for example, by designing electronic circuits to perform the operation, by programming programmable electronic circuits (such as microprocessors) to perform the operation such as by executing computer instructions or code, or processors or cores programmed to execute code or instructions stored on a non-transitory memory medium, or any combination thereof. Processes may communicate using a variety of techniques including but not limited to conventional techniques for inter-process communications, and different pairs of processes may use different techniques, or the same pair of processes may use different techniques at different times.
Specific details are given in this disclosure to provide a thorough understanding of the examples. However, examples may be practiced without these specific details. For example, well-known circuits, processes, algorithms, structures, and techniques have been shown without unnecessary detail in order to avoid obscuring the examples. This description provides example examples only, and is not intended to limit the scope, applicability, or configuration of other examples. Rather, the preceding description of the examples will provide those skilled in the art with an enabling description for implementing various examples. Various changes may be made in the function and arrangement of elements.
The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense. It will, however, be evident that additions, subtractions, deletions, and other modifications and changes may be made thereunto without departing from the broader spirit and scope as set forth in the claims. Thus, although specific examples have been described, these are not intended to be limiting. Various modifications and equivalents are within the scope of the following claims.
In the foregoing specification, aspects of the disclosure are described with reference to specific examples thereof, but those skilled in the art will recognize that the disclosure is not limited thereto. Various features and aspects of the above-described disclosure may be used individually or jointly. Further, examples may be utilized in any number of environments and applications beyond those described herein without departing from the broader spirit and scope of the specification. The specification and drawings are, accordingly, to be regarded as illustrative rather than restrictive.
In the foregoing description, for the purposes of illustration, methods were described in a particular order. It should be appreciated that in alternate examples, the methods may be performed in a different order than that described. It should also be appreciated that the methods described above may be performed by hardware components or may be embodied in sequences of machine-executable instructions, which may be used to cause a machine, such as a general-purpose or special-purpose processor or logic circuits programmed with the instructions to perform the methods. These machine-executable instructions may be stored on one or more machine readable mediums, such as CD-ROMs or other type of optical disks, floppy diskettes, ROMs, RAMs, EPROMs, EEPROMs, magnetic or optical cards, flash memory, or other types of machine-readable mediums suitable for storing electronic instructions. Alternatively, the methods may be performed by a combination of hardware and software.
Where components are described as being configured to perform certain operations, such configuration may be accomplished, for example, by designing electronic circuits or other hardware to perform the operation, by programming programmable electronic circuits (e.g., microprocessors, or other suitable electronic circuits) to perform the operation, or any combination thereof.
While illustrative examples of the application have been described in detail herein, it is to be understood that the inventive concepts may be otherwise variously embodied and employed, and that the appended claims are intended to be construed to include such variations, except as limited by the prior art.
Where components are described as being “configured to” perform certain operations, such configuration may be accomplished, for example, by designing electronic circuits or other hardware to perform the operation, by programming programmable electronic circuits (e.g., microprocessors, or other suitable electronic circuits) to perform the operation, or any combination thereof.
Rivas, Luis E., Kreider, Mark L., Malak, Michael
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
10474707, | Sep 21 2015 | International Business Machines Corporation | Detecting longest regular expression matches |
11263247, | Jun 13 2018 | Oracle International Corporation | Regular expression generation using longest common subsequence algorithm on spans |
11347779, | Jun 13 2018 | Oracle International Corporation | User interface for regular expression generation |
11354305, | Jun 13 2018 | Oracle International Corporation | User interface commands for regular expression generation |
6373971, | Jun 12 1997 | TWITTER, INC | Method and apparatus for pattern discovery in protein sequences |
7389530, | Sep 12 2003 | GOOGLE LLC | Portable electronic door opener device and method for secure door opening |
7540025, | Nov 18 2004 | Cisco Technology, Inc. | Mitigating network attacks using automatic signature generation |
7680867, | Jan 10 2006 | Silver Creek Systems, Inc. | Method and apparatus for normalizing and converting structured content |
7792814, | Sep 30 2005 | REGIONAL RESOURCES LIMITED | Apparatus and method for parsing unstructured data |
7814111, | Jan 03 2006 | MICROSOFT INTERNATIONAL HOLDINGS B V | Detection of patterns in data records |
7818311, | Sep 25 2007 | Microsoft Technology Licensing, LLC | Complex regular expression construction |
8484238, | Sep 06 2007 | International Business Machines Corporation | Automatically generating regular expressions for relaxed matching of text patterns |
8577817, | Mar 02 2011 | Narus, Inc. | System and method for using network application signatures based on term transition state machine |
8843508, | Dec 21 2009 | AT&T Intellectual Property I, L.P.; AT&T Intellectual Property I, LP | System and method for regular expression matching with multi-strings and intervals |
8862603, | Nov 03 2010 | AVAGO TECHNOLOGIES INTERNATIONAL SALES PTE LIMITED | Minimizing state lists for non-deterministic finite state automatons |
8892580, | Nov 03 2010 | Microsoft Technology Licensing, LLC | Transformation of regular expressions |
9959265, | May 08 2014 | GOOGLE LLC | Populating values in a spreadsheet using semantic cues |
20020143780, | |||
20050055365, | |||
20050273450, | |||
20050278175, | |||
20060062468, | |||
20070013968, | |||
20070198565, | |||
20090070327, | |||
20100174678, | |||
20110153641, | |||
20110185230, | |||
20110307874, | |||
20120124064, | |||
20140040313, | |||
20140122932, | |||
20140164376, | |||
20140258189, | |||
20140359574, | |||
20140372854, | |||
20150074507, | |||
20150278355, | |||
20150286346, | |||
20150378977, | |||
20160026730, | |||
20160092090, | |||
20160117387, | |||
20160125007, | |||
20160224531, | |||
20170083613, | |||
20170090874, | |||
20170091190, | |||
20170116238, | |||
20170161631, | |||
20170220218, | |||
20170220543, | |||
20180113894, | |||
20180275393, | |||
20180322218, | |||
20180367699, | |||
20190026437, | |||
20190095439, | |||
JP2005234661, | |||
JP2017204108, | |||
WO2015012812, | |||
WO2016119954, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jun 10 2019 | MALAK, MICHAEL | Oracle International Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 049440 | /0354 | |
Jun 10 2019 | RIVAS, LUIS E | Oracle International Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 049440 | /0354 | |
Jun 10 2019 | KREIDER, MARK L | Oracle International Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 049440 | /0354 | |
Jun 11 2019 | Oracle International Corporation | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Jun 11 2019 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
Date | Maintenance Schedule |
Oct 24 2026 | 4 years fee payment window open |
Apr 24 2027 | 6 months grace period start (w surcharge) |
Oct 24 2027 | patent expiry (for year 4) |
Oct 24 2029 | 2 years to revive unintentionally abandoned end. (for year 4) |
Oct 24 2030 | 8 years fee payment window open |
Apr 24 2031 | 6 months grace period start (w surcharge) |
Oct 24 2031 | patent expiry (for year 8) |
Oct 24 2033 | 2 years to revive unintentionally abandoned end. (for year 8) |
Oct 24 2034 | 12 years fee payment window open |
Apr 24 2035 | 6 months grace period start (w surcharge) |
Oct 24 2035 | patent expiry (for year 12) |
Oct 24 2037 | 2 years to revive unintentionally abandoned end. (for year 12) |