CN110929113A - Method, system and terminal for sorting mixed character string table - Google Patents

Method, system and terminal for sorting mixed character string table Download PDF

Info

Publication number
CN110929113A
CN110929113A CN201811096179.XA CN201811096179A CN110929113A CN 110929113 A CN110929113 A CN 110929113A CN 201811096179 A CN201811096179 A CN 201811096179A CN 110929113 A CN110929113 A CN 110929113A
Authority
CN
China
Prior art keywords
character strings
sorting
numeric character
character string
numeric
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811096179.XA
Other languages
Chinese (zh)
Inventor
陈波
项林建
覃欢
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Kingsoft Office Software Inc
Zhuhai Kingsoft Office Software Co Ltd
Guangzhou Kingsoft Mobile Technology Co Ltd
Original Assignee
Beijing Kingsoft Office Software Inc
Zhuhai Kingsoft Office Software Co Ltd
Guangzhou Kingsoft Mobile Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Kingsoft Office Software Inc, Zhuhai Kingsoft Office Software Co Ltd, Guangzhou Kingsoft Mobile Technology Co Ltd filed Critical Beijing Kingsoft Office Software Inc
Priority to CN201811096179.XA priority Critical patent/CN110929113A/en
Publication of CN110929113A publication Critical patent/CN110929113A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Machine Translation (AREA)

Abstract

The invention discloses a method, a system and a terminal for sorting a mixed type character string table, wherein the method comprises the following steps: positioning a column corresponding to a sorting basis in a mixed type character string table to be sorted; distinguishing the mixed character strings of each row of the column from non-numeric character strings and numeric character strings; and performing first sorting on the table of the mixed type character strings to be sorted according to the non-numeric character strings, and if the same non-numeric character strings exist in the columns after the first sorting is performed on the table of the mixed type character strings to be sorted, performing second sorting on the table contents corresponding to the same non-numeric character strings according to the numeric character strings. The method and the device can accurately sequence the table contents of the mixed character strings.

Description

