CN111026364A - Logic diagram making skill based method and device - Google Patents

Logic diagram making skill based method and device Download PDF

Info

Publication number
CN111026364A
CN111026364A CN201911038860.3A CN201911038860A CN111026364A CN 111026364 A CN111026364 A CN 111026364A CN 201911038860 A CN201911038860 A CN 201911038860A CN 111026364 A CN111026364 A CN 111026364A
Authority
CN
China
Prior art keywords
logic diagram
input operation
sub
information corresponding
input box
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
CN201911038860.3A
Other languages
Chinese (zh)
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.)
Unisound Intelligent Technology Co Ltd
Original Assignee
Unisound Intelligent 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 Unisound Intelligent Technology Co Ltd filed Critical Unisound Intelligent Technology Co Ltd
Priority to CN201911038860.3A priority Critical patent/CN111026364A/en
Publication of CN111026364A publication Critical patent/CN111026364A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method and a device for making skills based on a logic diagram, which are used for simplifying the making process of the skills. The method comprises the following steps: receiving a manufacturing request of preset skills; acquiring all subfunctions required for manufacturing the preset skills; generating an editable logic diagram according to the subfunction; the logic diagram is formed by the input frames corresponding to the sub-functions and the logic relations among the sub-functions; and when the editable logic diagram is detected to be edited, generating the preset skill according to the editable logic diagram and adding the preset skill into target equipment. The editable logic diagram can be generated based on the subfunctions of the preset skills, and the user can automatically generate the corresponding skills based on the logic diagram for completing the input operation only by inputting the characters related to the functions in the input box of the logic diagram, thereby simplifying the manufacturing process of the skills.

Description

