CN108170661B - Method and system for managing rule text - Google Patents

Method and system for managing rule text Download PDF

Info

Publication number
CN108170661B
CN108170661B CN201611115139.6A CN201611115139A CN108170661B CN 108170661 B CN108170661 B CN 108170661B CN 201611115139 A CN201611115139 A CN 201611115139A CN 108170661 B CN108170661 B CN 108170661B
Authority
CN
China
Prior art keywords
list
text
word list
word
predefined
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.)
Active
Application number
CN201611115139.6A
Other languages
Chinese (zh)
Other versions
CN108170661A (en
Inventor
韩松
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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
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 Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201611115139.6A priority Critical patent/CN108170661B/en
Publication of CN108170661A publication Critical patent/CN108170661A/en
Application granted granted Critical
Publication of CN108170661B publication Critical patent/CN108170661B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/284Lexical analysis, e.g. tokenisation or collocates
    • 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/31Indexing; Data structures therefor; Storage structures
    • G06F16/316Indexing structures
    • G06F16/322Trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Machine Translation (AREA)

Abstract

The invention relates to a management method of a rule text, which comprises the steps that a server obtains the rule text and obtains a parameter object list required by the operation of the rule text; splitting the rule text, and converting to obtain a word list; performing semantic analysis on the word list; and constructing a syntax tree according to the parameter object list and executing. The invention also relates to a management system of the rule text.

Description

Method and system for managing rule text
Technical Field
The invention relates to the technical field of computer networks, in particular to a method and a system for managing a rule text.
Background
The general function of the existing application system is that a developer develops a function page with certain operation logic according to requirements, a service worker operates according to the developed service page, and the service worker can not define some rules of calculation, logic and the like, so that the service expansion is limited.
In the prior art, a series of rules need to be customized in a page, and what operation is performed when various rules are simultaneously satisfied or only satisfied, and the customized rules are easily confused and difficult to understand, developers are also very complicated in the code processing process, and some rules are easy to make mistakes when being expressed, so that the accuracy of data is affected.
In the prior art, the rules are complicated to customize and are difficult to understand and maintain; the realization process is also complex, the problem is difficult to find, and the method is not friendly to service personnel of system users.
Disclosure of Invention
In view of the above, the present invention provides a method and a system for managing a regular text, which can identify and execute a regular text written in chinese, thereby solving the problems of complex rule making and difficult expression of a page in the prior art.
To achieve the above object, according to one aspect of the present invention, there is provided a management method for implementing a rule text.
The method of the invention comprises the following steps:
the server acquires a rule text and a parameter object list required by the operation of the rule text; splitting the rule text, and converting to obtain a word list; performing semantic analysis on the word list; and constructing a syntax tree according to the parameter object list and executing.
Optionally, the method further includes, after obtaining the parameter object list, placing the parameter object list in a context; and providing the dynamic query in the context.
Optionally, the method further comprises performing Chinese and English binding and attribute binding on the vocabulary, and storing the binding information in a database; and after the regular text is split, converting the regular text into a word list according to the binding information.
Optionally, performing semantic analysis on the word list further includes:
analyzing a word list, and judging whether words which are not subjected to semantic analysis exist in the word list;
if not, ending;
if yes, judging whether the word which is not subjected to semantic analysis is one of predefined words, predefined functions, constants, parameter classes and methods; if yes, designating the entity as a corresponding predefined entity, and adding the entity to the analysis word list; otherwise, an exception is thrown.
Optionally, the format of the context is set to Key-Value format.
According to another aspect of the present invention, a system for managing a regular text is provided.
The system of the present invention comprises: the acquisition module is used for acquiring the rule text and acquiring a parameter object list required by the operation of the rule text; the splitting and converting module is used for splitting the rule text and converting the rule text into a word list; the semantic analysis module is used for carrying out semantic analysis on the word list; and the construction module is used for constructing and executing a syntax tree according to the parameter object list.
Optionally, the system further includes a storage module, configured to, after obtaining the parameter object list, place the parameter object list into a context; and providing the dynamic query in the context.
Optionally, the system further comprises a binding module, configured to perform chinese-english binding and attribute binding on the vocabulary, and store the binding information in the database; and after the splitting conversion module splits the regular text, converting the regular text according to the binding information to obtain a word list.
Optionally, the semantic analysis module analyzes a word list and judges whether a word which is not subjected to semantic analysis exists in the word list;
if not, ending;
if yes, judging whether the word which is not subjected to semantic analysis is one of predefined words, predefined functions, constants, parameter classes and methods; if yes, designating the entity as a corresponding predefined entity, and adding the entity to the analysis word list; otherwise, an exception is thrown.
Optionally, the deposit module is further configured to set the format of the context to a Key-Value format.
According to still another aspect of the present invention, there is provided an electronic apparatus including: one or more processors; a storage device for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the method of managing implementation rule text of any of the above.
According to still another aspect of the present invention, there is provided a computer-readable medium on which a computer program is stored, the program, when executed by a processor, implementing the method of managing implementation rule text of any one of the above.
According to the technical scheme of the invention, a word list is obtained by splitting and converting the regular text written in Chinese, and the word list is subjected to semantic analysis, so that a syntax tree is constructed and executed. Furthermore, business personnel can write the rule text efficiently and concisely, the rule text is convenient to understand and manage, the learning cost is avoided, the access cost of the business personnel is greatly reduced, and the human efficiency is improved. Therefore, the problems that in the prior art, the editing rule in the webpage is complex, and some calculation and logic rules cannot be defined are effectively solved.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a diagram illustrating the main steps of a method for managing rule texts according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a system constant pool according to an embodiment of the invention;
FIG. 3 is a schematic diagram of a context entity according to an embodiment of the invention;
FIG. 4 is a diagram of an example syntax tree according to an embodiment of the present invention;
FIG. 5 is a flow chart of a method for managing rule text according to an embodiment of the present invention;
fig. 6 is a schematic diagram of main modules of a management system of a rule text according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram of main steps of a method for managing a rule text according to an embodiment of the present invention.
As shown in fig. 1, a method for managing a rule text according to an embodiment of the present invention includes the following main steps:
s11: the server obtains the rule text and obtains a parameter object list required by the operation of the rule text.
After obtaining the parameter object list, putting the parameter object list into a Context (Context); and provides dynamic queries in context. The parameter list may be full, i.e. the parameter objects associated with the service are all put into context; it may also be dynamically specified, i.e. the corresponding parameter object is passed in by the upper invoker. A dynamic query method is generally provided in a context object, and a corresponding Value can be queried in a context through the dynamic query method by using a parameter keyword, i.e., Key, in a rule text. That is, the object entity is dynamically queried through the corresponding object entity identifier, and the context includes and uses the object entity, and the query is not included. And, the format of the context is set to Key-Value format, i.e. the format is [ Key, bean ]. The parameter list forms a set of Key and Value, and the corresponding Value can be obtained through the Key. Fig. 3 is a context entity of the system, that is, when the system executes a chinese rule, a mapping relationship of parameter object entity classes, such as [ Order, Order ] or [ key, value ], that needs to be prepared in advance, and a value corresponding to the next value, that is, a specific parameter entity class object, such as the next Order class and Sku class, can be obtained by the key, and these classes all include corresponding attribute fields, and the values of these attribute fields are needed to participate in the calculation when the rule is calculated.
S12: and splitting the rule text and converting the rule text into a word list. Performing Chinese and English binding and attribute binding on the vocabulary, and storing binding information in a database; and after the regular text is split, converting according to the binding information to obtain a word list. The binding is stored in a database, the database is inquired when the system is started, the database is loaded into a system memory, the Chinese regular text is divided into Chinese words, the Chinese word list is converted into an English word list for use, and then semantic analysis and other processes are carried out. The Chinese-English binding comprises binding of English words, phrases and symbols with Chinese, wherein the Chinese is a common language or a native language of a user, and the English represents a machine language, so that the binding of other common languages and the machine language is included in the technical scheme of the application. After binding Chinese vocabulary and English vocabulary, binding Chinese vocabulary and attributes, adopting a Chinese writing rule, and combining an application system, namely a server side, with dynamic analysis of a rule text, construction of a syntax tree, logic execution and the like, thereby realizing the Chinese writing and execution of the rule. As shown in FIG. 2, the predefined pool of system constants includes vocabulary bindings and property bindings, and these bindings information are stored in a database. The rule logic defines that English vocabulary of the definitions is predefined in the system, and the predefinition comprises system predefinition and self-predefinition. Like if, multi, the system predefines the processing logic defining if, i.e. the true/false decision on the following expression, the multiplication function, the multiplication calculation on the following values, etc. Self-predefining is the business person's own logical predefining of words. Data entity attribute binding is defined in Chinese for some data entities used by the system, for example, an order instance is defined as an order, an order amount is defined as order. And the entities can be added and maintained through a background management page.
S13: semantic analysis is performed on the word list. Semantically analyzing the word list further comprises: analyzing the word list, and judging whether words which are not subjected to semantic analysis exist in the word list; if not, ending; if yes, judging whether the word which is not subjected to semantic analysis is one of predefined words, predefined functions, constants, parameter classes and methods; if yes, designating the entity as a corresponding predefined entity, and adding the entity to the analysis word list; otherwise, an exception is thrown. The word analysis process is the word meaning analysis of words before the construction of a grammar tree, and the grammar tree is constructed on the basis of the analysis of each word meaning. In the embodiment of the invention, the method specifically comprises the following steps: step one, traversing a word list after the regular text is split, judging whether a word which is not subjected to semantic analysis exists, and if not, ending; if so, executing the second step; second, determine whether the word is a predefined vocabulary, such as: if yes, then appointing it as corresponding predefined entity, if not, then executing third step, judging if the word is predefined function, such as multiplication function, if yes, then appointing it as corresponding function entity, if not, then executing fourth step, judging if the word is constant, such as 300, 0.8, if yes, then appointing it as corresponding constant entity, if not, then executing fifth step, judging if the word is parameter class and method, such as order price, etc, greater than etc, if yes, then appointing it as corresponding object entity, if not, then executing sixth step, if none match predefined, then throw exception, predefined is logic of chain judgment, predefined judgment logic can be added into the chain, and the chain can be expanded at any time; and step seven, adding the predefined entities confirmed by the words into the word sense analysis list.
S14: and constructing a syntax tree according to the parameter object list and executing. As shown in fig. 4, a syntax tree is constructed according to the result of each word analysis, and the syntax tree is an arrangement of the execution order of the code segments to execute each branch of the syntax tree.
The syntax tree is actually a code branch tree, each part number is a code number branch, each branch is executed in sequence, each branch tree is executed according to the meaning of each keyword in the branch tree, for example, a method call of an object can be carried out according to the number of parameters of the method, a corresponding parameter key is obtained later, and then a corresponding value is obtained from Context through the parameter key to trigger the method; meanwhile, the result returned by the method is also put into the Context, so that the execution result of the previous code can be obtained when the following code is executed. The result of the syntax tree, e.g. the numbers in the first column, is performed in data from small to large, if there are two 2's, meaning that there are two branches below 1, which are performed in sequence, the latter branch may use the calculation result of the previous branch. The format in the syntax tree is [ word: type description type definition ], a word is a word decomposed in the code segment, the type description is a type indicating the word, the type definition is a variable or a static constant indicating the word if the word is processed, if the class is an object definition, the constant is a statement, and the parameter needs to be obtained from the Context.
Syntax tree branches are'; 'segmentation is performed, and then a syntax tree is constructed on the basis of word semantics, so as to' return multiplication (order amount, 0.8) if (order amount is more than 300); "is an example. After the word semantic analysis, ' if ' is analyzed to be ' if ', the following expression ' (the order amount is greater than 300) ' is subjected to true and false judgment, that is, ' the order amount ' corresponds to ' order. If true, the latter logical result, i.e., 'multiply (order amount, 0.8)' is returned, and 'multiply' corresponds to a function corresponding to 'multi', which needs to be binary multiplication or multiple multiplication, i.e., the following parameter lists are multiplied in sequence, and finally the result is returned, i.e., one branch execution is finished. CHILD _ EXPRESS in FIGS. 2-5 is a branch expression tag, i.e., a code branch; the METHOD _ CALL is a function CALL tag of a parameter object; ID is a parameter object tag; the CONST _ STRING and the CONST _ inter are constant tags, that is, the text in the rule is a constant or a constant in the parameter object. The FUNCTION _ CALL is a FUNCTION CALL tag, etc.
Fig. 5 is a flowchart of a method for managing a rule text according to an embodiment of the present invention. As shown in fig. 5, a method for managing a rule text according to an embodiment of the present invention includes: s51: performing Chinese and English binding and attribute binding on the vocabulary, and storing binding information in a database; s52: acquiring a rule text and a parameter object list; s53: putting the parameter object list into a context; s54: splitting the rule text, and converting to obtain a word list; s55: performing semantic analysis on the word list; s56: a syntax tree is constructed and executed. The method further includes S7: obtain or add dynamic object parameters to the context. Therefore, by binding the Chinese description with the English words and performing treatment such as meaning pre-designation, logic designation, function predefinition and the like on the English words, the user can directly edit rules by adopting Chinese, the server side obtains the rule text, obtains a parameter object list required by the operation of the rule text, adopts the decomposition and semantic analysis of words and phrases, and then constructs and executes a syntax tree to execute the Chinese rules of the user, thereby providing a friendly Chinese rule writing function for the user. Wherein dynamic queries are provided in the context, and in the above process, object parameters can be dynamically added to the context.
Fig. 6 is a schematic diagram of main modules of a management system of a rule text according to an embodiment of the present invention.
As shown in fig. 6, the main modules of the management system 6 for rule text according to the embodiment of the present invention include: the acquiring module 61 is used for acquiring a rule text and acquiring a parameter object list required by the operation of the rule text; the splitting and converting module 62 is used for splitting the rule text and converting the rule text into a word list; a semantic analysis module 63, configured to perform semantic analysis on the word list; and a building module 64 for building and executing the syntax tree according to the parameter object list. The semantic analysis module 61 analyzes the word list, and determines whether a word which is not subjected to semantic analysis exists in the word list; if not, ending; if yes, judging whether the word which is not subjected to semantic analysis is one of predefined words, predefined functions, constants, parameter classes and methods; if yes, designating the entity as a corresponding predefined entity, and adding the entity to the analysis word list; otherwise, an exception is thrown.
The management system 6 of the regular text of the embodiment of the invention further comprises a storage module and a binding module, wherein the storage module is used for placing the parameter object list into the context after the parameter object list is obtained; and providing dynamic queries in context. The deposit module is also used for setting the format of the context into a Key-Value format. The binding module is used for performing Chinese and English binding and attribute binding on the vocabulary and storing the binding information in a database; and the splitting and converting module splits the rule text and converts the rule text into a word list according to the binding information.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (8)

1. A method for managing a rule text is characterized by comprising the following steps:
the server acquires a rule text and a parameter object list required by the operation of the rule text;
splitting the rule text, and converting to obtain a word list; performing Chinese and English binding and attribute binding on the vocabulary, and storing binding information in a database; after the regular text is split, converting the regular text according to the binding information to obtain a word list;
performing semantic analysis on the word list; semantically analyzing the word list further comprises: analyzing a word list, and judging whether words which are not subjected to semantic analysis exist in the word list; if not, ending; if yes, judging whether the word which is not subjected to semantic analysis is one of predefined words, predefined functions, constants, parameter classes and methods; if yes, designating the entity as a corresponding predefined entity, and adding the entity to the analysis word list; otherwise, throwing out an exception; the predefined vocabulary comprises if and returning, and the predefined function comprises multiplication;
constructing a syntax tree according to the parameter object list and executing the syntax tree; the syntax tree is an arrangement of the execution order of the code segments to execute the branches of the syntax tree in the execution order.
2. The method of claim 1, further comprising:
after a parameter object list is obtained, putting the parameter object list into a context; and providing the dynamic query in the context.
3. The method of claim 2, wherein the context is formatted in a Key-Value format.
4. A system for managing regular text, comprising:
the acquisition module is used for acquiring the rule text and acquiring a parameter object list required by the operation of the rule text;
the splitting and converting module is used for splitting the rule text and converting the rule text into a word list; further comprising: the binding module is used for performing Chinese and English binding and attribute binding on the vocabulary and storing the binding information in a database; after the splitting conversion module splits the regular text, converting the regular text according to the binding information to obtain a word list;
the semantic analysis module is used for carrying out semantic analysis on the word list; the semantic analysis module analyzes the word list and judges whether words which are not subjected to semantic analysis exist in the word list; if not, ending; if yes, judging whether the word which is not subjected to semantic analysis is one of predefined words, predefined functions, constants, parameter classes and methods; if yes, designating the entity as a corresponding predefined entity, and adding the entity to the analysis word list; otherwise, throwing out an exception; the predefined vocabulary comprises if and returning, and the predefined function comprises multiplication;
the construction module is used for constructing and executing a syntax tree according to the parameter object list; the syntax tree is an arrangement of the execution order of the code segments to execute the branches of the syntax tree in the execution order.
5. The system of claim 4, further comprising:
the storage module is used for placing the parameter object list into a context after the parameter object list is obtained; and providing the dynamic query in the context.
6. The system of claim 5, wherein the deposit module is further configured to set the context to a Key-Value format.
7. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-3.
8. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-3.
CN201611115139.6A 2016-12-07 2016-12-07 Method and system for managing rule text Active CN108170661B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611115139.6A CN108170661B (en) 2016-12-07 2016-12-07 Method and system for managing rule text

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611115139.6A CN108170661B (en) 2016-12-07 2016-12-07 Method and system for managing rule text

Publications (2)

Publication Number Publication Date
CN108170661A CN108170661A (en) 2018-06-15
CN108170661B true CN108170661B (en) 2022-04-12

Family

ID=62526649

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611115139.6A Active CN108170661B (en) 2016-12-07 2016-12-07 Method and system for managing rule text

Country Status (1)

Country Link
CN (1) CN108170661B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109144493A (en) * 2018-07-18 2019-01-04 平安科技(深圳)有限公司 Generation method, electronic device and the readable storage medium storing program for executing of business rule
CN110471666A (en) * 2019-07-18 2019-11-19 五八有限公司 Code automatic switching method and device, code converter and medium
CN110597959B (en) * 2019-09-17 2023-05-02 北京百度网讯科技有限公司 Text information extraction method and device and electronic equipment
CN110795456B (en) * 2019-10-28 2022-06-28 北京百度网讯科技有限公司 Map query method and device, computer equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105243019A (en) * 2015-10-27 2016-01-13 北京神州绿盟信息安全科技股份有限公司 Method and apparatus for detecting python code bugs
CN106095792A (en) * 2016-05-27 2016-11-09 中国银联股份有限公司 The method and apparatus generating database manipulation code

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1777961A1 (en) * 2005-10-19 2007-04-25 Alcatel Lucent Configuration tool for a content and distribution management system
CN102339252B (en) * 2011-07-25 2014-04-23 大连理工大学 Static state detecting system based on XML (Extensive Makeup Language) middle model and defect mode matching
CN102768682B (en) * 2012-06-28 2015-10-21 用友网络科技股份有限公司 Business rule treating apparatus and business rule disposal route
CN103279358B (en) * 2013-06-08 2016-04-27 北京首钢自动化信息技术有限公司 A kind of explanation type Service Component dynamic fixing method of Industry-oriented application
CN104021075A (en) * 2014-05-22 2014-09-03 小米科技有限责任公司 Method and device for evaluating program codes
CN104932887B (en) * 2015-06-12 2018-02-02 北京京东尚科信息技术有限公司 The plug-in management method and plateform system of a kind of plateform system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105243019A (en) * 2015-10-27 2016-01-13 北京神州绿盟信息安全科技股份有限公司 Method and apparatus for detecting python code bugs
CN106095792A (en) * 2016-05-27 2016-11-09 中国银联股份有限公司 The method and apparatus generating database manipulation code

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于安全规则的源代码分析方法研究;叶亮;《中国优秀博硕士论文全文数据库(硕士)信息科技辑》;20140615(第6期);第I138-228页 *
大数据下源代码同源性安全分析探讨;陈慧;《科技视界》;20150125;第75-76页 *

Also Published As

Publication number Publication date
CN108170661A (en) 2018-06-15

Similar Documents

Publication Publication Date Title
US10360308B2 (en) Automated ontology building
US10664660B2 (en) Method and device for extracting entity relation based on deep learning, and server
US11948058B2 (en) Utilizing recurrent neural networks to recognize and extract open intent from text inputs
US10521410B2 (en) Semantic graph augmentation for domain adaptation
US11100917B2 (en) Generating ground truth annotations corresponding to digital image editing dialogues for training state tracking models
US9645988B1 (en) System and method for identifying passages in electronic documents
US10409820B2 (en) Semantic mapping of form fields
CN108170661B (en) Method and system for managing rule text
CN111666372B (en) Method, device, electronic equipment and readable storage medium for analyzing query word query
CN112035506A (en) Semantic recognition method and equipment
US20220414463A1 (en) Automated troubleshooter
WO2018174816A1 (en) Method and apparatus for semantic coherence analysis of texts
KR20150084706A (en) Apparatus for knowledge learning of ontology and method thereof
CN111656453A (en) Hierarchical entity recognition and semantic modeling framework for information extraction
CN114579104A (en) Data analysis scene generation method, device, equipment and storage medium
CN114625748A (en) SQL query statement generation method and device, electronic equipment and readable storage medium
CN112579733A (en) Rule matching method, rule matching device, storage medium and electronic equipment
WO2018174815A1 (en) Method and apparatus for semantic coherence analysis of texts
CN117708157A (en) SQL sentence generation method and device
JP2019148933A (en) Summary evaluation device, method, program, and storage medium
Atzeni et al. What is the cube root of 27? Question answering over CodeOntology
CN112988986B (en) Man-machine interaction method, device and equipment
CN114238807A (en) Processing method and device for data visualization page
CN104572111B (en) A kind of program comprehension and characteristic positioning method based on related subject model
CN109828775B (en) WEB management system and method for multilingual translation text content

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant