CN112784125A - Mode identification method and device for input information - Google Patents

Mode identification method and device for input information Download PDF

Info

Publication number
CN112784125A
CN112784125A CN202110047137.2A CN202110047137A CN112784125A CN 112784125 A CN112784125 A CN 112784125A CN 202110047137 A CN202110047137 A CN 202110047137A CN 112784125 A CN112784125 A CN 112784125A
Authority
CN
China
Prior art keywords
character
same
interval
unit
character interval
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.)
Granted
Application number
CN202110047137.2A
Other languages
Chinese (zh)
Other versions
CN112784125B (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.)
Liaoning Technical University
Original Assignee
Liaoning Technical University
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 Liaoning Technical University filed Critical Liaoning Technical University
Priority to CN202110047137.2A priority Critical patent/CN112784125B/en
Publication of CN112784125A publication Critical patent/CN112784125A/en
Application granted granted Critical
Publication of CN112784125B publication Critical patent/CN112784125B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • G06F16/90344Query processing by using string matching techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • G06F16/90348Query processing by searching ordered data, e.g. alpha-numerically ordered data

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Character Discrimination (AREA)
  • Character Input (AREA)

Abstract

The invention discloses a mode recognition method and a device for input information, which extracts the same characters from a character string to be checked, and codes according to the interval numerical value sequencing sequence of the same characters to obtain an interval coding sequence of the same characters; sequencing the specific character interval numerical values in sequence, and coding according to the specific character interval numerical value sequencing sequence to obtain a specific character interval numerical coding sequence; the method comprises the steps of calculating the number of characters spaced between the same characters to obtain the interval numerical value of the same characters and calculating the number of characters spaced between two specific characters to obtain the interval numerical value of the specific characters, respectively encoding to form an encoding sequence, intercepting the encoding segment and comparing the encoding segment with the encoding segment corresponding to a mode, and identifying the mode corresponding to the input information; the mode is judged jointly through the same character interval coding sequence and the specific character interval number coding sequence, the positioning is more accurate, and the misjudgment condition can not occur.

Description

Mode identification method and device for input information
Technical Field
The invention relates to the technical field of data processing, in particular to a pattern recognition method and device for input information.
Background
When an information system performs business logic processing such as classification, statistics, assignment, routing, and the like on input information, it is first necessary to identify patterns that are satisfied by the input information. At present, the input information is mostly identified by a pattern matching method, specifically, the input information is matched with a plurality of reference patterns according to a certain sequence, and the reference pattern successfully matched is selected as the pattern. In this process, since it is necessary to sequentially match a plurality of reference patterns, there is a problem that the computational resource consumption is large. Because the character string to be detected is complex, certain operation resources are consumed even when a part of the fragments are intercepted to search the mode, and certain mode judgment errors are easy to occur when a plurality of modes have the same character fragment.
Disclosure of Invention
The present invention is directed to a method and an apparatus for pattern recognition of input information, so as to solve the problems in the background art.
In order to achieve the purpose, the invention provides the following technical scheme: a pattern recognition method of input information comprises the following steps:
s1, extracting the same characters from the character string to be checked, calculating the number of the characters spaced among the same characters to obtain the same character interval numerical values, sequencing the same character interval numerical values in sequence, and coding according to the same character interval numerical value sequencing sequence to obtain the same character interval coding sequence;
s2, extracting 2-15 preselected specific characters from the character string to be checked, calculating the number of the characters spaced between the two specific characters to obtain specific character interval numerical values, sequencing the specific character interval numerical values in sequence, and coding according to the specific character interval numerical value sequencing sequence to obtain a specific character interval number coding sequence;
s3, cutting out partial fragments of the obtained same character interval code sequence and the obtained specific character interval number code sequence;
s4, comparing the cut parts of the same character interval code sequence and the specific character interval code sequence with the same character interval code sequence and the specific character interval code sequence to judge the matched code sequence;
s5, searching the preset mode to which the matched coding sequence belongs, and obtaining the mode to which the character string to be searched belongs.
As further preferable in the present technical solution: each pattern is set with the same character interval code sequence and a specific character interval number code sequence.
As further preferable in the present technical solution: the system comprises a specific character recognition module, a same character recognition module, a character query module, a reference pattern database, a pattern same character recognition module, a pattern specific character recognition module, a storage module and a pattern recognition module;
the specific character recognition module is used for recognizing, extracting, coding and cutting out partial fragments of the pre-specified specific characters in the character string to be searched;
the same character recognition module is used for recognizing, extracting, coding and cutting out partial fragments of the same characters in the character string to be searched;
the character query module is used for searching specific characters and the same characters;
the reference pattern database is used for storing various patterns and facilitating the query of the patterns of input information;
the mode-identical character recognition module is used for recognizing the mode corresponding to the character string to be checked through the identical character coding sequence;
the mode specific character recognition module is used for recognizing a mode corresponding to the character string to be checked through a specific character coding sequence;
the storage module is used for storing the comparison record of the current coding sequence;
and the pattern recognition module is used for recognizing the pattern to which the matched coding sequence belongs.
As further preferable in the present technical solution: the specific character recognition module and the same character recognition module are both connected with the character query module, the reference pattern database is respectively connected with the pattern same character recognition module and the pattern specific character recognition module, the pattern same character recognition module and the pattern specific character recognition module are both connected with the storage module, the storage module is connected with the character query module, and the character query module is connected with the pattern recognition module.
As further preferable in the present technical solution: the specific character recognition module comprises a specific character extraction unit, a specific character interval acquisition unit, a specific character interval coding unit and a first sequencing unit, wherein the specific character extraction unit is connected with the specific character interval acquisition unit, and the specific character interval acquisition unit is respectively connected with the specific character interval coding unit and the first sequencing unit;
the specific character extracting unit is used for extracting a preselected specific character in the character string to be checked;
the specific character interval acquisition unit is used for acquiring the number of interval characters between two specific characters;
the specific character interval coding unit is used for coding according to a specific character interval to form a coding sequence;
the first ordering unit is used for ordering a plurality of specific character intervals.
As further preferable in the present technical solution: the same character recognition module comprises a same character extraction unit, a same character interval acquisition unit, a same character interval coding unit and a second sorting unit, wherein the same character extraction unit is connected with the same character interval acquisition unit, and the same character interval acquisition unit is respectively connected with the same character interval coding unit and the second sorting unit;
the same character extracting unit is used for extracting the same characters in the character string to be checked;
the same character interval acquisition unit is used for acquiring the number of interval characters between two same characters;
the same character interval coding unit is used for coding according to the same character interval to form a coding sequence;
the second sorting unit is used for sorting a plurality of same character intervals.
As further preferable in the present technical solution: the same character interval coding unit is connected with a same character interval coding segment cutting unit;
and the same character interval coding segment cutting unit is used for cutting out partial sequence segments in the same character interval coding sequence.
As further preferable in the present technical solution: the specific character interval coding unit is connected with a specific character interval coding segment cutting unit;
and the specific character interval coding segment cutting unit is used for cutting out partial sequence segments in the specific character interval coding sequence.
As further preferable in the present technical solution: the mode-identical character recognition module comprises a mode-identical character interval coding sequence group, a mode-identical character interval coding query unit and a comparison unit, wherein the mode-identical character interval coding sequence group is connected with the mode-identical character interval coding query unit, and the mode-identical character interval coding query unit is connected with the first comparison unit;
the character interval coding sequence group with the same mode comprises a plurality of modes, and each mode corresponds to one character interval coding sequence with the same mode;
the mode-identical character interval code inquiring unit is used for inquiring the mode-identical character interval code sequence which is identical to the cut code sequence;
and the comparison unit is used for comparing the searched character interval coding sequence with the same mode with the cut coding sequence and judging whether the searched character interval coding sequence is matched with the cut coding sequence.
As further preferable in the present technical solution: the mode specific character recognition module comprises a mode specific character interval coding sequence group, a mode specific character interval coding query unit and a second comparison unit;
the mode specific character interval coding sequence group comprises a plurality of modes, and each mode corresponds to one mode specific character interval coding sequence;
the mode specific character interval code inquiring unit is used for inquiring the mode specific character interval code which is the same as the cut coding sequence;
and the second comparison unit is used for comparing the searched pattern specific character interval coding sequence with the cut coding sequence and judging whether the searched pattern specific character interval coding sequence is matched with the cut coding sequence.
Compared with the prior art, the invention has the beneficial effects that: the method comprises the steps of calculating the number of characters spaced between the same characters to obtain the interval numerical value of the same characters and calculating the number of characters spaced between two specific characters to obtain the interval numerical value of the specific characters, respectively encoding to form an encoding sequence, intercepting the encoding segment and comparing the encoding segment with the encoding segment corresponding to a mode, and identifying the mode corresponding to the input information; the mode is judged jointly through the same character interval coding sequence and the specific character interval number coding sequence, the positioning is more accurate, and the misjudgment condition can not occur.
Drawings
FIG. 1 is a schematic block diagram of the present invention;
FIG. 2 is a block diagram of a specific character recognition module according to the present invention;
FIG. 3 is a block diagram of the same character recognition module according to the present invention;
FIG. 4 is a block diagram of a same-mode character recognition module according to the present invention;
FIG. 5 is a block diagram of a mode specific character recognition module according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1-5, the present invention provides a technical solution: a pattern recognition method of input information comprises the following steps:
s1, extracting the same characters from the character string to be checked, calculating the number of the characters spaced among the same characters to obtain the same character interval numerical values, sequencing the same character interval numerical values in sequence, and coding according to the same character interval numerical value sequencing sequence to obtain the same character interval coding sequence;
s2, extracting 3 preselected specific characters from the character string to be checked, calculating the number of the characters spaced between the two specific characters to obtain specific character interval numerical values, sequencing the specific character interval numerical values in sequence, and coding according to the specific character interval numerical value sequencing sequence to obtain a specific character interval number coding sequence;
s3, cutting out partial fragments of the obtained same character interval code sequence and the obtained specific character interval number code sequence;
s4, comparing the cut parts of the same character interval code sequence and the specific character interval code sequence with the same character interval code sequence in the mode and the specific character interval code sequence in the mode to judge the matched code sequence, wherein the same character interval code sequence and the specific character interval code sequence are set in each mode;
s5, searching the preset mode to which the matched coding sequence belongs, and obtaining the mode to which the character string to be searched belongs.
In addition, the invention also provides a mode identification device of input information, which comprises a specific character identification module, a same character identification module, a character query module, a reference mode database, a mode same character identification module, a mode specific character identification module, a storage module and a mode identification module;
the specific character recognition module is used for recognizing, extracting, coding and cutting out partial fragments of the pre-specified specific characters in the character string to be searched;
the same character recognition module is used for recognizing, extracting, coding and cutting out partial fragments of the same characters in the character string to be searched;
the character query module is used for searching specific characters and the same characters;
the reference pattern database is used for storing various patterns and facilitating the query of the patterns of input information;
the mode-identical character recognition module is used for recognizing the mode corresponding to the character string to be checked through the identical character coding sequence;
the mode specific character recognition module is used for recognizing a mode corresponding to the character string to be checked through a specific character coding sequence;
the storage module is used for storing the comparison record of the current coding sequence;
and the pattern recognition module is used for recognizing the pattern to which the matched coding sequence belongs.
Specifically, the specific character recognition module and the same character recognition module are both connected with the character query module, the reference pattern database is respectively connected with the pattern same character recognition module and the pattern specific character recognition module, the pattern same character recognition module and the pattern specific character recognition module are both connected with the storage module, the storage module is connected with the character query module, and the character query module is connected with the pattern recognition module.
Specifically, the specific character recognition module comprises a specific character extraction unit, a specific character interval acquisition unit, a specific character interval coding unit and a first sequencing unit, wherein the specific character extraction unit is connected with the specific character interval acquisition unit, and the specific character interval acquisition unit is respectively connected with the specific character interval coding unit and the first sequencing unit;
the specific character extracting unit is used for extracting a preselected specific character in the character string to be checked;
the specific character interval acquisition unit is used for acquiring the number of interval characters between two specific characters;
the specific character interval coding unit is used for coding according to a specific character interval to form a coding sequence;
the first ordering unit is used for ordering a plurality of specific character intervals.
Specifically, the same character recognition module comprises a same character extraction unit, a same character interval acquisition unit, a same character interval coding unit and a second sorting unit, wherein the same character extraction unit is connected with the same character interval acquisition unit, and the same character interval acquisition unit is respectively connected with the same character interval coding unit and the second sorting unit;
the same character extracting unit is used for extracting the same characters in the character string to be checked;
the same character interval acquisition unit is used for acquiring the number of interval characters between two same characters;
the same character interval coding unit is used for coding according to the same character interval to form a coding sequence;
the second sorting unit is used for sorting a plurality of same character intervals.
Specifically, the same character interval coding unit is connected with a same character interval coding segment cutting unit;
and the same character interval coding segment cutting unit is used for cutting out partial sequence segments in the same character interval coding sequence.
Specifically, the specific character interval coding unit is connected with a specific character interval coding segment cutting unit;
and the specific character interval coding segment cutting unit is used for cutting out partial sequence segments in the specific character interval coding sequence.
Specifically, the mode-identical character recognition module comprises a mode-identical character interval coding sequence group, a mode-identical character interval coding query unit and a comparison unit, wherein the mode-identical character interval coding sequence group is connected with the mode-identical character interval coding query unit, and the mode-identical character interval coding query unit is connected with the first comparison unit;
the character interval coding sequence group with the same mode comprises a plurality of modes, and each mode corresponds to one character interval coding sequence with the same mode;
the mode-identical character interval code inquiring unit is used for inquiring the mode-identical character interval code sequence which is identical to the cut code sequence;
and the comparison unit is used for comparing the searched character interval coding sequence with the same mode with the cut coding sequence and judging whether the searched character interval coding sequence is matched with the cut coding sequence.
Specifically, the mode specific character recognition module includes a mode specific character interval coding sequence group, a mode specific character interval coding query unit and a second comparison unit;
the mode specific character interval coding sequence group comprises a plurality of modes, and each mode corresponds to one mode specific character interval coding sequence;
the mode specific character interval code inquiring unit is used for inquiring the mode specific character interval code which is the same as the cut coding sequence;
and the second comparison unit is used for comparing the searched pattern specific character interval coding sequence with the cut coding sequence and judging whether the searched pattern specific character interval coding sequence is matched with the cut coding sequence.
When the character spacing coding device is used, the same characters are extracted from a character string to be checked through the same character extracting unit, the number of characters spaced among the same characters is calculated through the same character spacing obtaining unit to obtain the same character spacing numerical values, the same character spacing numerical values are sequentially sequenced through the second sequencing unit, and the same character spacing coding unit codes according to the same character spacing numerical value sequencing sequence to obtain the same character spacing coding sequence; extracting 2-15 preselected specific characters from a character string to be checked through a specific character extraction unit, calculating the number of characters spaced between two specific characters through a specific character interval acquisition unit to obtain a specific character interval numerical value, sequentially sequencing the specific character interval numerical value through a first sequencing unit, and coding through a specific character interval coding unit according to a specific character interval numerical value sequencing sequence to obtain a specific character interval number coding sequence; respectively cutting the obtained same character interval coding sequence and the obtained specific character interval number coding sequence into partial segments by a same character interval coding segment cutting unit and a specific character interval coding segment cutting unit; comparing partial segments of the cut coding sequences with the same character interval coding sequences and the specific character interval number coding sequences with the mode same character interval coding sequences and the mode specific character interval coding sequences through a character query module, and judging matched coding sequences; searching the preset mode to which the matched coding sequence belongs, and identifying the mode to which the character string to be searched belongs through a mode identification module.
Example two
A pattern recognition method of input information comprises the following steps:
s1, extracting the same characters from the character string to be checked, calculating the number of the characters spaced among the same characters to obtain the same character interval numerical values, sequencing the same character interval numerical values in sequence, and coding according to the same character interval numerical value sequencing sequence to obtain the same character interval coding sequence;
s2, extracting 2 preselected specific characters from the character string to be checked, calculating the number of the characters spaced between the two specific characters to obtain a specific character interval numerical value, sequencing the specific character interval numerical value in sequence, and coding according to the specific character interval numerical value sequencing sequence to obtain a specific character interval number coding sequence;
s3, cutting out partial fragments of the obtained same character interval code sequence and the obtained specific character interval number code sequence;
s4, comparing the cut parts of the same character interval code sequence and the specific character interval code sequence with the same character interval code sequence in the mode and the specific character interval code sequence in the mode to judge the matched code sequence, wherein the same character interval code sequence and the specific character interval code sequence are set in each mode;
s5, searching the preset mode to which the matched coding sequence belongs, and obtaining the mode to which the character string to be searched belongs.
EXAMPLE III
A pattern recognition method of input information comprises the following steps:
s1, extracting the same characters from the character string to be checked, calculating the number of the characters spaced among the same characters to obtain the same character interval numerical values, sequencing the same character interval numerical values in sequence, and coding according to the same character interval numerical value sequencing sequence to obtain the same character interval coding sequence;
s2, extracting 15 preselected specific characters from the character string to be checked, calculating the number of the characters spaced between the two specific characters to obtain specific character interval numerical values, sequencing the specific character interval numerical values in sequence, and coding according to the specific character interval numerical value sequencing sequence to obtain a specific character interval number coding sequence;
s3, cutting out partial fragments of the obtained same character interval code sequence and the obtained specific character interval number code sequence;
s4, comparing the cut parts of the same character interval code sequence and the specific character interval code sequence with the same character interval code sequence in the mode and the specific character interval code sequence in the mode to judge the matched code sequence, wherein the same character interval code sequence and the specific character interval code sequence are set in each mode;
s5, searching the preset mode to which the matched coding sequence belongs, and obtaining the mode to which the character string to be searched belongs.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (10)