Logic diagram making skill based method and device
Technical Field
The invention relates to the technical field of robot application, in particular to a method and a device based on logic making skills.
Background
Along with the development of electronic technology and internet of things technology, the intelligent degree of intelligent equipment is higher and higher, and the function of the intelligent equipment is continuously improved without increasing the skills of people on the intelligent equipment. When the skill of the intelligent device is manufactured, manual programming is usually required, various sub-functions are added, and the logical relationship among the various sub-functions is compiled, so that the various sub-functions are mutually matched to form a set of complete skill.
When skills are manufactured, the construction of logical relations among various sub-functions is a very complex and tedious process, even if the existing programming language is more and more advanced, a plurality of sub-function modules can be directly called without programming, but the user still needs to manually call various sub-function modules, the operation is complex, and therefore how to simplify the manufacturing process of the skills is a technical problem to be solved urgently.
Disclosure of Invention
The invention provides a method and a device for making skills based on a logic diagram, which are used for simplifying the making process of the skills.
The invention provides a logic diagram making skill based method, which comprises the following steps:
receiving a manufacturing request of preset skills;
acquiring all subfunctions required for manufacturing the preset skills;
generating an editable logic diagram according to the subfunction; the logic diagram is formed by the input frames corresponding to the sub-functions and the logic relations among the sub-functions;
and when the editable logic diagram is detected to be edited, generating the preset skill according to the editable logic diagram and adding the preset skill into target equipment.
The invention has the beneficial effects that: acquiring all subfunctions required for manufacturing the preset skills; generating an editable logic diagram according to the subfunction; the logic diagram is formed by the input frames corresponding to the sub-functions and the logic relations among the sub-functions; when the editable logic diagram is detected to be edited, generating the preset skill according to the editable logic diagram and adding the preset skill into target equipment; therefore, the editable logic diagram can be generated based on the subfunction of the preset skills, and the user can automatically generate the corresponding skills based on the logic diagram for completing the input operation only by inputting the characters related to the functions in the input box of the logic diagram, thereby simplifying the skill making process.
In one embodiment, the method further comprises:
when receiving an input operation on a target input box, acquiring information corresponding to the input operation;
acquiring a subfunction corresponding to the target input box;
judging whether the information corresponding to the input operation is matched with the subfunction corresponding to the target input box;
and when the information corresponding to the input operation is matched with the subfunction corresponding to the target input box, determining that the input operation is effective operation.
The beneficial effect of this embodiment lies in: whether the input operation of the user is effective operation or not can be judged according to whether the information corresponding to the input operation and the sub-function are matched or not, and therefore the user can be reminded of avoiding irregular input operation.
In one embodiment, the determining whether the information corresponding to the input operation matches the sub-function corresponding to the target input box includes:
acquiring related words of the sub-functions corresponding to the target input box;
judging whether the related words have words consistent with the information corresponding to the input operation;
and when the vocabulary consistent with the information corresponding to the input operation exists, determining that the information corresponding to the input operation is matched with the subfunction corresponding to the target input box.
In one embodiment, the determining whether the information corresponding to the input operation matches the sub-function corresponding to the target input box includes:
calculating the relevance of the information corresponding to the input operation and the subfunction corresponding to the target input box;
and when the relevance is greater than the preset relevance, determining that the information corresponding to the input operation is matched with the sub-function corresponding to the target input box.
In one embodiment, when the preset skill is a voice interaction function, the generating the preset skill according to the editable logic diagram and adding the preset skill to the target device includes:
receiving an instruction for completing editing of the logic diagram;
converting the logic diagram into voice interaction logic according to the corresponding relation between the sub-function corresponding to each input box in the logic diagram and each sub-function;
and leading the voice interaction logic into equipment with a voice interaction function.
The invention provides a device for making skills based on a logic diagram, which comprises:
the receiving module is used for receiving a manufacturing request of a preset skill;
the first acquisition module is used for acquiring all subfunctions required by the manufacture of the preset skill;
the generating module is used for generating an editable logic diagram according to the sub-functions, and the logic diagram consists of input boxes corresponding to the sub-functions and logic relations among the sub-functions;
and the adding module is used for generating the preset skill according to the editable logic diagram and adding the preset skill into target equipment when the editable logic diagram is detected to be edited.
In one embodiment, the apparatus further comprises:
the second acquisition module is used for acquiring information corresponding to input operation when the input operation of a target input box is received;
the third acquisition module is used for acquiring the subfunction corresponding to the target input box;
the judging module is used for judging whether the information corresponding to the input operation is matched with the subfunction corresponding to the target input box;
and the determining module is used for determining that the input operation is effective operation when the information corresponding to the input operation is matched with the subfunction corresponding to the target input box.
In one embodiment, the determining module includes:
the acquisition sub-module is used for acquiring related words of the sub-functions corresponding to the target input box;
the judgment submodule is used for judging whether the related words have words consistent with the information corresponding to the input operation;
and the first determining submodule is used for determining that the information corresponding to the input operation is matched with the subfunction corresponding to the target input box when the vocabulary consistent with the information corresponding to the input operation exists.
In one embodiment, the determining module includes:
the calculation submodule is used for calculating the relevance between the information corresponding to the input operation and the subfunction corresponding to the target input box;
and the second determining submodule is used for determining that the information corresponding to the input operation is matched with the subfunction corresponding to the target input box when the correlation degree is greater than the preset correlation degree.
In one embodiment, the adding module includes:
the receiving submodule is used for receiving an instruction for editing the logic diagram when the preset skill is a voice interaction function;
the conversion submodule is used for converting the logic diagram into voice interaction logic according to the corresponding relation between the sub-function corresponding to each input box in the logic diagram and each sub-function;
and the importing submodule is used for importing the voice interaction logic into equipment with a voice interaction function.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
The technical solution of the present invention is further described in detail by the accompanying drawings and embodiments.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1A is a flow chart of a logic diagram based skill making method in accordance with an embodiment of the present invention;
FIG. 1B is a logic diagram illustrating the completion of editing an online loan repayment function in accordance with an embodiment of the present invention;
FIG. 1C is a schematic diagram of the specific conversion logic for converting a logic diagram of online crediting into voice interaction;
FIG. 1D is a schematic diagram illustrating the voice interaction logic of the online loan repayment function according to an embodiment of the invention;
FIG. 1E is a diagram illustrating a specific editing interface entered after an edit click is performed on an edit box;
FIG. 2 is a flow chart of a method for making skills based on a logic diagram in accordance with an embodiment of the present invention;
FIG. 3 is a block diagram of a logic diagram based skills machine according to an embodiment of the present invention;
FIG. 4 is a block diagram of a logic diagram based skills creating apparatus according to an embodiment of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described in conjunction with the accompanying drawings, and it will be understood that they are described herein for the purpose of illustration and explanation and not limitation.
Fig. 1A is a flowchart of a logic diagram based skill making method according to an embodiment of the present invention, as shown in fig. 1A, the method can be implemented as the following steps S11-S14:
in step S11, a request for creating a preset skill is received;
in step S12, acquiring all subfunctions required for making the preset skills;
in step S13, an editable logic diagram is generated based on the subfunction; the logic diagram is formed by the input frames corresponding to all the sub-functions and the logic relations among all the sub-functions;
in step S14, when it is detected that the editable logic diagram is edited, preset skills are generated according to the editable logic diagram and added to the target device.
In this embodiment, a request for making a preset skill is received; acquiring all subfunctions required by manufacturing preset skills; generating an editable logic diagram according to the subfunction; the logic diagram is formed by the input frames corresponding to all the sub-functions and the logic relations among all the sub-functions; and when the editable logic diagram is detected to be edited, generating preset skills according to the editable logic diagram and adding the preset skills to the target equipment.
For example, when a function of performing online loan repayment operation based on a voice operation device is to be realized, a template corresponding to a voice interaction function is selected, so that a manufacturing request for the voice interaction function is generated, when the manufacturing request for the voice interaction function is locally received, all sub-functions required for manufacturing preset skills are obtained, and the voice interaction function only relates to two functions of a human request and a machine response, so that all editorial objects form a mapping relation with the two functions; and generating an editable logic diagram according to the sub-functions, wherein the logic diagram is formed by the input boxes corresponding to the sub-functions and the logic relations between the sub-functions. Fig. 1B is a logic diagram of the editing completion of the online repayment function, in which rectangular boxes marked by arrows are editing boxes, and the characters such as "online repayment", "car loan", "house loan", and "small loan" in the editing boxes are all edited and completed by the user in the editing boxes, and the arrows represent the relationship of the corresponding functions of each editing box. Each edit box corresponds to a request and a feedback. Whereas in speech dialog logic a human speech can be understood as a request (intention) and a machine speech as a feedback (answer), on the basis of which logic the above-mentioned logic diagram can be converted into speech interaction logic. FIG. 1C is a schematic diagram of the specific conversion logic for converting a logic diagram into a voice interaction; and the converted voice interaction logic is shown in fig. 1D.
In addition, it should be noted that after the voice interaction logic diagram is generated, the edit boxes can still be added or deleted, the logic sequence can be adjusted, and after each edit box is clicked, a more specific edit interface can be entered, so that specific human speech and machine speech can be operated. The specific editing interface is shown in fig. 1E.
The invention has the beneficial effects that: acquiring all subfunctions required by manufacturing preset skills; generating an editable logic diagram according to the subfunction; the logic diagram is formed by the input frames corresponding to all the sub-functions and the logic relations among all the sub-functions; when the editable logic diagram is detected to be edited, generating preset skills according to the editable logic diagram and adding the preset skills into the target equipment; therefore, the editable logic diagram can be generated based on the subfunction of the preset skills, and the user can automatically generate the corresponding skills based on the logic diagram for completing the input operation only by inputting the characters related to the functions in the input box of the logic diagram, thereby simplifying the skill making process.
In one embodiment, as shown in FIG. 2, the method may also be implemented as steps S21-S24 as follows:
in step S21, when an input operation to the target input box is received, information corresponding to the input operation is acquired;
in step S22, a subfunction corresponding to the target input box is acquired;
in step S23, it is determined whether the information corresponding to the input operation matches the subfunction corresponding to the target input box;
in step S24, when the information corresponding to the input operation and the sub-function corresponding to the target input box match, the input operation is determined to be a valid operation.
In the embodiment, when an input operation on a target input box is received, information corresponding to the input operation is acquired; acquiring a subfunction corresponding to a target input box; judging whether the information corresponding to the input operation is matched with the subfunction corresponding to the target input box; and when the information corresponding to the input operation is matched with the subfunction corresponding to the target input box, determining that the input operation is a valid operation.
Judging whether the information corresponding to the input operation is matched with the subfunction corresponding to the target input box can be realized by the following modes:
in a first mode
Acquiring related words of the sub-functions corresponding to the target input box; judging whether the related words have words consistent with the information corresponding to the input operation; and when the vocabulary consistent with the information corresponding to the input operation exists, determining that the information corresponding to the input operation is matched with the subfunction corresponding to the target input box.
Mode two
Calculating the relevance of the information corresponding to the input operation and the subfunction corresponding to the target input box; and when the correlation degree is greater than the preset correlation degree, determining that the information corresponding to the input operation is matched with the subfunction corresponding to the target input box.
The beneficial effect of this embodiment lies in: whether the input operation of the user is effective operation or not can be judged according to whether the information corresponding to the input operation and the sub-function are matched or not, and therefore the user can be reminded of avoiding irregular input operation.
In one embodiment, the above step S23 can be implemented as the following steps A1-A3:
in step a1, obtaining related words of the sub-function corresponding to the target input box;
in step a2, it is determined whether or not a word matching the information corresponding to the input operation exists in the related word;
in step a3, when there is a word that matches the information corresponding to the input operation, it is determined that the information corresponding to the input operation matches the sub-function corresponding to the target input box.
In one embodiment, the above step S23 can be implemented as the following steps B1-B2:
in step B1, calculating the degree of correlation between the information corresponding to the input operation and the sub-function corresponding to the target input box;
in step B2, when the correlation degree is greater than the preset correlation degree, it is determined that the information corresponding to the input operation matches the sub-function corresponding to the target input box.
In one embodiment, when the preset skill is a voice interaction function, the above step S14 can be implemented as the following steps C1-C3:
in step C1, an instruction to edit the completed logic diagram is received;
in step C2, converting the logic diagram into a voice interaction logic according to the corresponding subfunction of each input box in the logic diagram and the corresponding relationship between the subfunctions;
in step C3, the voice interaction logic is imported into the device of the voice interaction function.
In this embodiment, an instruction to edit a completed logic diagram is received; converting the logic diagram into voice interaction logic according to the corresponding relation between the sub-function corresponding to each input box in the logic diagram and each sub-function; and leading the voice interaction logic into the equipment with the voice interaction function.
Fig. 3 is a block diagram of a logic diagram based skills creating apparatus according to an embodiment of the present invention, as shown in fig. 3, the apparatus includes the following modules:
a receiving module 31, configured to receive a request for making a preset skill;
the first obtaining module 32 is configured to obtain all sub-functions required by the manufacturing of the preset skill;
the generating module 33 is used for generating an editable logic diagram according to the sub-functions, wherein the logic diagram is formed by the input boxes corresponding to the sub-functions and the logic relations among the sub-functions;
and the adding module 34 is used for generating preset skills according to the editable logic diagram and adding the preset skills to the target equipment when the editable logic diagram is detected to be edited.
In one embodiment, as shown in fig. 4, the apparatus further comprises:
a second obtaining module 41, configured to, when an input operation on the target input box is received, obtain information corresponding to the input operation;
a third obtaining module 42, configured to obtain a sub-function corresponding to the target input box;
a judging module 43, configured to judge whether information corresponding to the input operation matches a sub-function corresponding to the target input box;
and the determining module 44 is configured to determine that the input operation is a valid operation when the information corresponding to the input operation matches the sub-function corresponding to the target input box.
In one embodiment, the determining module includes:
the acquisition submodule is used for acquiring related words of the subfunctions corresponding to the target input box;
the judgment submodule is used for judging whether the related words have words consistent with the information corresponding to the input operation;
and the first determining sub-module is used for determining that the information corresponding to the input operation is matched with the sub-function corresponding to the target input box when the vocabulary consistent with the information corresponding to the input operation exists.
In one embodiment, the determining module includes:
the calculation submodule is used for calculating the relevance between the information corresponding to the input operation and the subfunction corresponding to the target input box;
and the second determining submodule is used for determining that the information corresponding to the input operation is matched with the subfunction corresponding to the target input box when the correlation degree is greater than the preset correlation degree.
In one embodiment, an add module includes:
the receiving submodule is used for receiving an instruction of editing the completed logic diagram when the preset skill is a voice interaction function;
the conversion submodule is used for converting the logic diagram into voice interaction logic according to the corresponding relation between the sub-function corresponding to each input box in the logic diagram and each sub-function;
and the importing submodule is used for importing the voice interaction logic into the equipment with the voice interaction function.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1. A method for making skills based on a logic diagram, comprising:
receiving a manufacturing request of preset skills;
acquiring all subfunctions required for manufacturing the preset skills;
generating an editable logic diagram according to the subfunction; the logic diagram is formed by the input frames corresponding to the sub-functions and the logic relations among the sub-functions;
and when the editable logic diagram is detected to be edited, generating the preset skill according to the editable logic diagram and adding the preset skill into target equipment.
2. The method of claim 1, wherein the method further comprises:
when receiving an input operation on a target input box, acquiring information corresponding to the input operation;
acquiring a subfunction corresponding to the target input box;
judging whether the information corresponding to the input operation is matched with the subfunction corresponding to the target input box;
and when the information corresponding to the input operation is matched with the subfunction corresponding to the target input box, determining that the input operation is effective operation.
3. The method of claim 2, wherein the determining whether the information corresponding to the input operation matches the sub-function corresponding to the target input box comprises:
acquiring related words of the sub-functions corresponding to the target input box;
judging whether the related words have words consistent with the information corresponding to the input operation;
and when the vocabulary consistent with the information corresponding to the input operation exists, determining that the information corresponding to the input operation is matched with the subfunction corresponding to the target input box.
4. The method of claim 2, wherein the determining whether the information corresponding to the input operation matches the sub-function corresponding to the target input box comprises:
calculating the relevance of the information corresponding to the input operation and the subfunction corresponding to the target input box;
and when the relevance is greater than the preset relevance, determining that the information corresponding to the input operation is matched with the sub-function corresponding to the target input box.
5. The method of any one of claims 1-4, wherein when the preset skill is a voice interaction function, the generating and adding the preset skill to a target device according to the editable logic diagram comprises:
receiving an instruction for completing editing of the logic diagram;
converting the logic diagram into voice interaction logic according to the corresponding relation between the sub-function corresponding to each input box in the logic diagram and each sub-function;
and leading the voice interaction logic into equipment with a voice interaction function.
6. An apparatus for making skills based on a logic diagram, comprising:
the receiving module is used for receiving a manufacturing request of a preset skill;
the first acquisition module is used for acquiring all subfunctions required by the manufacture of the preset skill;
the generating module is used for generating an editable logic diagram according to the sub-functions, and the logic diagram consists of input boxes corresponding to the sub-functions and logic relations among the sub-functions;
and the adding module is used for generating the preset skill according to the editable logic diagram and adding the preset skill into target equipment when the editable logic diagram is detected to be edited.
7. The apparatus of claim 6, wherein the apparatus further comprises:
the second acquisition module is used for acquiring information corresponding to input operation when the input operation of a target input box is received;
the third acquisition module is used for acquiring the subfunction corresponding to the target input box;
the judging module is used for judging whether the information corresponding to the input operation is matched with the subfunction corresponding to the target input box;
and the determining module is used for determining that the input operation is effective operation when the information corresponding to the input operation is matched with the subfunction corresponding to the target input box.
8. The apparatus of claim 7, wherein the determining module comprises:
the acquisition sub-module is used for acquiring related words of the sub-functions corresponding to the target input box;
the judgment submodule is used for judging whether the related words have words consistent with the information corresponding to the input operation;
and the first determining submodule is used for determining that the information corresponding to the input operation is matched with the subfunction corresponding to the target input box when the vocabulary consistent with the information corresponding to the input operation exists.
9. The apparatus of claim 7, wherein the determining module comprises:
the calculation submodule is used for calculating the relevance between the information corresponding to the input operation and the subfunction corresponding to the target input box;
and the second determining submodule is used for determining that the information corresponding to the input operation is matched with the subfunction corresponding to the target input box when the correlation degree is greater than the preset correlation degree.
10. The apparatus of any of claims 6-9, wherein the adding module comprises:
the receiving submodule is used for receiving an instruction for editing the logic diagram when the preset skill is a voice interaction function;
the conversion submodule is used for converting the logic diagram into voice interaction logic according to the corresponding relation between the sub-function corresponding to each input box in the logic diagram and each sub-function;
and the importing submodule is used for importing the voice interaction logic into equipment with a voice interaction function.
CN201911038860.3A 2019-10-29 2019-10-29 Logic diagram making skill based method and device Pending CN111026364A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911038860.3A CN111026364A (en) 2019-10-29 2019-10-29 Logic diagram making skill based method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911038860.3A CN111026364A (en) 2019-10-29 2019-10-29 Logic diagram making skill based method and device