Method, system and terminal for sorting mixed character string table
Technical Field
The present invention relates to a string sorting technology, and in particular, to a method, a system, and a terminal for sorting a mixed string table.
Background
In the electronic form, the data needs to be sorted for convenient data searching and observation. For example: sort by total score, sort by date, sort by name, sort by address. The electronic table can store numbers and characters. The mixed type character string spreadsheet refers to a character string in which both 'numeric characters' and 'non-numeric characters' are contained in a spreadsheet.
In the existing technology for sorting the contents of the electronic forms, the same set of rules is used for sorting the 'mixed type character string' and sorting the 'common character string (namely, the numeric character string)', and each numeric character in the mixed type character string is compared and sorted as a common character. According to this rule, the ordering result is often far from the expected value. Fig. 1a is a mixed type character string table, and fig. 1b is a result of sorting the table shown in fig. 1a in ascending order according to addresses. According to the existing sorting rule, for example, the first character of '10 pieces' in fig. 1a is 1, the first character of '9 pieces' is 9, 1 is less than 9, so that '10 pieces' are arranged in front of '9 pieces', and so on, and the result is not in accordance with the daily use habit.
Disclosure of Invention
In order to solve the technical problem, the invention provides a method, a system and a terminal for sorting a mixed type character string table, which can accurately sort the contents of the mixed type character string table.
In order to achieve the object of the present invention, the present invention provides a method for sorting a mixed type character string table, comprising:
positioning a column corresponding to a sorting basis in a mixed type character string table to be sorted;
distinguishing the mixed character strings of each row of the column from non-numeric character strings and numeric character strings;
and performing first sorting on the table of the mixed type character strings to be sorted according to the non-numeric character strings, and if the same non-numeric character strings exist in the columns after the first sorting is performed on the table of the mixed type character strings to be sorted, performing second sorting on the table contents corresponding to the same non-numeric character strings according to the numeric character strings.
As an embodiment, the method further comprises:
and if the same non-numeric character strings and the same numeric character strings exist in the column after the mixed type character string table to be sorted is sorted again and the numeric character strings which do not participate in sorting exist, re-sorting the table contents corresponding to the same non-numeric character strings and the same numeric character strings according to the numeric character strings which do not participate in sorting.
As an embodiment, the distinguishing the mixed type character string of each row of the column from the numeric character string includes:
when the mixed type character string of each line in the column comprises a plurality of numeric character strings, the numeric character strings are distinguished from the mixed type character string of each line in the column according to the arrangement sequence of the numeric character strings in the mixed type character string.
As an embodiment, the distinguishing the mixed type character string of each row of the column from the non-numeric character string and the numeric character string includes:
after the numeric character strings are distinguished from the mixed character strings in each row of the column, placeholders are arranged at positions where the numeric character strings in the mixed character strings are located to obtain the non-numeric character strings.
The embodiment of the invention also provides a system for sorting the mixed character string table, which comprises the following steps:
the positioning module is used for positioning a column corresponding to the sorting basis in the mixed type character string table to be sorted;
the analysis module is used for distinguishing the mixed character strings of each row of the column from non-numeric character strings and numeric character strings;
and the sorting module is used for sorting the hybrid type character string table to be sorted for the first time according to the non-numeric character strings, and if the same non-numeric character strings exist in the columns of the hybrid type character string table to be sorted for the first time, sorting the table contents corresponding to the same non-numeric character strings again according to the numeric character strings.
As an embodiment, the sorting module is further configured to, if the same non-numeric character string and the same numeric character string exist in the column after the mixed type character string table to be sorted is sorted again, and a numeric character string that does not participate in sorting exists, re-sort the table contents corresponding to the same non-numeric character string and the same numeric character string according to the numeric character string that does not participate in sorting.
As an embodiment, the analysis module is configured to distinguish the mixed type character string of each row of the column from a numeric character string, and includes:
when the mixed type character string of each line in the column comprises a plurality of numeric character strings, the numeric character strings are distinguished from the mixed type character string of each line in the column according to the arrangement sequence of the numeric character strings in the mixed type character string.
As an embodiment, the analyzing module is configured to distinguish the mixed type character string of each row of the column from the non-numeric character string and the numeric character string, and includes:
after the numeric character strings are distinguished from the mixed character strings in each row of the column, placeholders are arranged at positions where the numeric character strings in the mixed character strings are located to obtain the non-numeric character strings.
The embodiment of the invention also provides a terminal for sorting the mixed character string table, which comprises the following steps:
a memory to store instructions;
a processor for executing the instructions to implement the steps of the method for sorting a mixed type string table as described above.
Embodiments of the present invention further provide a computer-readable storage medium, where the medium stores computer-executable instructions, and the computer-executable instructions, when executed by a processor, implement the steps of the method for sorting a mixed type string table as described above.
Compared with the prior art, the invention comprises the following steps: positioning a column corresponding to a sorting basis in a mixed type character string table to be sorted; distinguishing the mixed character strings of each row of the column from non-numeric character strings and numeric character strings; and performing first sorting on the table of the mixed type character strings to be sorted according to the non-numeric character strings, and if the same non-numeric character strings exist in the columns after the first sorting is performed on the table of the mixed type character strings to be sorted, performing second sorting on the table contents corresponding to the same non-numeric character strings according to the numeric character strings. The method and the device can accurately sequence the table contents of the mixed character strings.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
FIG. 1a is a schematic diagram of a hybrid string table;
FIG. 1b is a graph of the table of FIG. 1a in ascending order of addresses according to the prior art;
fig. 2 is a flowchart of a method for sorting a mixed type string table according to an embodiment of the present invention;
FIG. 3a is a diagram illustrating an example of extracting a non-numeric character string and a numeric character string from a mixed-type character string table according to an embodiment of the present invention;
FIG. 3b is a table diagram illustrating a hybrid string table to be sorted according to non-numeric strings in an exemplary application of the present invention;
FIG. 3c is a table diagram illustrating the table shown in FIG. 3b sorted by number string 1 according to an example of the application of the present invention;
FIG. 3d is a table diagram illustrating the table shown in FIG. 3c sorted according to the number string 2 in an exemplary application of the present invention;
fig. 4 is a block diagram of a sorting system for a hybrid string table according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
An embodiment of the present invention provides a method for sorting a mixed type string table, as shown in fig. 2, the method includes:
s201, positioning a row corresponding to a sorting basis in a mixed type character string table to be sorted;
s202, distinguishing the mixed character strings of each row of the column from non-numeric character strings and numeric character strings;
as an embodiment, step S202 may include: when the mixed type character string of each line in the column comprises a plurality of digital character strings, sequentially distinguishing the plurality of digital character strings from the mixed type character string of each line in the column according to the arrangement sequence of the plurality of digital character strings in the original mixed type character string; if the non-numeric character string distinguished from the mixed character string 'kang and home 10 units 304' is 'kang and home units', 2 numeric character strings are sequentially '10' and '304'; after the numeric character string is extracted from the mixed type character string, a placeholder such as "#" may be set at the position of the original numeric character string, so that the aforementioned non-numeric character string "kang and home # unit" becomes "kang and home # unit". According to daily use habits, the non-numeric character strings distinguished from the different types of mixed character strings are also expected to be in different types, such as two types of mixed character strings of 'Changan street No. 2' and 'Changan street No. 6', if no placeholder is set, the non-numeric character strings distinguished from the mixed character strings are 'Changan street No', and if the placeholder is set, the non-numeric character strings extracted from the two types of mixed character strings are 'Changan street No.' and 'Changan # street No.', respectively, so that the use habits of people are met;
s203, the mixed type character string table to be sorted is sorted for the first time according to the non-numeric character strings, and if the same non-numeric character strings exist in the columns after the mixed type character string table to be sorted is sorted for the first time, the table contents corresponding to the same non-numeric character strings are sorted again according to the numeric character strings.
In some cases, if the same non-numeric character string and the same numeric character string exist in the column after the mixed type character string table to be sorted is sorted again, and if a numeric character string which does not participate in sorting exists, the table contents corresponding to the same non-numeric character string and the same numeric character string are sorted again according to the numeric character string which does not participate in sorting.
The non-numeric string may be: letters, characters, punctuation, placeholders, etc.; and performing first sorting on the mixed type character string table to be sorted according to the non-numeric character string, wherein the sorting comprises the following steps: and sorting the mixed type character string table to be sorted for the first time according to the computer code of the non-numeric character string. In some cases, when the non-numeric string contains only Chinese characters, the hybrid string table to be sorted may be sorted a first time in the alphabetic order and/or stroke order of the Chinese characters. In the field of computers, the technical scheme for sequencing non-numeric character strings already exists, and the technical scheme is not repeated in the invention. After the mixed type character string table to be sorted is sorted according to the non-numeric character strings, the mixed type character strings in the same class can be guaranteed to be arranged together.
The method and the device can accurately sequence the table contents of the mixed character strings.
The above embodiments are described below with a specific application example.
Also taking the mixed type character string table shown in fig. 1a as an example, the table is sorted in address ascending order, i.e. the sorting is based on the address.
Locating a column of the address in a mixed type character string table to be sorted;
analyzing the content in the column line by line, replacing each digital character string in each mixed character string with a special character #, and putting the digital character strings sequentially extracted from each mixed character string in a temporary table as a 'digital character string 1' and a 'digital character string 2'; putting the non-numeric character strings extracted from each row into a temporary table, wherein the temporary table is shown in FIG. 3 a; the temporary table shown in FIG. 3a is disposed to the right of the table shown in FIG. 1 a; the rows of the temporary table and the rows of the mixed type character string table to be sorted are corresponding;
sorting the new table composed of the mixed type character string table to be sorted and the temporary table according to the non-numeric character string to obtain a graph 3 b;
respectively sorting the addresses with the addresses of 'kang and garden' and the address with the address of 'Yuxin Garden' according to the number character string 1 to obtain a graph 3 c;
sorting addresses located on the same place in the kang and the garden according to the numeric character string 2 to obtain a graph 3 d;
the first 2 columns in the table shown in fig. 3d are the mixed type character string table sorted according to the ascending order of addresses.
An embodiment of the present invention further provides a system for sorting a mixed type string table, as shown in fig. 4, the system includes:
a positioning module 401, configured to position a column corresponding to a sorting criterion in a hybrid character string table to be sorted;
an analysis module 402, configured to distinguish the mixed type character string of each row of the column from a non-numeric character string and a numeric character string;
as an embodiment, the analyzing module 402 is configured to distinguish the mixed type character string of each row of the column from a numeric character string, and includes: when a plurality of numeric character strings are contained in the mixed character string of each row of the column, the plurality of numeric character strings are distinguished from the mixed character string of each row of the column in turn according to the arrangement sequence of the plurality of numeric character strings in the mixed character string, for example, a non-numeric character string distinguished from a mixed character string of 'kang and home 10 units 304' is 'kang and home units', and the number of numeric character strings is 2, and is '10' and '304' in turn.
As an embodiment, the analyzing module 402 is configured to distinguish the mixed type character string of each row of the column from the non-numeric character string and the numeric character string, and includes: after the numeric character strings are distinguished from the mixed character strings in each row of the column, placeholders are arranged at positions where the numeric character strings in the mixed character strings are located to obtain the non-numeric character strings. Thus, the aforementioned non-numeric character string "kang & homeland unit" becomes "kang & homeland # unit". According to daily use habits, the non-numeric character strings distinguished from the different types of mixed character strings are also expected to be in different types, such as two types of mixed character strings of 'Changan street No. 2' and 'Changan street No. 6', if no placeholder is set, the non-numeric character strings distinguished from the mixed type character strings are 'Changan street No', and if the placeholder is set, the non-numeric character strings extracted from the two types of mixed type character strings are 'Changan street No.' and 'Changan # street No', respectively, so that the use habits of people are met.
The sorting module 403 is configured to perform first sorting on the hybrid type character string table to be sorted according to the non-numeric character string, and if the same non-numeric character string exists in the column after the first sorting is performed on the hybrid type character string table to be sorted, perform second sorting on the table content corresponding to the same non-numeric character string according to the numeric character string.
In some cases, the sorting module 403 is further configured to, if the same non-numeric character string and the same numeric character string exist in the column after the mixed type character string table to be sorted is sorted again, and if a numeric character string that does not participate in sorting exists, sort again table contents corresponding to the same non-numeric character string and the same numeric character string according to the numeric character string that does not participate in sorting. The non-numeric string may be: letters, characters, punctuation, placeholders, etc.; and performing first sorting on the mixed type character string table to be sorted according to the non-numeric character string, wherein the sorting comprises the following steps: and sorting the mixed type character string table to be sorted for the first time according to the computer code of the non-numeric character string. In some cases, when the non-numeric string contains only Chinese characters, the hybrid string table to be sorted may be sorted a first time in the alphabetic order and/or stroke order of the Chinese characters. In the field of computers, the technical scheme for sequencing non-numeric character strings already exists, and the technical scheme is not repeated in the invention. After the mixed type character string table to be sorted is sorted according to the non-numeric character strings, the mixed type character strings in the same class can be guaranteed to be arranged together.
The method and the device can accurately sequence the table contents of the mixed character strings.
The embodiment of the invention also provides a terminal for sorting the mixed character string table, which comprises the following steps:
a memory to store instructions;
a processor for executing the instructions to implement the steps of the method for sorting a mixed type character string table according to the foregoing embodiments.
The embodiment of the present invention further provides a computer-readable storage medium, where the medium stores computer-executable instructions, and the computer-executable instructions, when executed by a processor, implement the steps of the method for sorting a mixed type character string table according to the foregoing embodiment.
It will be understood by those of ordinary skill in the art that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as known to those skilled in the art.