1. A pattern recognition method for input information, comprising the steps of:
s1, extracting the same characters from the character string to be checked, calculating the number of the characters spaced among the same characters to obtain the same character interval numerical values, sequencing the same character interval numerical values in sequence, and coding according to the same character interval numerical value sequencing sequence to obtain the same character interval coding sequence;
s2, extracting 2-15 preselected specific characters from the character string to be checked, calculating the number of the characters spaced between the two specific characters to obtain specific character interval numerical values, sequencing the specific character interval numerical values in sequence, and coding according to the specific character interval numerical value sequencing sequence to obtain a specific character interval number coding sequence;
s3, cutting out partial fragments of the obtained same character interval code sequence and the obtained specific character interval number code sequence;
s4, comparing the cut parts of the same character interval code sequence and the specific character interval code sequence with the same character interval code sequence and the specific character interval code sequence to judge the matched code sequence;
s5, searching the preset mode to which the matched coding sequence belongs, and obtaining the mode to which the character string to be searched belongs.
2. The method of claim 1, wherein the pattern recognition method comprises: each pattern is set with the same character interval code sequence and a specific character interval number code sequence.
3. An apparatus for pattern recognition of input information, characterized by: the system comprises a specific character recognition module, a same character recognition module, a character query module, a reference pattern database, a pattern same character recognition module, a pattern specific character recognition module, a storage module and a pattern recognition module;
the specific character recognition module is used for recognizing, extracting, coding and cutting out partial fragments of the pre-specified specific characters in the character string to be searched;
the same character recognition module is used for recognizing, extracting, coding and cutting out partial fragments of the same characters in the character string to be searched;
the character query module is used for searching specific characters and the same characters;
the reference pattern database is used for storing various patterns and facilitating the query of the patterns of input information;
the mode-identical character recognition module is used for recognizing the mode corresponding to the character string to be checked through the identical character coding sequence;
the mode specific character recognition module is used for recognizing a mode corresponding to the character string to be checked through a specific character coding sequence;
the storage module is used for storing the comparison record of the current coding sequence;
and the pattern recognition module is used for recognizing the pattern to which the matched coding sequence belongs.
4. A pattern recognition apparatus for inputting information according to claim 3, wherein: the specific character recognition module and the same character recognition module are both connected with the character query module, the reference pattern database is respectively connected with the pattern same character recognition module and the pattern specific character recognition module, the pattern same character recognition module and the pattern specific character recognition module are both connected with the storage module, the storage module is connected with the character query module, and the character query module is connected with the pattern recognition module.
5. The apparatus for pattern recognition of input information according to claim 4, wherein: the specific character recognition module comprises a specific character extraction unit, a specific character interval acquisition unit, a specific character interval coding unit and a first sequencing unit, wherein the specific character extraction unit is connected with the specific character interval acquisition unit, and the specific character interval acquisition unit is respectively connected with the specific character interval coding unit and the first sequencing unit;
the specific character extracting unit is used for extracting a preselected specific character in the character string to be checked;
the specific character interval acquisition unit is used for acquiring the number of interval characters between two specific characters;
the specific character interval coding unit is used for coding according to a specific character interval to form a coding sequence;
the first ordering unit is used for ordering a plurality of specific character intervals.
6. The apparatus for pattern recognition of input information according to claim 4, wherein: the same character recognition module comprises a same character extraction unit, a same character interval acquisition unit, a same character interval coding unit and a second sorting unit, wherein the same character extraction unit is connected with the same character interval acquisition unit, and the same character interval acquisition unit is respectively connected with the same character interval coding unit and the second sorting unit;
the same character extracting unit is used for extracting the same characters in the character string to be checked;
the same character interval acquisition unit is used for acquiring the number of interval characters between two same characters;
the same character interval coding unit is used for coding according to the same character interval to form a coding sequence;
the second sorting unit is used for sorting a plurality of same character intervals.
7. The apparatus for pattern recognition of input information according to claim 6, wherein: the same character interval coding unit is connected with a same character interval coding segment cutting unit;
and the same character interval coding segment cutting unit is used for cutting out partial sequence segments in the same character interval coding sequence.
8. The apparatus for pattern recognition of input information according to claim 5, wherein: the specific character interval coding unit is connected with a specific character interval coding segment cutting unit;
and the specific character interval coding segment cutting unit is used for cutting out partial sequence segments in the specific character interval coding sequence.
9. The apparatus for pattern recognition of input information according to claim 4, wherein: the mode-identical character recognition module comprises a mode-identical character interval coding sequence group, a mode-identical character interval coding query unit and a comparison unit, wherein the mode-identical character interval coding sequence group is connected with the mode-identical character interval coding query unit, and the mode-identical character interval coding query unit is connected with the first comparison unit;
the character interval coding sequence group with the same mode comprises a plurality of modes, and each mode corresponds to one character interval coding sequence with the same mode;
the mode-identical character interval code inquiring unit is used for inquiring the mode-identical character interval code sequence which is identical to the cut code sequence;
and the comparison unit is used for comparing the searched character interval coding sequence with the same mode with the cut coding sequence and judging whether the searched character interval coding sequence is matched with the cut coding sequence.
10. The apparatus for pattern recognition of input information according to claim 4, wherein: the mode specific character recognition module comprises a mode specific character interval coding sequence group, a mode specific character interval coding query unit and a second comparison unit;
the mode specific character interval coding sequence group comprises a plurality of modes, and each mode corresponds to one mode specific character interval coding sequence;
the mode specific character interval code inquiring unit is used for inquiring the mode specific character interval code which is the same as the cut coding sequence;
and the second comparison unit is used for comparing the searched pattern specific character interval coding sequence with the cut coding sequence and judging whether the searched pattern specific character interval coding sequence is matched with the cut coding sequence.
CN202110047137.2A 2021-01-14 2021-01-14 Method and device for identifying mode of input information Active CN112784125B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110047137.2A CN112784125B (en) 2021-01-14 2021-01-14 Method and device for identifying mode of input information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110047137.2A CN112784125B (en) 2021-01-14 2021-01-14 Method and device for identifying mode of input information

