Regular expression compressing method for DFA (Discriminant Function Analysis)
A compression method and expression technology, which is applied in the field of DFA regular expression compression, can solve the problems of DFA space explosion and difficulty in supporting regular expressions, and achieve the effect of reducing storage space
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0013] First give an example of regular expression and DFA.
[0014] Suppose the regular expression is: \$[0-9]+(\.[0-9]{2}){0, 1}
[0015] The function of this expression is to identify the number of dollars (beginning with $, followed by multiple). Figure (a) is a state transition diagram, and Figure (b) is a state transition table. The transfer table has a total of 256 columns, each corresponding to 256 values of a byte; the ~... in the last column in the figure represents all letters except 0~9, ., $. In state D, if you input ".", you will enter state C; if you input a value between 0 and 9, you will remain in state D.
[0016] The present invention adopts hardware to perform regular expression matching, specifically, FPGA (Field Programmable Gate Array, Field Programmable Gate Array) programmable logic device can be used but not limited to.
[0017] Most states of DFA have only a few different values (for example, although each row has 256 values in the example, ...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com