EP3807785A1 - Reguläre expressionserzeugung unter verwendung eines algorithmus der längsten gemeinsamen subsequenz auf regulären expressionscodes - Google Patents

Reguläre expressionserzeugung unter verwendung eines algorithmus der längsten gemeinsamen subsequenz auf regulären expressionscodes

Info

Publication number
EP3807785A1
EP3807785A1 EP19737319.4A EP19737319A EP3807785A1 EP 3807785 A1 EP3807785 A1 EP 3807785A1 EP 19737319 A EP19737319 A EP 19737319A EP 3807785 A1 EP3807785 A1 EP 3807785A1
Authority
EP
European Patent Office
Prior art keywords
regular expression
lcs
algorithm
codes
lcs algorithm
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
EP19737319.4A
Other languages
English (en)
French (fr)
Inventor
Michael MALAK
Luis E. RIVAS
Mark L. Kreider
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oracle International Corp
Original Assignee
Oracle International Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oracle International Corp filed Critical Oracle International Corp
Publication of EP3807785A1 publication Critical patent/EP3807785A1/de
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3329Natural language query formulation or dialogue systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • G06F16/24522Translation of natural language queries to structured queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3322Query formulation using system suggestions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3338Query expansion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/334Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • G06F16/90344Query processing by using string matching techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • G06F18/232Non-hierarchical techniques
    • G06F18/2323Non-hierarchical techniques based on graph theory, e.g. minimum spanning trees [MST] or graph cuts
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/126Character encoding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/146Coding or compression of tree-structured data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/194Calculation of difference between files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/10Character recognition
    • G06V30/19Recognition using electronic means
    • G06V30/196Recognition using electronic means using sequential comparisons of the image signals with a plurality of references
    • G06V30/1983Syntactic or structural pattern recognition, e.g. symbolic string recognition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
EP19737319.4A 2018-06-13 2019-06-12 Reguläre expressionserzeugung unter verwendung eines algorithmus der längsten gemeinsamen subsequenz auf regulären expressionscodes Pending EP3807785A1 (de)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201862684498P 2018-06-13 2018-06-13
US201862749001P 2018-10-22 2018-10-22
US16/438,316 US20190384796A1 (en) 2018-06-13 2019-06-11 Regular expression generation using longest common subsequence algorithm on regular expression codes
PCT/US2019/036815 WO2019241416A1 (en) 2018-06-13 2019-06-12 Regular expression generation using longest common subsequence algorithm on regular expression codes

Publications (1)

Publication Number Publication Date
EP3807785A1 true EP3807785A1 (de) 2021-04-21

Family

ID=68839179

Family Applications (4)

Application Number Title Priority Date Filing Date
EP19737326.9A Pending EP3807788A1 (de) 2018-06-13 2019-06-12 Benutzerschnittstelle zur regulären expressionserzeugung
EP19737324.4A Pending EP3807787A1 (de) 2018-06-13 2019-06-12 Reguläre expressionsgeneration auf der grundlage von positiven und negativen musterabgleichsbeispielen
EP19737319.4A Pending EP3807785A1 (de) 2018-06-13 2019-06-12 Reguläre expressionserzeugung unter verwendung eines algorithmus der längsten gemeinsamen subsequenz auf regulären expressionscodes
EP19737323.6A Withdrawn EP3807786A1 (de) 2018-06-13 2019-06-12 Reguläre expressionserzeugung unter verwendung des längsten gemeinsamen untersequenzalgorithmus auf kombinationen von regulären expressionscodes

Family Applications Before (2)

Application Number Title Priority Date Filing Date
EP19737326.9A Pending EP3807788A1 (de) 2018-06-13 2019-06-12 Benutzerschnittstelle zur regulären expressionserzeugung
EP19737324.4A Pending EP3807787A1 (de) 2018-06-13 2019-06-12 Reguläre expressionsgeneration auf der grundlage von positiven und negativen musterabgleichsbeispielen

Family Applications After (1)

Application Number Title Priority Date Filing Date
EP19737323.6A Withdrawn EP3807786A1 (de) 2018-06-13 2019-06-12 Reguläre expressionserzeugung unter verwendung des längsten gemeinsamen untersequenzalgorithmus auf kombinationen von regulären expressionscodes