Publications (2)

Publication Number Publication Date
CN112784125A true CN112784125A (en) 2021-05-11
CN112784125B CN112784125B (en) 2024-07-05

Family

ID=75755985

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110047137.2A Active CN112784125B (en) 2021-01-14 2021-01-14 Method and device for identifying mode of input information

Country Status (1)

Country Link
CN (1) CN112784125B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH056464A (en) * 1991-06-27 1993-01-14 Nec Corp Method and device for character string recognition
CN103713820A (en) * 2013-12-26 2014-04-09 安徽科大讯飞信息科技股份有限公司 Input pattern identification method and system
CN103996021A (en) * 2014-05-08 2014-08-20 华东师范大学 Fusion method of multiple character identification results
WO2015100574A1 (en) * 2013-12-31 2015-07-09 华为终端有限公司 Method and device for string input control
CN106339704A (en) * 2015-07-14 2017-01-18 富士通株式会社 Character recognition method and character recognition equipment
CN106484730A (en) * 2015-08-31 2017-03-08 北京国双科技有限公司 Character string matching method and device
CN106959962A (en) * 2016-01-12 2017-07-18 中国移动通信集团青海有限公司 A kind of multi-pattern match method and apparatus
CN111831866A (en) * 2019-04-23 2020-10-27 北京猫眼文化传媒有限公司 Mode identification method and device for input information

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH056464A (en) * 1991-06-27 1993-01-14 Nec Corp Method and device for character string recognition
CN103713820A (en) * 2013-12-26 2014-04-09 安徽科大讯飞信息科技股份有限公司 Input pattern identification method and system
WO2015100574A1 (en) * 2013-12-31 2015-07-09 华为终端有限公司 Method and device for string input control
CN103996021A (en) * 2014-05-08 2014-08-20 华东师范大学 Fusion method of multiple character identification results
CN106339704A (en) * 2015-07-14 2017-01-18 富士通株式会社 Character recognition method and character recognition equipment
CN106484730A (en) * 2015-08-31 2017-03-08 北京国双科技有限公司 Character string matching method and device
CN106959962A (en) * 2016-01-12 2017-07-18 中国移动通信集团青海有限公司 A kind of multi-pattern match method and apparatus
CN111831866A (en) * 2019-04-23 2020-10-27 北京猫眼文化传媒有限公司 Mode identification method and device for input information

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘震等: "中文短文本聚合模型研究", 软件学报, vol. 28, no. 10, 31 October 2017 (2017-10-31) *
蔡婷;杨卫帅;: "一种改进的字符串模式匹配算法", 物联网技术, no. 07, 20 July 2017 (2017-07-20) *