Publications (1)

Publication Number Publication Date
CN111026364A true CN111026364A (en) 2020-04-17

Family

ID=70204659

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911038860.3A Pending CN111026364A (en) 2019-10-29 2019-10-29 Logic diagram making skill based method and device

Country Status (1)

Country Link
CN (1) CN111026364A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010096979A1 (en) * 2009-02-26 2010-09-02 中兴通讯股份有限公司 Method and system for enabling interactive voice response service
US20100262265A1 (en) * 2009-04-14 2010-10-14 General Electric Company Method for executing sequential function charts as function blocks in a control system
CN104410637A (en) * 2014-11-28 2015-03-11 科大讯飞股份有限公司 Development system and development method for interactive voice response (IVR) visualization flow
CN108664568A (en) * 2018-04-24 2018-10-16 科大讯飞股份有限公司 Semantic technical ability creation method and device
CN108984157A (en) * 2018-07-27 2018-12-11 苏州思必驰信息科技有限公司 Technical ability configuration and call method and system for voice dialogue platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010096979A1 (en) * 2009-02-26 2010-09-02 中兴通讯股份有限公司 Method and system for enabling interactive voice response service
US20100262265A1 (en) * 2009-04-14 2010-10-14 General Electric Company Method for executing sequential function charts as function blocks in a control system
CN104410637A (en) * 2014-11-28 2015-03-11 科大讯飞股份有限公司 Development system and development method for interactive voice response (IVR) visualization flow
CN108664568A (en) * 2018-04-24 2018-10-16 科大讯飞股份有限公司 Semantic technical ability creation method and device
CN108984157A (en) * 2018-07-27 2018-12-11 苏州思必驰信息科技有限公司 Technical ability configuration and call method and system for voice dialogue platform

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
彭晖: "《语义Web服务匹配及其应用》", 31 January 2015 *