Country Status (5)

Country Link
US (7) US11347779B2 (de)
EP (4) EP3807788A1 (de)
JP (5) JP7386818B2 (de)
CN (4) CN112166430A (de)
WO (4) WO2019241425A1 (de)

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130091266A1 (en) * 2011-10-05 2013-04-11 Ajit Bhave System for organizing and fast searching of massive amounts of data
US10915583B2 (en) 2015-01-30 2021-02-09 Splunk Inc. Suggested field extraction
US10726037B2 (en) 2015-01-30 2020-07-28 Splunk Inc. Automatic field extraction from filed values
US9842160B2 (en) 2015-01-30 2017-12-12 Splunk, Inc. Defining fields from particular occurences of field labels in events
US9977803B2 (en) * 2015-01-30 2018-05-22 Splunk Inc. Column-based table manipulation of event data
US11941018B2 (en) 2018-06-13 2024-03-26 Oracle International Corporation Regular expression generation for negative example using context
US11347779B2 (en) 2018-06-13 2022-05-31 Oracle International Corporation User interface for regular expression generation
US11580166B2 (en) 2018-06-13 2023-02-14 Oracle International Corporation Regular expression generation using span highlighting alignment
EP3940546A1 (de) * 2019-03-15 2022-01-19 Hitachi, Ltd. Datenintegrationsauswertungssystem und datenintegrationsauswertungsverfahren
US11694029B2 (en) * 2019-08-19 2023-07-04 Oracle International Corporation Neologism classification techniques with trigrams and longest common subsequences
CN111339174A (zh) * 2020-02-24 2020-06-26 京东方科技集团股份有限公司 数据交换的方法、装置、可读性存储介质及数据交换系统
WO2021186364A1 (en) * 2020-03-17 2021-09-23 L&T Technology Services Limited Extracting text-entities from a document matching a received input
US11074048B1 (en) 2020-04-28 2021-07-27 Microsoft Technology Licensing, Llc Autosynthesized sublanguage snippet presentation
US11327728B2 (en) 2020-05-07 2022-05-10 Microsoft Technology Licensing, Llc Source code text replacement by example
US11520831B2 (en) * 2020-06-09 2022-12-06 Servicenow, Inc. Accuracy metric for regular expression
CN111797594B (zh) * 2020-06-29 2023-02-07 深圳壹账通智能科技有限公司 基于人工智能的字符串处理方法及相关设备
US11900080B2 (en) 2020-07-09 2024-02-13 Microsoft Technology Licensing, Llc Software development autocreated suggestion provenance
US11526553B2 (en) * 2020-07-23 2022-12-13 Vmware, Inc. Building a dynamic regular expression from sampled data
US11750636B1 (en) * 2020-11-09 2023-09-05 Two Six Labs, LLC Expression analysis for preventing cyberattacks
CN112507982B (zh) * 2021-02-02 2021-05-07 成都东方天呈智能科技有限公司 一种人脸特征码的跨模型转换系统及方法
US20220291859A1 (en) * 2021-03-12 2022-09-15 Kasten, Inc. Cloud-native cross-environment restoration
US11941372B2 (en) 2021-04-01 2024-03-26 Microsoft Technology Licensing, Llc Edit automation using an anchor target list
US11875136B2 (en) 2021-04-01 2024-01-16 Microsoft Technology Licensing, Llc Edit automation using a temporal edit pattern
CN113268246B (zh) * 2021-05-28 2022-05-13 大箴(杭州)科技有限公司 正则表达式的生成方法、装置及计算机设备
CN113609821B (zh) * 2021-06-30 2023-07-18 北京新氧科技有限公司 一种正则表达式转换方法、装置、设备及存储介质
US20230229850A1 (en) * 2022-01-14 2023-07-20 Microsoft Technology Licensing, Llc Smart tabular paste from a clipboard buffer
US20230325157A1 (en) * 2022-04-11 2023-10-12 Nvidia Corporation Regular expression processor
CN114741469A (zh) * 2022-04-11 2022-07-12 上海弘玑信息技术有限公司 正则表达式的生成方法及电子设备
WO2023238259A1 (ja) * 2022-06-07 2023-12-14 日本電信電話株式会社 修正装置、修正方法及び修正プログラム
US11494422B1 (en) * 2022-06-28 2022-11-08 Intuit Inc. Field pre-fill systems and methods
CN116795315B (zh) * 2023-06-26 2024-02-09 广东凯普科技智造有限公司 基于单片机在lcd上实现字符串连续显示的方法及系统

Family Cites Families (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6373971B1 (en) * 1997-06-12 2002-04-16 International Business Machines Corporation Method and apparatus for pattern discovery in protein sequences
WO2002001401A1 (en) 2000-06-26 2002-01-03 Onerealm Inc. Method and apparatus for normalizing and converting structured content
US6738770B2 (en) 2000-11-04 2004-05-18 Deep Sky Software, Inc. System and method for filtering and sorting data
FI121583B (fi) * 2002-07-05 2011-01-14 Syslore Oy Symbolijonon etsintä
US20050055365A1 (en) * 2003-09-09 2005-03-10 I.V. Ramakrishnan Scalable data extraction techniques for transforming electronic documents into queriable archives
US7389530B2 (en) 2003-09-12 2008-06-17 International Business Machines Corporation Portable electronic door opener device and method for secure door opening
JP4363214B2 (ja) 2004-02-17 2009-11-11 日本電気株式会社 アクセスポリシ生成システム、アクセスポリシ生成方法およびアクセスポリシ生成用プログラム
US20050273450A1 (en) 2004-05-21 2005-12-08 Mcmillen Robert J Regular expression acceleration engine and processing model
US7561739B2 (en) 2004-09-22 2009-07-14 Microsoft Corporation Analyzing scripts and determining characters in expression recognition
US7540025B2 (en) 2004-11-18 2009-05-26 Cisco Technology, Inc. Mitigating network attacks using automatic signature generation
CA2928051C (en) 2005-07-15 2018-07-24 Indxit Systems, Inc. Systems and methods for data indexing and processing
US7792814B2 (en) 2005-09-30 2010-09-07 Sap, Ag Apparatus and method for parsing unstructured data
US7814111B2 (en) 2006-01-03 2010-10-12 Microsoft International Holdings B.V. Detection of patterns in data records
US7958164B2 (en) * 2006-02-16 2011-06-07 Microsoft Corporation Visual design of annotated regular expression
JP4897454B2 (ja) 2006-12-06 2012-03-14 三菱電機株式会社 正規表現生成装置及び正規表現生成方法及び正規表現生成プログラム
JP2009015395A (ja) 2007-06-29 2009-01-22 Toshiba Corp 辞書構築支援装置および辞書構築支援プログラム
US20090070327A1 (en) 2007-09-06 2009-03-12 Alexander Stephan Loeser Method for automatically generating regular expressions for relaxed matching of text patterns
US7818311B2 (en) * 2007-09-25 2010-10-19 Microsoft Corporation Complex regular expression construction
US8577817B1 (en) 2011-03-02 2013-11-05 Narus, Inc. System and method for using network application signatures based on term transition state machine
US10685177B2 (en) * 2009-01-07 2020-06-16 Litera Corporation System and method for comparing digital data in spreadsheets or database tables
US8805877B2 (en) 2009-02-11 2014-08-12 International Business Machines Corporation User-guided regular expression learning
US8472921B2 (en) 2009-02-13 2013-06-25 Via Telecom, Inc. Apparatus, method and system for reduced active set management
JP4722195B2 (ja) 2009-04-13 2011-07-13 富士通株式会社 データベース・メッセージ分析支援プログラム、方法及び装置
US8522085B2 (en) 2010-01-27 2013-08-27 Tt Government Solutions, Inc. Learning program behavior for anomaly detection
US8843508B2 (en) 2009-12-21 2014-09-23 At&T Intellectual Property I, L.P. System and method for regular expression matching with multi-strings and intervals
US8499290B2 (en) * 2010-06-15 2013-07-30 Microsoft Corporation Creating text functions from a spreadsheet
US8862603B1 (en) 2010-11-03 2014-10-14 Netlogic Microsystems, Inc. Minimizing state lists for non-deterministic finite state automatons
US8892580B2 (en) 2010-11-03 2014-11-18 Microsoft Corporation Transformation of regular expressions
US20120158768A1 (en) * 2010-12-15 2012-06-21 Microsoft Corporation Decomposing and merging regular expressions
CN102637180B (zh) * 2011-02-14 2014-06-18 汉王科技股份有限公司 基于正则表达式的文字后处理方法和装置
US9218372B2 (en) 2012-08-02 2015-12-22 Sap Se System and method of record matching in a database
US9524473B2 (en) 2012-08-31 2016-12-20 Nutonian, Inc. System and method for auto-query generation
CN103793284B (zh) 2012-10-29 2017-06-20 伊姆西公司 基于共同序列模式的、用于智能客户服务的分析系统和方法
US20140164376A1 (en) 2012-12-06 2014-06-12 Microsoft Corporation Hierarchical string clustering on diagnostic logs
US9244658B2 (en) 2013-06-04 2016-01-26 Microsoft Technology Licensing, Llc Multi-step auto-completion model for software development environments
US9489368B2 (en) * 2013-06-14 2016-11-08 Microsoft Technology Licensing, Llc Suggesting a set of operations applicable to a selected range of data in a spreadsheet
US10191893B2 (en) 2013-07-22 2019-01-29 Open Text Holdings, Inc. Information extraction and annotation systems and methods for documents
US8856642B1 (en) 2013-07-22 2014-10-07 Recommind, Inc. Information extraction and annotation systems and methods for documents
US20150278355A1 (en) * 2014-03-28 2015-10-01 Microsoft Corporation Temporal context aware query entity intent
US10025461B2 (en) 2014-04-08 2018-07-17 Oath Inc. Gesture input for item selection
US9959265B1 (en) 2014-05-08 2018-05-01 Google Llc Populating values in a spreadsheet using semantic cues
US9552348B2 (en) 2014-06-27 2017-01-24 Koustubh MOHARIR System and method for operating a computer application with spreadsheet functionality
US20160026730A1 (en) 2014-07-23 2016-01-28 Russell Hasan Html5-based document format with parts architecture
US10210246B2 (en) 2014-09-26 2019-02-19 Oracle International Corporation Techniques for similarity analysis and data enrichment using knowledge sources
US10976907B2 (en) 2014-09-26 2021-04-13 Oracle International Corporation Declarative external data source importation, exportation, and metadata reflection utilizing http and HDFS protocols
US9817875B2 (en) * 2014-10-28 2017-11-14 Conduent Business Services, Llc Methods and systems for automated data characterization and extraction
US20160125007A1 (en) 2014-10-31 2016-05-05 Richard Salisbury Method of finding common subsequences in a set of two or more component sequences
EP3029607A1 (de) * 2014-12-05 2016-06-08 PLANET AI GmbH Verfahren zur Texterkennung und Computerprogrammprodukt
WO2016119954A1 (en) 2015-01-28 2016-08-04 British Telecommunications Public Limited Company Data extraction
US10915583B2 (en) 2015-01-30 2021-02-09 Splunk Inc. Suggested field extraction
US10474707B2 (en) * 2015-09-21 2019-11-12 International Business Machines Corporation Detecting longest regular expression matches
US10169058B2 (en) 2015-09-24 2019-01-01 Voodoo Robotics, Inc. Scripting language for robotic storage and retrieval design for warehouses
US10664481B2 (en) 2015-09-29 2020-05-26 Cisco Technology, Inc. Computer system programmed to identify common subsequences in logs
US20170116238A1 (en) 2015-10-26 2017-04-27 Intelliresponse Systems Inc. System and method for determining common subsequences
US10515145B2 (en) 2015-11-02 2019-12-24 Microsoft Technology Licensing, Llc Parameterizing and working with math equations in a spreadsheet application
US10866705B2 (en) 2015-12-03 2020-12-15 Clarifai, Inc. Systems and methods for updating recommendations on a user interface in real-time based on user selection of recommendations provided via the user interface
US10775751B2 (en) * 2016-01-29 2020-09-15 Cisco Technology, Inc. Automatic generation of regular expression based on log line data
JP6588385B2 (ja) 2016-05-11 2019-10-09 日本電信電話株式会社 シグネチャ生成装置、シグネチャ生成方法、および、シグネチャ生成プログラム
JP6577412B2 (ja) 2016-05-13 2019-09-18 株式会社日立製作所 運用管理装置及び運用管理方法、並びに運用管理システム
US11372830B2 (en) 2016-10-24 2022-06-28 Microsoft Technology Licensing, Llc Interactive splitting of a column into multiple columns
US10380355B2 (en) 2017-03-23 2019-08-13 Microsoft Technology Licensing, Llc Obfuscation of user content in structured user data files
CN108663794A (zh) 2017-03-27 2018-10-16 信泰光学(深圳)有限公司 观测装置的目镜结构
US10496707B2 (en) 2017-05-05 2019-12-03 Microsoft Technology Licensing, Llc Determining enhanced longest common subsequences
JP2019004402A (ja) 2017-06-19 2019-01-10 富士ゼロックス株式会社 情報処理装置及びプログラム
US20190026437A1 (en) 2017-07-19 2019-01-24 International Business Machines Corporation Dual-index concept extraction
US10713306B2 (en) 2017-09-22 2020-07-14 Microsoft Technology Licensing, Llc Content pattern based automatic document classification
US11347779B2 (en) 2018-06-13 2022-05-31 Oracle International Corporation User interface for regular expression generation
US11354305B2 (en) 2018-06-13 2022-06-07 Oracle International Corporation User interface commands for regular expression generation
US11580166B2 (en) 2018-06-13 2023-02-14 Oracle International Corporation Regular expression generation using span highlighting alignment

Also Published As

Publication number Publication date
WO2019241428A1 (en) 2019-12-19
CN112262390A (zh) 2021-01-22
JP2021527878A (ja) 2021-10-14
CN112166430A (zh) 2021-01-01
US11347779B2 (en) 2022-05-31
US20190384783A1 (en) 2019-12-19
WO2019241416A1 (en) 2019-12-19
EP3807787A1 (de) 2021-04-21
US20190384772A1 (en) 2019-12-19
CN112236763A (zh) 2021-01-15
EP3807786A1 (de) 2021-04-21
JP7393357B2 (ja) 2023-12-06
JP7393358B2 (ja) 2023-12-06
EP3807788A1 (de) 2021-04-21
US11755630B2 (en) 2023-09-12
US11797582B2 (en) 2023-10-24
US11263247B2 (en) 2022-03-01
US11321368B2 (en) 2022-05-03
US11269934B2 (en) 2022-03-08
JP2021527268A (ja) 2021-10-11
JP2024020386A (ja) 2024-02-14
US20190384763A1 (en) 2019-12-19
JP7386818B2 (ja) 2023-11-27
JP2021527260A (ja) 2021-10-11
WO2019241425A1 (en) 2019-12-19
WO2019241422A1 (en) 2019-12-19
US20190385014A1 (en) 2019-12-19
US20190384782A1 (en) 2019-12-19
CN112236747A (zh) 2021-01-15
US20190384796A1 (en) 2019-12-19
US20220261426A1 (en) 2022-08-18
JP2021527261A (ja) 2021-10-11

Similar Documents

Publication Publication Date Title
US11755630B2 (en) Regular expression generation using longest common subsequence algorithm on combinations of regular expression codes
US11354305B2 (en) User interface commands for regular expression generation
US11580166B2 (en) Regular expression generation using span highlighting alignment
US11941018B2 (en) Regular expression generation for negative example using context
WO2020263676A1 (en) Regular expression generation using span highlighting alignment
WO2020263674A1 (en) User interface commands for regular expression generation
EP3987407A1 (de) Reguläre expressionserzeugung für ein negatives beispiel unter verwendung von kontext

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: UNKNOWN

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20201026

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

DAV Request for validation of the european patent (deleted)
DAX Request for extension of the european patent (deleted)
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20220608

P01 Opt-out of the competence of the unified patent court (upc) registered

Effective date: 20230523