Claims (10)

1. A method for sorting a mixed type character string table is characterized by comprising the following steps:
positioning a column corresponding to a sorting basis in a mixed type character string table to be sorted;
distinguishing the mixed character strings of each row of the column from non-numeric character strings and numeric character strings;
and performing first sorting on the table of the mixed type character strings to be sorted according to the non-numeric character strings, and if the same non-numeric character strings exist in the columns after the first sorting is performed on the table of the mixed type character strings to be sorted, performing second sorting on the table contents corresponding to the same non-numeric character strings according to the numeric character strings.
2. The method of sorting a hybrid string table as recited in claim 1, further comprising:
and if the same non-numeric character strings and the same numeric character strings exist in the column after the mixed type character string table to be sorted is sorted again and the numeric character strings which do not participate in sorting exist, re-sorting the table contents corresponding to the same non-numeric character strings and the same numeric character strings according to the numeric character strings which do not participate in sorting.
3. The method of claim 1 or 2, wherein distinguishing the mixed type character strings of each row of the column from numeric character strings comprises:
when the mixed type character string of each line in the column comprises a plurality of numeric character strings, the numeric character strings are distinguished from the mixed type character string of each line in the column according to the arrangement sequence of the numeric character strings in the mixed type character string.
4. The method of claim 3, wherein the distinguishing the mixed type character strings of each row of the column from non-numeric character strings and numeric character strings comprises:
after the numeric character strings are distinguished from the mixed character strings in each row of the column, placeholders are arranged at positions where the numeric character strings in the mixed character strings are located to obtain the non-numeric character strings.
5. A system for sorting a mixed string table, comprising:
the positioning module is used for positioning a column corresponding to the sorting basis in the mixed type character string table to be sorted;
the analysis module is used for distinguishing the mixed character strings of each row of the column from non-numeric character strings and numeric character strings;
and the sorting module is used for sorting the hybrid type character string table to be sorted for the first time according to the non-numeric character strings, and if the same non-numeric character strings exist in the columns of the hybrid type character string table to be sorted for the first time, sorting the table contents corresponding to the same non-numeric character strings again according to the numeric character strings.
6. The system for sorting a mixed type character string table according to claim 5,
the sorting module is further configured to, if the same non-numeric character string and the same numeric character string exist in the column after the mixed type character string table to be sorted is sorted again, and a numeric character string which does not participate in sorting exists, re-sort the table content corresponding to the same non-numeric character string and the same numeric character string according to the numeric character string which does not participate in sorting.
7. The system for sorting a mixed type character string table according to claim 5 or 6,
an analysis module for distinguishing the mixed type character strings of each row of the column from numeric character strings, comprising:
when the mixed type character string of each line in the column comprises a plurality of numeric character strings, the numeric character strings are distinguished from the mixed type character string of each line in the column according to the arrangement sequence of the numeric character strings in the mixed type character string.
8. The system for sorting a mixed type character string table according to claim 7,
an analysis module for distinguishing the mixed type character string of each row of the column from the non-numeric character string and the numeric character string, comprising:
after the numeric character strings are distinguished from the mixed character strings in each row of the column, placeholders are arranged at positions where the numeric character strings in the mixed character strings are located to obtain the non-numeric character strings.
9. A terminal for sorting a mixed type character string table, comprising:
a memory to store instructions;
a processor for executing the instructions to implement the steps of the method of sorting a hybrid string table as claimed in any one of claims 1 to 4.
10. A computer-readable storage medium storing computer-executable instructions which, when executed by a processor, implement the steps of the method of sorting a mixed string table of any of claims 1 to 4.
CN201811096179.XA 2018-09-19 2018-09-19 Method, system and terminal for sorting mixed character string table Pending CN110929113A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811096179.XA CN110929113A (en) 2018-09-19 2018-09-19 Method, system and terminal for sorting mixed character string table

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811096179.XA CN110929113A (en) 2018-09-19 2018-09-19 Method, system and terminal for sorting mixed character string table