Also Published As

Publication number Publication date
CN112784125B (en) 2024-07-05

Similar Documents

Publication Publication Date Title
CN110888849B (en) Online log analysis method and system and electronic terminal equipment thereof
US7711736B2 (en) Detection of attributes in unstructured data
CN114385391A (en) NFV virtualization device operation data analysis method and device
CN112214577B (en) Method, device, equipment and computer storage medium for determining target user
CN112364014A (en) Data query method, device, server and storage medium
CN111209317A (en) Knowledge graph abnormal community detection method and device
CN103020689B (en) A kind of based on the recognition methods of geometric object hole shape code
CN105550253A (en) Method and device for obtaining type relation
CN112487256A (en) Object query method, device, equipment and storage medium
CN110796060A (en) Method, device and equipment for determining high-speed driving route and storage medium
CN117873905A (en) Method, device, equipment and medium for code homology detection
CN112784125B (en) Method and device for identifying mode of input information
CN116206093B (en) Electric meter data acquisition method and system based on bitmap and readable storage medium
CN105205173A (en) Express sorting device and method based on keyword database retrieval
CN115221013B (en) Method, device and equipment for determining log mode
KR102265937B1 (en) Method for analyzing sequence data and apparatus thereof
CN116167380A (en) Data processing method, device, equipment and computer storage medium
CN104268277A (en) Data reading method and device for database
CN114968933A (en) Method and device for classifying logs of data center
CN115048365A (en) Vehicle data cleaning method and device, electronic device and storage medium
CN109871723B (en) Image fusion information processing method and system
CN113191707A (en) Express delivery code generation method, device, equipment and storage medium
CN115277352B (en) Network element instruction error correction method and device, electronic equipment and computer storage medium
CN115840834B (en) Face database quick search method and system
CN114268914B (en) Condition information-based collision surface analysis method

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