CN109299376B - Fuzzy search method and device based on education cloud operating system - Google Patents

Fuzzy search method and device based on education cloud operating system Download PDF

Info

Publication number
CN109299376B
CN109299376B CN201811259412.1A CN201811259412A CN109299376B CN 109299376 B CN109299376 B CN 109299376B CN 201811259412 A CN201811259412 A CN 201811259412A CN 109299376 B CN109299376 B CN 109299376B
Authority
CN
China
Prior art keywords
matching
data list
target
background data
keywords
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
CN201811259412.1A
Other languages
Chinese (zh)
Other versions
CN109299376A (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.)
Shenzhen Dianmao Technology Co Ltd
Original Assignee
Shenzhen Dianmao 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 Shenzhen Dianmao Technology Co Ltd filed Critical Shenzhen Dianmao Technology Co Ltd
Priority to CN201811259412.1A priority Critical patent/CN109299376B/en
Publication of CN109299376A publication Critical patent/CN109299376A/en
Application granted granted Critical
Publication of CN109299376B publication Critical patent/CN109299376B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/20Education

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Primary Health Care (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Educational Administration (AREA)
  • Marketing (AREA)
  • Educational Technology (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Electrically Operated Instructional Devices (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a fuzzy search method and a device based on an education cloud operating system, wherein the method comprises the following steps: monitoring user input to control search delay execution; acquiring initial keywords input by a user, filtering the initial keywords, and generating target keywords; if the target keyword is not null, traversing the background data list to obtain a key value for matching the target keyword; matching with the titles in the background data list; if the matching is successful, acquiring the matching progress of the target keyword; if the target keyword matching is finished, acquiring the matching progress of the background data list; and if the background data list is matched, acquiring and displaying titles successfully matched with all the target keywords in the background data list, and finishing the fuzzy search. The embodiment of the invention uses the regular expression at the front end to convert the keywords into the regular expression, and screens out correct list items after the sequence matching is completed, so that the occupied memory is small, and the fuzzy search efficiency is improved.

Description

Fuzzy search method and device based on education cloud operating system
Technical Field
The invention relates to the technical field of communication, in particular to a fuzzy search method and device based on an education cloud operating system.
Background
The education cloud operating system is an education operating system, students and parents can perform online interaction through the education cloud operating system, and the education cloud operating system is a convenient and rapid online education learning system.
In the prior art, the fuzzy search of the education cloud operating system returns a search result after back-end processing. The back end needs to do word sequence retrieval matching, which consumes a large amount of computer memory, and when the search frequency is too fast, the computer memory occupies too much, and the computer is stuck.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
In view of the defects of the prior art, the present invention provides a fuzzy search method and apparatus based on an education cloud operating system, and aims to solve the problem that the fuzzy search of the education cloud operating system in the prior art occupies a large memory.
The technical scheme of the invention is as follows:
a fuzzy search method based on an educational cloud operating system, the method comprising:
monitoring user input, acquiring a predefined search function, and controlling the search function to be executed after delaying a preset time threshold;
acquiring initial keywords input by a user, filtering the initial keywords and generating target keywords;
when the target keyword is not detected to be empty, traversing the background data list, and acquiring a key value for matching the target keyword according to a preset regular expression;
matching the target keywords with titles in the background data list according to key values;
if the matching between the title and the target keyword is successfully detected, acquiring the matching progress of the target keyword;
if the matching of the target keywords is detected to be finished, acquiring the matching progress of the background data list;
and if the background data list is detected to be matched, acquiring all titles successfully matched with the target keywords, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and finishing fuzzy search.
Optionally, the monitoring the user input, acquiring a predefined search function, and controlling the search function to be executed after delaying for a predetermined time threshold includes:
starting keyboard input monitoring, setting a delay timer, and clearing the delay timer when receiving user input;
a search function is predefined, and is added into a delay timer, and a delay preset time threshold is executed.
Optionally, the obtaining of the initial keyword input by the user, and filtering the initial keyword to generate the target keyword includes:
the method comprises the steps of obtaining an initial keyword input by a user, filtering special characters of the initial keyword, and generating a target keyword without special symbols.
Optionally, when it is detected that the target keyword is not null, traversing the background data list, and obtaining a key value for matching the target keyword according to a preset regular expression, including:
judging whether the target keyword is empty, if so, judging that the current input is invalid input, and prompting the user to input again;
and if not, defining a regular expression, traversing the background data list, and acquiring a key value for matching the target keyword according to the defined regular expression.
Optionally, if it is detected that the matching between the title and the target keyword is successful, obtaining a matching progress of the target keyword, including:
judging whether the matching between the title in the background data list and the target keyword is successful or not;
if the matching between the title and the target keyword is successfully detected, acquiring the matching progress of the target keyword;
if the matching of the title and the target keyword is not successful, inquiring whether the background data list matching is finished, if the matching is finished, displaying the current matching result, and if the matching is not finished, intercepting the rest background data list, and continuing to match the target keyword until the background data list matching is finished.
Optionally, if it is detected that the matching of the target keyword is finished, acquiring a matching progress of the background data list, including:
judging whether the matching progress of the target keywords is finished or not;
if the matching of the target keywords is detected to be finished, acquiring the matching progress of the background data list;
and if the matching of the target keywords is not finished, intercepting the rest fields of the target keywords to continue matching until the matching of the target keywords is finished.
Optionally, if it is detected that the background data list matching is finished, acquiring titles that all target keywords are successfully matched, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and completing the fuzzy search, where the method includes:
judging whether the background data list is matched and finished,
if the background data list matching is finished, acquiring all titles successfully matched with the target keywords, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and finishing fuzzy search;
if the background data list matching is not finished, intercepting the remaining data in the background data list, repeatedly executing matching of the target keywords and the titles in the background data list according to key values until the background data list matching is finished, acquiring all titles successfully matched with the target keywords, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and finishing fuzzy search.
Still another embodiment of the present invention also provides a fuzzy search apparatus based on an educational cloud operating system, the apparatus including at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the above-described educational cloud operating system-based fuzzy search method.
Yet another embodiment of the present invention provides a non-transitory computer-readable storage medium, wherein the non-transitory computer-readable storage medium stores computer-executable instructions, which when executed by one or more processors, cause the one or more processors to perform the above-mentioned fuzzy search method based on an education cloud operating system.
Another embodiment of the present invention provides a computer program product comprising a computer program stored on a non-volatile computer-readable storage medium, the computer program comprising program instructions that, when executed by a processor, cause the processor to perform the above-described fuzzy search method based on an educational cloud operating system.
Has the advantages that: the invention discloses a fuzzy search method and a device based on an education cloud operating system, wherein a regular expression is used at the front end in the embodiment of the invention, keywords are converted into the regular expression, and correct list items are screened out after sequence matching is completed; and (4) throttling the search results by using a throttling scheme, and searching the input results which are valid for the last time after a second request is not sent out when the threshold value is exceeded.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is a flow chart of a preferred embodiment of the fuzzy search method based on the education cloud operating system according to the present invention;
fig. 2 is a schematic diagram of a hardware structure of a fuzzy search apparatus based on an educational cloud operating system according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and effects of the present invention clearer and clearer, the present invention is described in further detail below. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. Embodiments of the present invention will be described below with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 is a flowchart illustrating a fuzzy search method based on an education cloud operating system according to a preferred embodiment of the present invention. As shown in fig. 1, it includes the steps of:
s100, monitoring user input, acquiring a predefined search function, and controlling the search function to be executed after delaying a preset time threshold;
s200, acquiring initial keywords input by a user, filtering the initial keywords and generating target keywords;
step S300, when the target keyword is not detected to be empty, traversing a background data list, and acquiring a key value for matching the target keyword according to a preset regular expression;
s400, matching the target keywords with titles in the background data list according to key values;
step S500, if the matching between the title and the target keyword is successfully detected, acquiring the matching progress of the target keyword;
step S600, if the matching of the target keywords is detected to be finished, the matching progress of the background data list is obtained;
step S700, if the background data list matching is detected to be finished, acquiring all titles successfully matched with the target keywords, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and finishing the fuzzy search.
In specific implementation, the fuzzy search method based on the education cloud operating system in the embodiment of the invention can be used for electronic equipment with a search function, and the electronic equipment includes but is not limited to electronic equipment such as a mobile phone, a tablet, a notebook computer, a desktop computer and the like.
Further, step S100 includes:
starting keyboard input monitoring, setting a delay timer, and clearing the delay timer when receiving user input;
a search function is predefined, and is added into a delay timer, and a delay preset time threshold is executed.
In specific implementation, starting keyboard input event monitoring, setting a delay Timer-A, receiving user input, and clearing the delay Timer-A;
defining a search function Fun-A, putting the Fun-A into a delay Timer-A, delaying a certain threshold value for execution, if the preset time threshold value is 500ms, delaying the search operation for 500ms, if the operation is performed in the period, the Timer will be cleared, the built-in function will not be executed, at this time, a new Timer will be started, counting down from 500ms again, and when no new user input exists in 500ms, the following steps will be continued.
Further, step S200 specifically includes:
the method comprises the steps of obtaining an initial keyword input by a user, filtering special characters of the initial keyword, and generating a target keyword without special symbols.
In specific implementation, the fuzzy search does not support part of special symbol retrieval, in order to prevent XSS script injection attack, the initial keyword input by a user is obtained, special symbols are filtered for the keyword, the special symbols are removed to obtain a new keyword field, and the new keyword field is marked as a target keyword.
Further, step S300 specifically includes:
judging whether the target keyword is empty, if so, judging that the current input is invalid input, and prompting the user to input again;
and if not, defining a regular expression, traversing the background data list, and acquiring a key value for matching the target keyword according to the defined regular expression.
In specific implementation, after the target keywords are extracted, judging whether the filtered keywords have lengths, if the filtered keywords have no length (namely, empty), judging that the current input is invalid input, and prompting the user to input again;
if the keywords have lengths, a map is defined (the map refers to mapping), the map is realized through a regular expression, so that the regular expression is defined, and the key values for matching the target keywords are obtained according to the regular expression. For example, if a keyword is required to match a title, the title field in the object should be fetched.
Further, step S500 specifically includes:
judging whether the matching between the title in the background data list and the target keyword is successful or not;
if the matching between the title and the target keyword is successfully detected, acquiring the matching progress of the target keyword;
if the matching of the title and the target keyword is not successful, inquiring whether the background data list matching is finished, if the matching is finished, displaying the current matching result, and if the matching is not finished, intercepting the rest background data list, and continuing to match the target keyword until the background data list matching is finished. For example, the keyword is that she walks, the background data list is 1, i and she walk on a trail, 2, i and her do not walk, 3, i and me walk still, the words in the sequence 1 and 2 will match, the word in 3 matches correctly but in a different sequence, the semantic difference is determined, and the third is skipped. Thus, 1 and 2 are match successes and 3 is match failures.
In specific implementation, the regular expression is used for matching the title, whether the matching is successful is inquired, if the matching is successful, the matching progress of the target keyword is obtained,
if the matching is unsuccessful, whether the background data list is matched is judged to be finished, and whether the background data list is matched is judged to be finished; if the background data list is matched, traversing the effective data list, adding a highlight label to the key words, (adding red characters to the matched characters), displaying the list, and ending the fuzzy search; and if the matching of the background data list is not finished, intercepting the rest data, and repeatedly using the regular expression to match the titles until the matching of the background data list is finished.
Further, step S600 specifically includes:
judging whether the matching progress of the target keywords is finished or not;
if the matching of the target keywords is detected to be finished, acquiring the matching progress of the background data list;
and if the matching of the target keywords is not finished, intercepting the rest fields of the target keywords to continue matching until the matching of the target keywords is finished.
In specific implementation, judging whether the target keywords are matched completely, and if the target keywords are matched completely, acquiring the matching progress of the background data list; and if the matching is not finished, intercepting the residual fields of the keywords to continue the matching, and repeatedly using the regular expression to match the titles until the matching is finished.
Further, step S700 specifically includes:
judging whether the background data list is matched and finished,
if the background data list matching is finished, acquiring all titles successfully matched with the target keywords, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and finishing fuzzy search;
if the background data list matching is not finished, intercepting the remaining data in the background data list, repeatedly executing matching of the target keywords and the titles in the background data list according to key values until the background data list matching is finished, acquiring all titles successfully matched with the target keywords, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and finishing fuzzy search.
In specific implementation, whether the background data list is matched is inquired; if the background data list is matched, traversing the effective data list, adding a highlight label to the key word, (adding a red font to the matched character), displaying the searched background data list, and ending fuzzy search; if the background data list matching is not finished, intercepting the rest data, repeatedly using the regular expression to match the titles until the background data list matching is finished, traversing the effective data list, adding highlight labels to the keywords, (adding red fonts to the matched characters), displaying the searched background data list, finishing fuzzy search, and if the effective data list is not found, prompting that the content related to the target keyword is not searched.
According to the method embodiment, the fuzzy search method based on the education cloud operating system is provided, the regular expression is used at the front end, the keywords are converted into the regular expression, and the correct list items are screened out after the sequence matching is completed; and (4) throttling the search results by using a throttling scheme, and searching the input results which are valid for the last time after a second request is not sent out when the threshold value is exceeded.
Another embodiment of the present invention provides a fuzzy search apparatus based on an educational cloud operating system, as shown in fig. 2, the apparatus 10 includes:
one or more processors 110 and a memory 120, where one processor 110 is illustrated in fig. 2, the processor 110 and the memory 120 may be connected by a bus or other means, and the connection by the bus is illustrated in fig. 2.
The processor 110 is used to implement various control logic for the device 10, which may be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), a single chip, an ARM (Acorn RISC machine) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. Also, the processor 110 may be any conventional processor, microprocessor, or state machine. Processor 110 may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
The memory 120, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions corresponding to the fuzzy search method based on the education cloud operating system in the embodiment of the present invention. The processor 110 executes various functional applications and data processing of the apparatus 10, that is, implements the fuzzy search method based on the educational cloud operating system in the above-described method embodiments, by running the nonvolatile software program, instructions, and units stored in the memory 120.
The memory 120 may include a storage program area and a storage data area, wherein the storage program area may store an application program required for operating the device, at least one function; the storage data area may store data created according to the use of the device 10, and the like. Further, the memory 120 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, memory 120 optionally includes memory located remotely from processor 110, which may be connected to device 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
One or more units are stored in the memory 120, and when executed by the one or more processors 110, perform the fuzzy search method based on the educational cloud operating system in any of the above-described method embodiments, for example, performing the above-described method steps S100 to S700 in fig. 1.
Embodiments of the present invention provide a non-transitory computer-readable storage medium storing computer-executable instructions for execution by one or more processors, for example, to perform method steps S100-S700 in fig. 1 described above.
By way of example, non-volatile storage media can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of illustration and not limitation, RAM is available in many forms such as Synchronous RAM (SRAM), dynamic RAM, (DRAM), Synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), Enhanced SDRAM (ESDRAM), Synchl ink DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The disclosed memory components or memory of the operating environment described herein are intended to comprise one or more of these and/or any other suitable types of memory.
Another embodiment of the present invention provides a computer program product comprising a computer program stored on a non-volatile computer-readable storage medium, the computer program comprising program instructions that, when executed by a processor, cause the processor to perform the fuzzy search method based on an educational cloud operating system of the above method embodiment. For example, the method steps S100 to S700 in fig. 1 described above are performed.
The above-described embodiments are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the scheme of the embodiment.
Through the above description of the embodiments, those skilled in the art will clearly understand that the embodiments may be implemented by software plus a general hardware platform, and may also be implemented by hardware. With this in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer electronic device (which may be a personal computer, a server, or a network electronic device, etc.) to execute the methods of the various embodiments or some parts of the embodiments.
Conditional language such as "can," "might," or "may" is generally intended to convey that a particular embodiment can include (yet other embodiments do not include) particular features, elements, and/or operations, among others, unless specifically stated otherwise or otherwise understood within the context as used. Thus, such conditional language is not generally intended to imply that features, elements, and/or operations are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without student input or prompting, whether such features, elements, and/or operations are included or are to be performed in any particular embodiment.
What has been described herein in the specification and drawings includes examples that enable intelligent cabinet customization methods and apparatus to be provided. It will, of course, not be possible to describe every conceivable combination of components and/or methodologies for purposes of describing the various features of the disclosure, but it can be appreciated that many further combinations and permutations of the disclosed features are possible. It is therefore evident that various modifications can be made to the disclosure without departing from the scope or spirit thereof. In addition, or in the alternative, other embodiments of the disclosure may be apparent from consideration of the specification and drawings and from practice of the disclosure as presented herein. It is intended that the examples set forth in this specification and the drawings be considered in all respects as illustrative and not restrictive. Although specific terms are employed herein, they are used in a generic and descriptive sense only and not for purposes of limitation.

Claims (8)

1. A fuzzy search method based on an education cloud operating system is characterized by comprising the following steps:
monitoring user input, acquiring a predefined search function, and controlling the search function to be executed after delaying a preset time threshold;
acquiring initial keywords input by a user, filtering the initial keywords and generating target keywords;
when the target keyword is not detected to be empty, traversing the background data list, and acquiring a key value for matching the target keyword according to a preset regular expression;
matching the target keywords with titles in the background data list according to key values;
if the matching between the title and the target keyword is successfully detected, acquiring the matching progress of the target keyword;
if the matching of the target keywords is detected to be finished, acquiring the matching progress of the background data list;
if the background data list matching is detected to be finished, acquiring all titles successfully matched with the target keywords, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and finishing fuzzy search;
wherein, the monitoring user input, obtaining a predefined search function, and controlling the search function to be executed after delaying a predetermined time threshold, comprises:
starting keyboard input monitoring, setting a delay timer, and clearing the delay timer when receiving user input;
a search function is predefined, and is added into a delay timer, and a delay preset time threshold is executed.
2. The fuzzy search method based on the education cloud operating system according to claim 1, wherein the obtaining of the initial keywords input by the user and the filtering of the initial keywords to generate the target keywords comprises:
the method comprises the steps of obtaining an initial keyword input by a user, filtering special characters of the initial keyword, and generating a target keyword without special symbols.
3. The fuzzy search method based on the education cloud operating system according to claim 2, wherein the step of traversing the background data list if the target keyword is not detected to be null, and obtaining a key value for matching the target keyword according to a preset regular expression comprises the steps of:
judging whether the target keyword is empty, if so, judging that the current input is invalid input, and prompting the user to input again;
and if not, defining a regular expression, traversing the background data list, and acquiring a key value for matching the target keyword according to the defined regular expression.
4. The fuzzy search method based on the education cloud operating system according to claim 3, wherein the obtaining the matching progress of the target keyword if the matching of the title and the target keyword is detected to be successful comprises:
judging whether the matching between the title in the background data list and the target keyword is successful or not;
if the matching between the title and the target keyword is successfully detected, acquiring the matching progress of the target keyword;
if the matching of the title and the target keyword is not successful, inquiring whether the background data list matching is finished, if the matching is finished, displaying the current matching result, and if the matching is not finished, intercepting the rest background data list, and continuing to match the target keyword until the background data list matching is finished.
5. The fuzzy search method based on the education cloud operating system according to claim 1, wherein the step of obtaining the matching progress of the background data list if the matching of the target keyword is detected to be finished comprises the steps of:
judging whether the matching progress of the target keywords is finished or not;
if the matching of the target keywords is detected to be finished, acquiring the matching progress of the background data list;
and if the matching of the target keywords is not finished, intercepting the rest fields of the target keywords to continue matching until the matching of the target keywords is finished.
6. The fuzzy search method based on the education cloud operating system according to claim 1, wherein if it is detected that the background data list matching is completed, acquiring titles of which all target keywords are successfully matched, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and completing the fuzzy search, the method comprises:
judging whether the background data list is matched and finished,
if the background data list matching is finished, acquiring all titles successfully matched with the target keywords, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and finishing fuzzy search;
if the background data list matching is not finished, intercepting the remaining data in the background data list, repeatedly executing matching of the target keywords and the titles in the background data list according to key values until the background data list matching is finished, acquiring all titles successfully matched with the target keywords, adding highlight labels to the target keywords in the data list corresponding to the titles, displaying the corresponding data list, and finishing fuzzy search.
7. An educational cloud operating system-based fuzzy search apparatus, the apparatus comprising at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the educational cloud operating system based fuzzy search method of any one of claims 1-6.
8. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 6.
CN201811259412.1A 2018-10-26 2018-10-26 Fuzzy search method and device based on education cloud operating system Active CN109299376B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811259412.1A CN109299376B (en) 2018-10-26 2018-10-26 Fuzzy search method and device based on education cloud operating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811259412.1A CN109299376B (en) 2018-10-26 2018-10-26 Fuzzy search method and device based on education cloud operating system

Publications (2)

Publication Number Publication Date
CN109299376A CN109299376A (en) 2019-02-01
CN109299376B true CN109299376B (en) 2021-01-01

Family

ID=65157874

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811259412.1A Active CN109299376B (en) 2018-10-26 2018-10-26 Fuzzy search method and device based on education cloud operating system

Country Status (1)

Country Link
CN (1) CN109299376B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110717032A (en) * 2019-08-26 2020-01-21 四川新网银行股份有限公司 Method for generating and displaying multi-system method call link diagram
CN111078026B (en) * 2019-11-15 2023-10-03 北京乐我无限科技有限责任公司 Input prompting method, device, electronic equipment and readable storage medium
WO2024040607A1 (en) * 2022-08-26 2024-02-29 西门子股份公司 Data access method and apparatus, electronic device, and computer-readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1115156A (en) * 1993-12-28 1996-01-17 日本电气株式会社 A method and apparatus for improving message receive ratio in a radio paging system
EP1630692A1 (en) * 2003-05-19 2006-03-01 Saora Kabushiki Kaisha Method for processing information, apparatus therefor and program therefor
CN103714156A (en) * 2013-12-26 2014-04-09 乐视网信息技术(北京)股份有限公司 Video data resource adaptation method and system thereof

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100476828C (en) * 2007-04-28 2009-04-08 华中科技大学 Safety search engine system based on accessing control
CN100470551C (en) * 2007-08-24 2009-03-18 新诺亚舟科技(深圳)有限公司 Method for implementing associated searching on handhold learning terminal
US8838610B2 (en) * 2009-10-30 2014-09-16 Ebay Inc. Listing tune-up system
CN102104969A (en) * 2009-12-21 2011-06-22 中兴通讯股份有限公司 Resource scheduling method and base station
CN102122286A (en) * 2010-04-01 2011-07-13 武汉福来尔科技有限公司 Method for realizing concentrated searching on handheld learning terminal
WO2013128462A1 (en) * 2012-02-27 2013-09-06 Hewlett-Packard Development Company, L.P. Video search
CN104503757A (en) * 2014-12-24 2015-04-08 四川效率源信息安全技术有限责任公司 Delay processing method for improving real-time response performance of software
CN106547821A (en) * 2016-09-29 2017-03-29 广东工业大学 A kind of method in browser according to keyword search related web page
CN108490889B (en) * 2018-02-08 2019-09-10 浙江大学 The safe big data data source method for generation of intelligent plant and device based on TE model

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1115156A (en) * 1993-12-28 1996-01-17 日本电气株式会社 A method and apparatus for improving message receive ratio in a radio paging system
EP1630692A1 (en) * 2003-05-19 2006-03-01 Saora Kabushiki Kaisha Method for processing information, apparatus therefor and program therefor
CN103714156A (en) * 2013-12-26 2014-04-09 乐视网信息技术(北京)股份有限公司 Video data resource adaptation method and system thereof

Also Published As

Publication number Publication date
CN109299376A (en) 2019-02-01

Similar Documents

Publication Publication Date Title
US9576075B2 (en) Context aware query selection
CN109299376B (en) Fuzzy search method and device based on education cloud operating system
CN109190049B (en) Keyword recommendation method, system, electronic device and computer readable medium
CN106682169B (en) Application label mining method and device, application searching method and server
US9336299B2 (en) Acquisition of semantic class lexicons for query tagging
CN107257390B (en) URL address resolution method and system
JP7289330B2 (en) Novel category tag mining method and apparatus, electronic device, computer readable medium, and computer program product
US20170068655A1 (en) System for Tokenizing Text in Languages without Inter-Word Separation
CN109408821B (en) Corpus generation method and device, computing equipment and storage medium
CN111159363A (en) Knowledge base-based question answer determination method and device
CN110321560B (en) Method and device for determining position information from text information and electronic equipment
CN108121455B (en) Identification correction method and device
CN111241400B (en) Information searching method and device
US11379527B2 (en) Sibling search queries
CN111126058A (en) Text information automatic extraction method and device, readable storage medium and electronic equipment
CN110362826A (en) Periodical submission method, equipment and readable storage medium storing program for executing based on artificial intelligence
CN110287460B (en) Electronic book display method, computing equipment and computer storage medium
JP2018195272A (en) Information extraction device
CN109639787B (en) Position state acquisition method and device, readable storage medium and electronic equipment
CN112087473A (en) Document downloading method and device, computer readable storage medium and computer equipment
CN111045836B (en) Search method, search device, electronic equipment and computer readable storage medium
CN110895924B (en) Method and device for reading document content aloud, electronic equipment and readable storage medium
CN108304540B (en) Text data identification method and device and related equipment
CN108133214A (en) A kind of information search method and mobile terminal corrected based on picture
US11494562B2 (en) Method, apparatus and computer program product for generating text strings

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