Publications (1)

Publication Number Publication Date
CN110929113A true CN110929113A (en) 2020-03-27

Family

ID=69855228

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811096179.XA Pending CN110929113A (en) 2018-09-19 2018-09-19 Method, system and terminal for sorting mixed character string table

Country Status (1)

Country Link
CN (1) CN110929113A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06309369A (en) * 1993-04-22 1994-11-04 Matsushita Electric Ind Co Ltd Information retrieving device
JPH10312267A (en) * 1997-05-14 1998-11-24 Oki Electric Ind Co Ltd Sorting method for alphanumeric character string
JP2002157553A (en) * 2000-09-11 2002-05-31 Fujitsu Ltd Address recognizing device, recording medium and program
JP2005352794A (en) * 2004-06-11 2005-12-22 Matsushita Electric Ind Co Ltd Data processing device
CN104615663A (en) * 2015-01-07 2015-05-13 小米科技有限责任公司 File sorting method and device and terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06309369A (en) * 1993-04-22 1994-11-04 Matsushita Electric Ind Co Ltd Information retrieving device
JPH10312267A (en) * 1997-05-14 1998-11-24 Oki Electric Ind Co Ltd Sorting method for alphanumeric character string
JP2002157553A (en) * 2000-09-11 2002-05-31 Fujitsu Ltd Address recognizing device, recording medium and program
JP2005352794A (en) * 2004-06-11 2005-12-22 Matsushita Electric Ind Co Ltd Data processing device
CN104615663A (en) * 2015-01-07 2015-05-13 小米科技有限责任公司 File sorting method and device and terminal