Similar Documents

Publication Publication Date Title
CN108090177B (en) Multi-round question-answering system generation method, equipment, medium and multi-round question-answering system
KR20160122452A (en) Deep learnig framework and image recognition method for content-based visual image recognition
CN103514879A (en) Local voice recognition method based on BP neural network
EP1583076A1 (en) System and method for automatic generation of dialogue run time systems
CN116737908A (en) Knowledge question-answering method, device, equipment and storage medium
CN110610698A (en) Voice labeling method and device
CN111144132B (en) Semantic recognition method and device
CN117056481A (en) Cloud service industry dialogue help system based on large model technology and implementation method
CN117669717A (en) Knowledge enhancement-based large model question-answering method, device, equipment and medium
CN117348854A (en) Method and device for generating control flow of Internet of things based on natural language dialogue
CN115658875B (en) Data processing method based on chat service and related products
CN111026364A (en) Logic diagram making skill based method and device
CN109960489B (en) Method, device, equipment, medium and question-answering system for generating intelligent question-answering system
CN114449063B (en) Message processing method, device and equipment
CN112487170B (en) Man-machine interaction dialogue robot system facing scene configuration
CN113220664B (en) Satellite telemetering intelligent interpretation system and method for rapidly generating Lua script rule
CN112346736B (en) Data processing method and system
CN109933314B (en) Generation device of multi-turn question-answering system
CN113901192A (en) Conversation method, device, equipment and medium for conversation node parameter pre-filling
TWI697890B (en) Speech correction system and speech correction method
CN110020014B (en) Multi-turn question and answer device
US20210210092A1 (en) Efficient dialogue configuration
CN110852799A (en) User screening method and device based on intention label, electronic equipment and medium
CN110019718B (en) Method for modifying multi-turn question-answering system, terminal equipment and storage medium
CN117290938B (en) AI (advanced technology attachment) constructional engineering interaction system and method based on BIM (building information modeling) model and deep learning

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200417

RJ01 Rejection of invention patent application after publication