CN112199483B - Information input assisting method and device, electronic equipment and storage medium - Google Patents
Information input assisting method and device, electronic equipment and storage medium Download PDFInfo
- Publication number
- CN112199483B CN112199483B CN202011076922.2A CN202011076922A CN112199483B CN 112199483 B CN112199483 B CN 112199483B CN 202011076922 A CN202011076922 A CN 202011076922A CN 112199483 B CN112199483 B CN 112199483B
- Authority
- CN
- China
- Prior art keywords
- information
- input
- request
- determining
- field
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/332—Query formulation
- G06F16/3322—Query formulation using system suggestions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/335—Filtering based on additional data, e.g. user or group profiles
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- User Interface Of Digital Computer (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention relates to data processing and provides an information input auxiliary method and device, electronic equipment and a storage medium. The method includes the steps that when an information entry auxiliary request is received, input information is obtained from the information entry auxiliary request, the request type of the information entry auxiliary request is determined, when the request type is the input type request type, the target field name of the input information is identified, information data corresponding to the target field name are obtained from a configuration library, input equipment of the input information is determined, whether the input equipment starts a position acquisition device or not is detected, when the input equipment does not start the position acquisition device, the search frequency of the information data is determined, and the information data are recommended according to the search frequency. The invention can not only improve the efficiency of information input, but also reduce the error rate of input. Furthermore, the invention also relates to a block chain technology, and the information data can be stored in the block chain.
Description
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to an information entry assistance method and apparatus, an electronic device, and a storage medium.
Background
In the next-user confirmation process of some financial products, a user needs to input multiple fields such as marital conditions, house property information and the like besides identity card information, however, the number of necessary options in the next-user confirmation process is large, so that the time spent by the user for completing information input is large, and in addition, in the information input process, the situations of wrongly written characters and the like can occur, so that the information input is inaccurate.
Disclosure of Invention
In view of the foregoing, it is desirable to provide an information entry assisting method, an information entry assisting apparatus, an electronic device, and a storage medium, which can not only improve the efficiency of information entry but also reduce the entry error rate.
In one aspect, the present invention provides an information entry assistance method, where the information entry assistance method includes:
when an information entry auxiliary request is received, acquiring input information from the information entry auxiliary request, and determining a request type to which the information entry auxiliary request belongs;
when the request type is an input type request type, identifying a target field name to which the input information belongs;
acquiring information data corresponding to the target field name from a configuration library;
determining input equipment for inputting information, and detecting whether the input equipment starts a position acquisition device or not;
when the input equipment does not start the position acquisition device, determining the search frequency of the information data;
and recommending the information data according to the searching frequency.
According to a preferred embodiment of the present invention, the determining a request type to which the information entry assistance request belongs includes:
acquiring a request number of the information input auxiliary request, and determining a log table according to the request number;
acquiring an input position of the input information from the log table;
detecting whether the input position contains an associated option;
when detecting that the input position does not contain the association option, determining that the request type to which the information entry auxiliary request belongs is an input type request type; or alternatively
When detecting that the input position contains the associated option, determining that the request type to which the information entry auxiliary request belongs is a selection type request type.
According to a preferred embodiment of the present invention, the identifying the target field name to which the input information belongs includes:
determining the field type to which the input information belongs;
acquiring all field names corresponding to the field types from a preset list;
determining field characteristics of all acquired field names;
matching the field characteristics with the input information, and determining the field characteristics successfully matched with the input information as target characteristics;
determining a field corresponding to the target characteristic as the target field name.
According to a preferred embodiment of the present invention, the acquiring information data corresponding to the target field name from the configuration repository includes:
determining the field number of the target field name;
when the field number is larger than the preset number, calling idle threads with the thread number being the field number from a preset thread pool;
acquiring a field value corresponding to each target field name from the configuration library by using the idle thread;
and acquiring the intersection of the field values corresponding to each target field name as the information data.
According to a preferred embodiment of the present invention, the input device for determining the input information comprises:
determining sending equipment of the information entry auxiliary request;
determining the sending device as the input device.
According to a preferred embodiment of the invention, the method further comprises:
when the input equipment starts the position acquisition device, detecting whether a configuration field exists in the target field name or not, wherein the configuration field refers to a field associated with a position;
when detecting that the configuration field exists in the target field name, acquiring the current position from the position acquisition device;
determining an information position in the information data, and determining a distance between the information position and the current position;
sorting the information data according to the sequence of the distances from large to small to obtain a distance queue;
and recommending the distance queue.
According to a preferred embodiment of the invention, the method further comprises:
when the request type is a selective request type, acquiring an associated field associated with the input information;
acquiring target information corresponding to the associated field;
acquiring a request option in the information entry auxiliary request;
screening out target options corresponding to the target information from the request options;
the target options are presented in a configuration.
In another aspect, the present invention further provides an information entry assisting apparatus, including:
the device comprises a determining unit, a judging unit and a judging unit, wherein the determining unit is used for acquiring input information from an information entry auxiliary request when the information entry auxiliary request is received, and determining the request type of the information entry auxiliary request;
an identifying unit configured to identify a target field name to which the input information belongs when the request type is an input type request type;
an acquisition unit configured to acquire information data corresponding to the target field name from a configuration library;
the detection unit is used for determining the input equipment of the input information and detecting whether the input equipment starts the position acquisition device or not;
the determining unit is further configured to determine a search frequency of the information data when the input device does not start the position acquisition apparatus;
and the recommending unit is used for recommending the information data according to the searching frequency.
In another aspect, the present invention further provides an electronic device, including:
a memory storing computer readable instructions; and
a processor executing computer readable instructions stored in the memory to implement the information entry assistance method.
In another aspect, the present invention also provides a computer-readable storage medium, in which computer-readable instructions are stored, and the computer-readable instructions are executed by a processor in an electronic device to implement the information entry assistance method.
According to the technical scheme, when an information entry auxiliary request is received, input information can be obtained from the information entry auxiliary request, the request type of the information entry auxiliary request is determined, when the request type is the input type request type, the target field name of the input information is identified, because the request type is other types, the field name of the input information does not need to be identified, resources can be saved, information data corresponding to the target field name is obtained from a configuration library, the information data can be comprehensively and accurately obtained, input equipment of the input information is determined, whether the input equipment starts a position acquisition device or not is detected, when the input equipment does not start the position acquisition device, the search frequency of the information data is determined, the information data is recommended according to the search frequency, the information data is recommended to a user without manually entering the information data, and when the input equipment does not start the position acquisition device, the information data is recommended to the user by the search frequency, the information data can be recommended to the hot information data, and the efficiency of the user can be improved. According to the invention, when information is input, complete information is not required to be input, and only key field values are required to be input, so that corresponding information data can be intelligently recommended to a user, and further, the information input efficiency can be improved.
Drawings
Fig. 1 is a flow chart of a preferred embodiment of the information entry assistance method of the present invention.
FIG. 2 is a functional block diagram of a preferred embodiment of the information entry aid of the present invention.
Fig. 3 is a schematic structural diagram of an electronic device implementing an information entry assistance method according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a flow chart of an information entry assistance method according to a preferred embodiment of the present invention. The order of the steps in the flow chart may be changed and some steps may be omitted according to different needs.
The information entry assisting method is applied to one or more electronic devices, and the electronic devices are devices capable of automatically performing numerical calculation and/or information processing according to computer readable instructions set or stored in advance, and hardware of the electronic devices includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The electronic device may be any electronic product capable of performing human-computer interaction with a user, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an interactive Internet Protocol Television (IPTV), a smart wearable device, and the like.
The electronic device may include a network device and/or a user device. Wherein the network device includes, but is not limited to, a single network electronic device, an electronic device group consisting of a plurality of network electronic devices, or a Cloud Computing (Cloud Computing) based Cloud consisting of a large number of hosts or network electronic devices.
The network in which the electronic device is located includes, but is not limited to: the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
S10, when an information entry auxiliary request is received, acquiring input information from the information entry auxiliary request, and determining a request type of the information entry auxiliary request.
In at least one embodiment of the invention, the information entry assistance request may be generated by a user trigger.
Further, the message information carried by the information entry auxiliary request includes, but is not limited to: the input information, the request number, etc.
In at least one embodiment of the invention, the request types include: an input type request type, a selection type request type. The input type request type means that no associated option is arranged on the input position of the information input by the user, and the selection type request type means that the associated option is arranged on the input position of the information input by the user. For example: the input-type request type may be a type including no associated option such as an identification number, a residence address, etc., and the selection-type request type may be a type including an associated option such as a marital status, a gender, etc.
In at least one embodiment of the present invention, the electronic device obtaining the input information from the information entry assistance request includes:
analyzing the message of the auxiliary information input request to obtain message information carried by the auxiliary information input request;
acquiring a preset label, wherein the preset label is a predefined label;
and acquiring information corresponding to the preset label from the message information as the input information.
By analyzing the message of the information input auxiliary request without analyzing the whole request, the analysis efficiency can be improved, and the input information can be accurately determined by utilizing the mapping relation between the preset label and the input information.
In at least one embodiment of the present invention, the electronic device determining a request type to which the information entry assistance request belongs includes:
acquiring a request number of the information input auxiliary request, and determining a log table according to the request number;
acquiring an input position of the input information from the log table;
detecting whether the input position contains an associated option;
when the input position is detected not to contain the association option, determining that the request type of the auxiliary information input request is an input type request type; or
When the input position is detected to contain the association option, determining that the request type to which the information entry auxiliary request belongs is a selection type request type.
And the request type to which the information input auxiliary request belongs can be accurately determined through the characteristics of the input type request type and the selection type request type.
S11, when the request type is an input type request type, identifying the target field name to which the input information belongs.
In at least one embodiment of the present invention, the at least one field name includes, but is not limited to: name, address, ID, company, etc.
In at least one embodiment of the present invention, the electronic device identifying the target field name to which the input information belongs includes:
determining the field type to which the input information belongs;
acquiring all field names corresponding to the field types from a preset list;
determining the field characteristics of all the acquired field names;
matching the field characteristics with the input information, and determining the field characteristics successfully matched with the input information as target characteristics;
determining a field corresponding to the target characteristic as the target field name.
Wherein, a plurality of field types and a plurality of field names are stored in the preset list, and further, the plurality of field types include: int, char, varchar, bit, etc.
Further, the field property refers to a property specific to the field name, such as: the field property with field name ID is 18 characters.
By acquiring all the field names corresponding to the field types, the field names irrelevant to the field types can be filtered out, and the determination efficiency of the target field names can be improved.
And S12, acquiring information data corresponding to the target field name from a configuration library.
It is emphasized that, in order to further ensure the privacy and security of the information data, the information data may also be stored in a node of a block chain.
In at least one embodiment of the present invention, the configuration library stores a plurality of field names and field values corresponding to the plurality of field names.
In at least one embodiment of the present invention, when a plurality of dimensions are included in the target field name, the information data refers to data capable of satisfying the plurality of dimensions at the same time.
In at least one embodiment of the present invention, the acquiring, by the electronic device, information data corresponding to the target field name from a configuration library includes:
determining the field number of the target field name;
when the field number is larger than the preset number, calling idle threads with the thread number being the field number from a preset thread pool;
acquiring a field value corresponding to each target field name from the configuration library by using the idle thread;
and acquiring the intersection of the field values corresponding to each target field name as the information data.
Wherein, the value of the preset number is generally set to 1.
By the embodiment, the field value corresponding to each target field name can be quickly acquired by the idle threads with the number of threads being the number of the fields, and the information data can be accurately acquired according to the field value corresponding to each target field name.
And S13, determining input equipment for inputting information, and detecting whether the input equipment starts a position acquisition device or not.
In at least one embodiment of the present invention, the input device refers to a device supporting a user to input information, and the input device may be a mobile phone or a tablet.
In at least one embodiment of the present invention, the position acquisition device may include a GPS or the like.
In at least one embodiment of the present invention, the input device for the electronic device to determine the input information comprises:
determining sending equipment of the information entry auxiliary request;
determining the sending device as the input device.
Through the implementation mode, the input equipment can be accurately determined.
In at least one embodiment of the present invention, a manner in which the electronic device detects whether the input device starts the position acquisition device belongs to the prior art, and details of this are not repeated in the present invention.
And S14, determining the searching frequency of the information data when the input equipment does not start the position acquisition device.
In at least one embodiment of the present invention, the search frequency refers to the number of times the information data is searched.
In at least one embodiment of the present invention, the electronic device determining the search frequency of the information data includes:
and acquiring the frequency of the information data from the log table, and determining the acquired frequency as the searching frequency.
In at least one embodiment of the invention, the method further comprises:
when the input equipment starts the position acquisition device, detecting whether a configuration field exists in the target field name or not, wherein the configuration field refers to a field associated with a position;
when detecting that the configuration field exists in the target field name, acquiring the current position from the position acquisition device;
determining an information position in the information data, and determining a distance between the information position and the current position;
sequencing the information data according to the sequence of the distances from big to small to obtain a distance queue;
recommending the distance queue.
Wherein the configuration field may include, but is not limited to: name of business, address of residence.
For example: the name of the target field is the name of the enterprise, and the information data is as follows: the method comprises the following steps that an enterprise A, an enterprise B and an enterprise C are detected by electronic equipment, a configuration field exists in a target field name, the current position obtained from a position acquisition device is a position A, the information position of the enterprise A is determined to be a position B, the information position of the enterprise B is determined to be a position C, the information position of the enterprise C is determined to be a position D, the electronic equipment further determines that the distance between the enterprise A and the position A is 10km, the distance between the enterprise B and the position A is 30km, the distance between the enterprise C and the position A is 20km, the information data are sequenced according to the sequence of the distances from big to small, and a distance queue is obtained: enterprise a, enterprise c, and enterprise b.
Through the embodiment, the distance between the information position and the current position can be accurately determined, and then the distance queue can be accurately determined so as to intelligently recommend the distance queue.
And S15, recommending the information data according to the searching frequency.
In at least one embodiment of the present invention, the recommending, by the electronic device, the information data according to the search frequency includes:
sorting the information data according to the sequence of the searching frequency from large to small to obtain a frequency queue;
and recommending the frequency queue.
Through the embodiment, the information data can be accurately recommended through the search frequency.
In at least one embodiment of the invention, the method further comprises:
when the request type is a selective request type, acquiring an associated field associated with the input information;
acquiring target information corresponding to the associated fields;
acquiring a request option in the information entry auxiliary request;
screening out target options corresponding to the target information from the request options;
the target options are presented in a configured manner.
The configuration mode may be a highlight display mode or a bolded display mode.
Through the embodiment, when the information entry auxiliary request is of a selective request type, the user can still be assisted in information entry.
According to the technical scheme, when an information entry auxiliary request is received, input information can be obtained from the information entry auxiliary request, the request type of the information entry auxiliary request is determined, when the request type is the input type request type, the target field name of the input information is identified, because the request type is other types, the field name of the input information does not need to be identified, resources can be saved, information data corresponding to the target field name are obtained from a configuration library, the information data can be comprehensively and accurately obtained, input equipment of the input information is determined, whether the input equipment starts a position acquisition device or not is detected, when the input equipment does not start the position acquisition device, the search frequency of the information data is determined, the information data is recommended according to the search frequency, the information data is input to a user, the information data is recommended to the user through the search frequency, and the information data is recommended to the user according to the search frequency, and the efficiency of the information data input to the user is improved. According to the invention, when information is input, complete information is not required to be input, and only key field values are required to be input, so that corresponding information data can be intelligently recommended to a user, and further, the information input efficiency can be improved.
Fig. 2 is a functional block diagram of a preferred embodiment of the auxiliary device for information entry according to the present invention. The information entry assisting device 11 comprises a determining unit 110, an identifying unit 111, an obtaining unit 112, a detecting unit 113, a recommending unit 114, a screening unit 115 and a displaying unit 116. The module/unit referred to herein is a series of computer readable instruction segments that can be accessed by the processor 13 and perform a fixed function and that are stored in the memory 12. In the present embodiment, the functions of the modules/units will be described in detail in the following embodiments.
When receiving the information entry assistance request, the determination unit 110 acquires input information from the information entry assistance request, and determines a request type to which the information entry assistance request belongs.
In at least one embodiment of the invention, the information entry assistance request may be generated by a user trigger.
Further, the message information carried by the information entry auxiliary request includes, but is not limited to: the input information, the request number, etc.
In at least one embodiment of the invention, the request types include: an input type request type, a selection type request type. The input type request type refers to that no associated option exists in the input position of the information input by the user, and the selection type request type refers to that the associated option exists in the input position of the information input by the user. For example: the input-type request type may be a type including no associated option such as an identification number, a residence address, etc., and the selection-type request type may be a type including an associated option such as a marital status, a gender, etc.
In at least one embodiment of the present invention, the determining unit 110 obtaining the input information from the information entry assistance request includes:
analyzing the message of the auxiliary information input request to obtain message information carried by the auxiliary information input request;
acquiring a preset label, wherein the preset label is a predefined label;
and acquiring information corresponding to the preset label from the message information as the input information.
By analyzing the message of the information input auxiliary request without analyzing the whole request, the analysis efficiency can be improved, and the input information can be accurately determined by utilizing the mapping relation between the preset label and the input information.
In at least one embodiment of the present invention, the determining unit 110 determines the request type to which the information entry assistance request belongs, including:
acquiring a request number of the information input auxiliary request, and determining a log table according to the request number;
acquiring an input position of the input information from the log table;
detecting whether the input position contains an associated option;
when detecting that the input position does not contain the association option, determining that the request type to which the information entry auxiliary request belongs is an input type request type; or alternatively
When the input position is detected to contain the association option, determining that the request type to which the information entry auxiliary request belongs is a selection type request type.
Through the characteristics of the input type request type and the selection type request type, the request type to which the information input auxiliary request belongs can be accurately determined.
When the request type is an input type request type, the identifying unit 111 identifies a target field name to which the input information belongs.
In at least one embodiment of the present invention, the at least one field name includes, but is not limited to: name, address, ID, company, etc.
In at least one embodiment of the present invention, the identifying unit 111 identifies a name of a target field to which the input information belongs, including:
determining the field type to which the input information belongs;
acquiring all field names corresponding to the field types from a preset list;
determining field characteristics of all acquired field names;
matching the field characteristics with the input information, and determining the field characteristics successfully matched with the input information as target characteristics;
determining a field corresponding to the target characteristic as the target field name.
Wherein, a plurality of field types and a plurality of field names are stored in the preset list, and further, the plurality of field types include: int, char, varchar, bit, etc.
Further, the field property refers to a property specific to the field name, such as: the field property with field name ID is 18 characters.
By acquiring all field names corresponding to the field types, the field names irrelevant to the field types can be filtered out, and the determination efficiency of the target field names can be improved.
The acquisition unit 112 acquires information data corresponding to the target field name from the configuration library.
It is emphasized that, in order to further ensure the privacy and security of the information data, the information data may also be stored in a node of a block chain.
In at least one embodiment of the present invention, the configuration library stores a plurality of field names and field values corresponding to the plurality of field names.
In at least one embodiment of the present invention, when a plurality of dimensions are included in the target field name, the information data refers to data that can satisfy the plurality of dimensions at the same time.
In at least one embodiment of the present invention, the acquiring unit 112 acquires the information data corresponding to the target field name from the configuration library by:
determining the field number of the target field name;
when the field number is larger than the preset number, calling idle threads with the thread number being the field number from a preset thread pool;
acquiring a field value corresponding to each target field name from the configuration library by using the idle thread;
and acquiring the intersection of the field values corresponding to each target field name as the information data.
Wherein, the value of the preset number is generally set to 1.
By the embodiment, the field value corresponding to each target field name can be quickly acquired by the idle threads with the number of threads being the number of the fields, and the information data can be accurately acquired according to the field value corresponding to each target field name.
The detection unit 113 determines an input device for the input information and detects whether the input device activates a position acquisition apparatus.
In at least one embodiment of the present invention, the input device refers to a device supporting a user to input information, and the input device may be a mobile phone or a tablet.
In at least one embodiment of the present invention, the position acquisition device may include a GPS or the like.
In at least one embodiment of the present invention, the input device for the detection unit 113 to determine the input information includes:
determining sending equipment of the information entry auxiliary request;
determining the sending device as the input device.
Through the implementation mode, the input equipment can be accurately determined.
In at least one embodiment of the present invention, a manner in which the detecting unit 113 detects whether the input device starts the position acquiring apparatus belongs to the prior art, and details of this are not repeated in the present invention.
When the input device does not activate the position acquisition apparatus, the determination unit 110 determines the frequency of searching for the information data.
In at least one embodiment of the present invention, the search frequency refers to the number of times the information data is searched.
In at least one embodiment of the present invention, the determining unit 110 determines the search frequency of the information data includes:
and acquiring the frequency of the information data from the log table, and determining the acquired frequency as the search frequency.
In at least one embodiment of the invention, the method further comprises:
when the input equipment starts the position acquisition device, detecting whether a configuration field exists in the target field name or not, wherein the configuration field refers to a field associated with a position;
when detecting that the configuration field exists in the target field name, acquiring the current position from the position acquisition device;
determining an information position in the information data, and determining a distance between the information position and the current position;
sorting the information data according to the sequence of the distances from large to small to obtain a distance queue;
recommending the distance queue.
Wherein the configuration field may include, but is not limited to: business name, residence address.
For example: the name of the target field is the name of the enterprise, and the information data is as follows: the method comprises the following steps that a first enterprise, a second enterprise and a third enterprise, a determining unit 110 detects that configuration fields exist in the names of the target fields, the current position obtained from a position collecting device is a position A, the information position of the first enterprise is a position B, the information position of the second enterprise is a position C, and the information position of the third enterprise is a position D, the determining unit 110 further determines that the distance between the first enterprise and the position A is 10km, the distance between the second enterprise and the position A is 30km, the distance between the third enterprise and the position A is 20km, the information data are sequenced according to the sequence of the distances from big to small, and the distance queues are obtained as follows: enterprise a, enterprise c, and enterprise b.
Through the embodiment, the distance between the information position and the current position can be accurately determined, and the distance queue can be further accurately determined so as to intelligently recommend the distance queue.
The recommending unit 114 recommends the information data according to the search frequency.
In at least one embodiment of the present invention, the recommending unit 114 recommending the information data according to the search frequency includes:
sorting the information data according to the sequence of the searching frequency from large to small to obtain a frequency queue;
and recommending the frequency queue.
Through the embodiment, the information data can be accurately recommended through the search frequency.
In at least one embodiment of the present invention, when the request type is a selection type request type, the obtaining unit 112 obtains an association field associated with the input information;
the obtaining unit 112 obtains the target information corresponding to the associated field;
the obtaining unit 112 obtains a request option in the information entry auxiliary request;
the screening unit 115 screens out a target option corresponding to the target information from the request options;
The configuration mode may be a highlight display mode or a bolded display mode.
Through the embodiment, when the information entry auxiliary request is of a selective request type, the user can still be assisted in information entry.
According to the technical scheme, when an information entry auxiliary request is received, input information can be obtained from the information entry auxiliary request, the request type of the information entry auxiliary request is determined, when the request type is the input type request type, the target field name of the input information is identified, because the request type is other types, the field name of the input information does not need to be identified, resources can be saved, information data corresponding to the target field name is obtained from a configuration library, the information data can be comprehensively and accurately obtained, input equipment of the input information is determined, whether the input equipment starts a position acquisition device or not is detected, when the input equipment does not start the position acquisition device, the search frequency of the information data is determined, the information data is recommended according to the search frequency, the information data is recommended to a user without manually entering the information data, and when the input equipment does not start the position acquisition device, the information data is recommended to the user by the search frequency, the information data can be recommended to the hot information data, and the efficiency of the user can be improved. According to the method and the device, when the information is input, complete information does not need to be input, only key field values need to be input, and corresponding information data can be intelligently recommended to the user, so that the information input efficiency can be improved.
Fig. 3 is a schematic structural diagram of an electronic device according to a preferred embodiment of the present invention for implementing an auxiliary method for information entry.
In one embodiment of the present invention, the electronic device 1 includes, but is not limited to, a memory 12, a processor 13, and computer readable instructions, such as an information entry aid, stored in the memory 12 and executable on the processor 13.
It will be appreciated by a person skilled in the art that the schematic diagram is only an example of the electronic device 1 and does not constitute a limitation of the electronic device 1, and that it may comprise more or less components than shown, or some components may be combined, or different components, e.g. the electronic device 1 may further comprise an input output device, a network access device, a bus, etc.
The Processor 13 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. The processor 13 is an operation core and a control center of the electronic device 1, and is connected to each part of the whole electronic device 1 by various interfaces and lines, and executes an operating system of the electronic device 1 and various installed application programs, program codes, and the like.
Illustratively, the computer readable instructions may be partitioned into one or more modules/units that are stored in the memory 12 and executed by the processor 13 to implement the present invention. The one or more modules/units may be a series of computer readable instruction segments capable of performing certain functions, which are used for describing the execution process of the computer readable instructions in the electronic device 1. For example, the computer readable instructions may be divided into a determination unit 110, an identification unit 111, an acquisition unit 112, a detection unit 113, a recommendation unit 114, a filtering unit 115, a presentation unit 116.
The memory 12 may be used for storing the computer readable instructions and/or modules, and the processor 13 implements various functions of the electronic device 1 by executing or executing the computer readable instructions and/or modules stored in the memory 12 and invoking data stored in the memory 12. The memory 12 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data created according to use of the electronic device, and the like. The memory 12 may include non-volatile and volatile memories, such as: a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other storage device.
The memory 12 may be an external memory and/or an internal memory of the electronic device 1. Further, the memory 12 may be a memory having a physical form, such as a memory stick, a TF Card (Trans-flash Card), or the like.
The integrated modules/units of the electronic device 1 may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, all or part of the flow of the method of the embodiments described above can be realized by the present invention, and the computer readable instructions can also be used for instructing the related hardware, and the computer readable instructions can be stored in a computer readable storage medium, and when the computer readable instructions are executed by a processor, the steps of the method embodiments described above can be realized.
Wherein the computer readable instructions comprise computer readable instruction code which may be in source code form, object code form, an executable file or some intermediate form, and the like. The computer-readable medium may include: any entity or device capable of carrying said computer readable instruction code, a recording medium, a U disk, a removable hard disk, a magnetic diskette, an optical disk, a computer Memory, a Read-Only Memory (ROM), a Random Access Memory (RAM).
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
With reference to fig. 1, the memory 12 in the electronic device 1 stores computer-readable instructions to implement an information entry assistance method, and the processor 13 can execute the computer-readable instructions to implement:
when an information entry auxiliary request is received, acquiring input information from the information entry auxiliary request, and determining a request type to which the information entry auxiliary request belongs;
when the request type is an input type request type, identifying a target field name to which the input information belongs;
acquiring information data corresponding to the target field name from a configuration library;
determining input equipment for inputting information, and detecting whether the input equipment starts a position acquisition device or not;
when the input equipment does not start the position acquisition device, determining the search frequency of the information data;
and recommending the information data according to the searching frequency.
Specifically, the processor 13 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1 for a specific implementation method of the computer readable instructions, which is not repeated herein.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The computer readable storage medium has computer readable instructions stored thereon, wherein the computer readable instructions when executed by the processor 13 are configured to implement the steps of:
when an information entry auxiliary request is received, acquiring input information from the information entry auxiliary request, and determining a request type to which the information entry auxiliary request belongs;
when the request type is an input type request type, identifying a target field name to which the input information belongs;
acquiring information data corresponding to the target field name from a configuration library;
determining input equipment for inputting information, and detecting whether the input equipment starts a position acquisition device or not;
when the input equipment does not start the position acquisition device, determining the search frequency of the information data;
and recommending the information data according to the searching frequency.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one position, or may be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it will be obvious that the term "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the system claims may also be implemented by one unit or means in software or hardware. The terms second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.
Claims (10)
1. An information entry assistance method, characterized by comprising:
when an information entry auxiliary request is received, acquiring input information from the information entry auxiliary request, and determining a request type to which the information entry auxiliary request belongs;
when the request type is an input type request type, identifying a target field name to which the input information belongs;
acquiring information data corresponding to the target field name from a configuration library;
determining input equipment for inputting information, and detecting whether the input equipment starts a position acquisition device or not;
when the input equipment does not start the position acquisition device, determining the search frequency of the information data;
and recommending the information data according to the searching frequency.
2. An information entry assistance method as claimed in claim 1, wherein said determining a request type to which the information entry assistance request belongs comprises:
acquiring a request number of the information input auxiliary request, and determining a log table according to the request number;
acquiring an input position of the input information from the log table;
detecting whether the input position contains an associated option;
when detecting that the input position does not contain the association option, determining that the request type to which the information entry auxiliary request belongs is an input type request type; or
When detecting that the input position contains the associated option, determining that the request type to which the information entry auxiliary request belongs is a selection type request type.
3. An information entry assistance method as claimed in claim 1, wherein said identifying a target field name to which the input information belongs comprises:
determining the field type to which the input information belongs;
acquiring all field names corresponding to the field types from a preset list;
determining field characteristics of all acquired field names;
matching the field characteristics with the input information, and determining the field characteristics successfully matched with the input information as target characteristics;
determining a field corresponding to the target characteristic as the target field name.
4. An information entry assistance method as claimed in claim 1, wherein said obtaining information data corresponding to said target field name from a configuration repository comprises:
determining the field number of the target field name;
when the field number is larger than the preset number, calling idle threads with the thread number being the field number from a preset thread pool;
acquiring a field value corresponding to each target field name from the configuration library by using the idle thread;
and acquiring the intersection of the field values corresponding to each target field name as the information data.
5. An information entry assistance method as claimed in claim 1, wherein the determining the input device for the input information comprises:
determining sending equipment of the information entry auxiliary request;
determining the sending device as the input device.
6. An information entry assistance method as claimed in claim 1, wherein the method further comprises:
when the input equipment starts the position acquisition device, detecting whether a configuration field exists in the target field name or not, wherein the configuration field refers to a field associated with a position;
when detecting that the configuration field exists in the target field name, acquiring the current position from the position acquisition device;
determining an information position in the information data, and determining a distance between the information position and the current position;
sorting the information data according to the sequence of the distances from large to small to obtain a distance queue;
recommending the distance queue.
7. An information entry assistance method as claimed in claim 1, the method further comprising:
when the request type is a selection type request type, acquiring an associated field associated with the input information;
acquiring target information corresponding to the associated field;
acquiring a request option in the information entry auxiliary request;
screening out target options corresponding to the target information from the request options;
the target options are presented in a configuration.
8. An information entry assistance device characterized by comprising:
the device comprises a determining unit, a judging unit and a judging unit, wherein the determining unit is used for acquiring input information from an information entry auxiliary request when the information entry auxiliary request is received, and determining the request type of the information entry auxiliary request;
an identifying unit configured to identify a target field name to which the input information belongs when the request type is an input type request type;
an acquisition unit configured to acquire information data corresponding to the target field name from a configuration library;
the detection unit is used for determining input equipment for inputting information and detecting whether the input equipment starts the position acquisition device or not;
the determining unit is further configured to determine a search frequency of the information data when the input device does not start the position acquisition apparatus;
and the recommending unit is used for recommending the information data according to the searching frequency.
9. An electronic device, characterized in that the electronic device comprises:
a memory storing computer readable instructions; and
a processor executing computer readable instructions stored in the memory to implement the information entry assistance method of any one of claims 1 to 7.
10. A computer-readable storage medium characterized by: the computer-readable storage medium stores therein computer-readable instructions which are executed by a processor in an electronic device to implement the information entry assistance method according to any one of claims 1 to 7.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011076922.2A CN112199483B (en) | 2020-10-10 | 2020-10-10 | Information input assisting method and device, electronic equipment and storage medium |
PCT/CN2021/122876 WO2022073513A1 (en) | 2020-10-10 | 2021-10-09 | Information input assistance method and apparatus, electronic device and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011076922.2A CN112199483B (en) | 2020-10-10 | 2020-10-10 | Information input assisting method and device, electronic equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112199483A CN112199483A (en) | 2021-01-08 |
CN112199483B true CN112199483B (en) | 2023-03-17 |
Family
ID=74012649
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011076922.2A Active CN112199483B (en) | 2020-10-10 | 2020-10-10 | Information input assisting method and device, electronic equipment and storage medium |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN112199483B (en) |
WO (1) | WO2022073513A1 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112199483B (en) * | 2020-10-10 | 2023-03-17 | 深圳壹账通智能科技有限公司 | Information input assisting method and device, electronic equipment and storage medium |
CN115102742B (en) * | 2022-06-16 | 2024-06-18 | 中移(杭州)信息技术有限公司 | Network request evaluation method, device, equipment and storage medium |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101576914A (en) * | 2009-06-22 | 2009-11-11 | 用友软件股份有限公司 | Method and device for providing service data |
CN102467511A (en) * | 2010-11-08 | 2012-05-23 | 万音达有限公司 | Positioning search method and system |
CN110245289A (en) * | 2019-05-20 | 2019-09-17 | 中国平安财产保险股份有限公司 | A kind of information search method and relevant device |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9436670B2 (en) * | 2014-06-17 | 2016-09-06 | International Business Machines Corporation | Webpage based form entry aid |
CN112199483B (en) * | 2020-10-10 | 2023-03-17 | 深圳壹账通智能科技有限公司 | Information input assisting method and device, electronic equipment and storage medium |
-
2020
- 2020-10-10 CN CN202011076922.2A patent/CN112199483B/en active Active
-
2021
- 2021-10-09 WO PCT/CN2021/122876 patent/WO2022073513A1/en active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101576914A (en) * | 2009-06-22 | 2009-11-11 | 用友软件股份有限公司 | Method and device for providing service data |
CN102467511A (en) * | 2010-11-08 | 2012-05-23 | 万音达有限公司 | Positioning search method and system |
CN110245289A (en) * | 2019-05-20 | 2019-09-17 | 中国平安财产保险股份有限公司 | A kind of information search method and relevant device |
Also Published As
Publication number | Publication date |
---|---|
CN112199483A (en) | 2021-01-08 |
WO2022073513A1 (en) | 2022-04-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112669138B (en) | Data processing method and related equipment | |
CN111985241B (en) | Medical information query method, device, electronic equipment and medium | |
CA2869888C (en) | Discovering spam merchants using product feed similarity | |
CN112199483B (en) | Information input assisting method and device, electronic equipment and storage medium | |
CN111797351A (en) | Page data management method and device, electronic equipment and medium | |
CN112199494A (en) | Medical information searching method and device, electronic equipment and storage medium | |
CN112053143B (en) | Fund routing method, apparatus, electronic device and storage medium | |
CN112711398A (en) | Method, device and equipment for generating buried point file and storage medium | |
CN109828902B (en) | Interface parameter determining method and device, electronic equipment and storage medium | |
CN111933241B (en) | Medical data analysis method, device, electronic equipment and storage medium | |
CN114418398A (en) | Scene task development method, device, equipment and storage medium | |
CN111680110B (en) | Data processing method, data processing device, BI system and medium | |
CN114490692A (en) | Data checking method, device, equipment and storage medium | |
CN113141369B (en) | Artificial intelligence-based firewall policy management method and related equipment | |
CN112819305A (en) | Service index analysis method, device, equipment and storage medium | |
CN113065947A (en) | Data processing method, device, equipment and storage medium | |
CN111986771A (en) | Medical prescription query method and device, electronic equipment and storage medium | |
CN112001158A (en) | Document generation method and device, computer equipment and computer readable storage medium | |
CN111680483A (en) | Document template updating method and device, electronic equipment and medium | |
CN116628005A (en) | Structured query statement processing method, device, equipment and storage medium | |
CN114692204A (en) | Data query method, device, equipment and storage medium | |
CN112328752B (en) | Course recommendation method and device based on search content, computer equipment and medium | |
CN112950154B (en) | Flow information matching method, device, equipment and storage medium | |
CN111857883B (en) | Page data checking method and device, electronic equipment and storage medium | |
CN114398104B (en) | Script processing method, device, equipment and storage medium |
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 |