Similar Documents

Publication Publication Date Title
CN110019647B (en) Keyword searching method and device and search engine
CN110851552A (en) Automatic distribution method and device of logistics orders, electronic equipment and storage medium
CN111858905B (en) Model training method, information identification device, electronic equipment and storage medium
CN110705226A (en) Spreadsheet creating method and device and computer equipment
CN111339166A (en) Word stock-based matching recommendation method, electronic device and storage medium
CN106095816B (en) Information delivery method and device
US11520835B2 (en) Learning system, learning method, and program
CN113127621A (en) Dialogue module pushing method, device, equipment and storage medium
CN109525647A (en) Message pushes badge value control method, electronic device and storage medium
CN110489032B (en) Dictionary query method for electronic book and electronic equipment
CN116680278B (en) Data processing method, device, electronic equipment and storage medium
CN106358220B (en) The detection method of abnormal contact information, apparatus and system
CN107943912B (en) A kind of response type Resource TOC data visualization management method, terminal and device
CN116663505B (en) Comment area management method and system based on Internet
CN110134920A (en) Draw the compatible display methods of text, device, terminal and computer readable storage medium
CN112329409B (en) Cell color conversion method and device and electronic equipment
CN109145307B (en) User portrait recognition method, pushing method, device, equipment and storage medium
CN111552527A (en) Method, device and system for translating characters in user interface and storage medium
CN110929113A (en) Method, system and terminal for sorting mixed character string table
CN108170838B (en) Topic evolution visualization display method, application server and computer readable storage medium
CN115952800A (en) Named entity recognition method and device, computer equipment and readable storage medium
CN110751204A (en) Data fusion method and device, storage medium and electronic device
CN111143626A (en) Group partner identification method, device, equipment and computer readable storage medium
CN113537195B (en) Image text recognition method and system and electronic equipment
CN105653912B (en) A kind of method and device for identifying batch registration behavior

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