CN112328739B - Character query method, device, computer equipment and computer readable storage medium - Google Patents

Character query method, device, computer equipment and computer readable storage medium Download PDF

Info

Publication number
CN112328739B
CN112328739B CN202011089947.6A CN202011089947A CN112328739B CN 112328739 B CN112328739 B CN 112328739B CN 202011089947 A CN202011089947 A CN 202011089947A CN 112328739 B CN112328739 B CN 112328739B
Authority
CN
China
Prior art keywords
character
target
key values
language
target key
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011089947.6A
Other languages
Chinese (zh)
Other versions
CN112328739A (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.)
Chengdu Anyixun Technology Co ltd
Original Assignee
Chengdu Anyixun 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 Chengdu Anyixun Technology Co ltd filed Critical Chengdu Anyixun Technology Co ltd
Priority to CN202011089947.6A priority Critical patent/CN112328739B/en
Publication of CN112328739A publication Critical patent/CN112328739A/en
Application granted granted Critical
Publication of CN112328739B publication Critical patent/CN112328739B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3337Translation of the query language, e.g. Chinese to English
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a character query method, a device, computer equipment and a computer readable storage medium, which relate to the technical field of Internet, and when a user requests to query key values, a first target key value of a character to be queried under different language types is obtained in a language configuration file, so that the user can directly verify the content related to the character to be queried in all the language types without switching an application interface, thereby saving a large amount of manpower and material resources and reducing errors and failure risks. The method comprises the following steps: acquiring a language configuration file of an application to be checked; receiving a character query request, and determining a character to be queried indicated by the character query request; when the character query request indicates that key value query is performed based on the character to be queried, extracting a plurality of first target key values corresponding to the character to be queried in the language configuration file; and sequencing the plurality of first target key values according to a preset sequence of the plurality of language types, and displaying the sequenced plurality of first target key values.

Description

Character query method, device, computer equipment and computer readable storage medium
Technical Field
The present application relates to the field of internet technologies, and in particular, to a method and apparatus for querying characters, a computer device, and a computer readable storage medium.
Background
Along with the continuous development of internet technology, many application products are internationalized, and under different internationalized system language environments, the application products need to have different language expressions. Therefore, when the application product version iterates, verification of translation contents is required to be carried out on all languages supported by the application product, characters in the translation contents are queried, and the characters are checked, so that the display contents of the application product are ensured to be correct.
In the related art, when performing multi-language verification, a worker is required to check a use interface after the language switching of an application product to confirm whether translation is performed, query characters to be checked in a translated document, and judge whether the characters in the translated document are correct.
In carrying out the present application, the applicant has found that the related art has at least the following problems:
the language types supported by the application products are usually more, the scale of the application products is larger, the cost of manually inquiring and checking characters is higher, interfaces are required to be frequently switched, and all interfaces covered on the application products are not necessarily ensured, so that a large amount of manpower and material resources are wasted, the efficiency is low, the error rate is higher, and the risk of test failure is increased.
Disclosure of Invention
In view of this, the present application provides a method, an apparatus, a computer device and a computer readable storage medium for querying characters, which mainly aims to solve the problems that the cost of manually querying characters and checking time is high, frequent interface switching is required, all interfaces covered to application products are not necessarily ensured, a great deal of manpower and material resources are wasted, the efficiency is low, the error rate is high, and the risk of test failure is increased.
According to a first aspect of the present application, there is provided a character query method comprising:
acquiring a language configuration file of an application to be checked, wherein the language configuration file comprises various character information corresponding to a plurality of language types supported by the application to be checked;
receiving a character query request, and determining a character to be queried indicated by the character query request;
when the character query request indicates that key value query is performed based on the character to be queried, extracting a plurality of first target key values corresponding to the character to be queried in the language configuration file, wherein the plurality of first target key values correspond to different language types;
and sequencing the plurality of first target key values according to the preset sequence of the plurality of language types, and displaying the sequenced plurality of first target key values.
In another embodiment, the obtaining the language configuration file of the application to be verified includes:
determining the selected application to be verified, and acquiring an application installation package of the application to be verified;
compiling and analyzing the application installation package to obtain a resource file of the application installation package;
extracting the language configuration file from the resource file.
In another embodiment, after the receiving the character query request and determining the character to be queried indicated by the character query request, the method further includes:
when the character query request indicates that character string query is performed based on the character to be queried, determining a target language type of the character to be queried in the plurality of language types;
extracting at least one related character string from target character information corresponding to the target language type, wherein each related character string in the at least one related character string carries the character to be queried;
acquiring a plurality of second target key values in the plurality of character information based on the at least one related character string, wherein the plurality of second target key values are key values indicated by a target single bond corresponding to the at least one related character string in the plurality of character information of the language configuration file;
And sequencing the plurality of second target key values according to the preset sequence, and displaying the sequenced plurality of second target key values.
In another embodiment, the extracting at least one related character string from the target character information corresponding to the target language type includes:
determining character information corresponding to the target language type from the plurality of character information included in the language configuration file as target character information;
and reading the target character information, and extracting a character string carrying the character to be queried in the target character information as a related character string to obtain the at least one related character string.
In another embodiment, the obtaining a plurality of second target key values from the plurality of character information based on the at least one related character string includes:
for each related character string in the at least one related character string, inquiring a corresponding target single bond of the related character string in the target character information;
respectively inquiring and extracting second target key values corresponding to the target single keys in various character information of the language configuration file to obtain at least one second target key value;
And repeating the process of inquiring and extracting the second target key values, and respectively extracting at least one second target key value corresponding to the target single bond of each related character string in the at least one related character string to obtain a plurality of second target key values.
In another embodiment, the extracting, in the language configuration file, a plurality of first target key values corresponding to the character to be queried includes:
for each character information in the plurality of character information included in the language configuration file, determining a key value corresponding to the character to be queried in the character information as a first target key value, and extracting the first target key value;
and repeatedly executing the process of inquiring the key value corresponding to the character to be inquired, and respectively inquiring the key value corresponding to the character to be inquired in the various character information to obtain the plurality of first target key values.
In another embodiment, the sorting the plurality of first target key values according to the preset arrangement sequence of the plurality of language types, and displaying the sorted plurality of first target key values includes:
respectively determining type brevity codes corresponding to each language type in the plurality of language types to obtain a plurality of type brevity codes;
Marking the plurality of type brevity codes at preset positions of the plurality of first target key values according to the corresponding relation between the plurality of type brevity codes and the plurality of language types;
and acquiring the preset arrangement sequence, and carrying out sequencing display on the marked first target key values.
According to a second aspect of the present application, there is provided a character query apparatus comprising:
the first acquisition module is used for acquiring a language configuration file of an application to be checked, wherein the language configuration file comprises a plurality of character information corresponding to a plurality of language types supported by the application to be checked;
the first determining module is used for receiving a character query request and determining characters to be queried indicated by the character query request;
the extraction module is used for extracting a plurality of first target key values corresponding to the character to be queried in the language configuration file when the character query request indicates that the key value query is performed based on the character to be queried, wherein the plurality of first target key values correspond to different language types;
and the display module is used for sequencing the plurality of first target key values according to the preset arrangement sequence of the plurality of language types and displaying the sequenced plurality of first target key values.
In another embodiment, the first acquisition module includes:
the acquisition unit is used for determining the selected application to be verified and acquiring an application installation package of the application to be verified;
the compiling unit is used for compiling and analyzing the application installation package to obtain a resource file of the application installation package;
and the extraction unit is used for extracting the language configuration file from the resource file.
In another embodiment, the apparatus further comprises:
the second determining module is used for determining a target language type of the character to be queried in the multiple language types when the character query request indicates that the character string query is performed based on the character to be queried;
the extraction module is further configured to extract at least one related character string from target character information corresponding to the target language type, where each related character string in the at least one related character string carries the character to be queried;
the second obtaining module is used for obtaining a plurality of second target key values in the plurality of character information based on the at least one related character string, wherein the plurality of second target key values are key values indicated by a target single key corresponding to the at least one related character string in the plurality of character information of the language configuration file;
The display module is further configured to sort the plurality of second target key values according to the preset arrangement sequence, and display the sorted plurality of second target key values.
In another embodiment, the extracting module is configured to determine, from the plurality of character information included in the language configuration file, character information corresponding to the target language type as target character information; and reading the target character information, and extracting a character string carrying the character to be queried in the target character information as a related character string to obtain the at least one related character string.
In another embodiment, the second obtaining module is configured to query, for each related string in the at least one related string, a target single bond corresponding to the related string in the target character information; respectively inquiring and extracting second target key values corresponding to the target single keys in various character information of the language configuration file to obtain at least one second target key value; and repeating the process of inquiring and extracting the second target key values, and respectively extracting at least one second target key value corresponding to the target single bond of each related character string in the at least one related character string to obtain a plurality of second target key values.
In another embodiment, the extracting module is configured to determine, for each of the plurality of character information included in the language configuration file, a key value corresponding to the character to be queried in the character information as a first target key value, and extract the first target key value; and repeatedly executing the process of inquiring the key value corresponding to the character to be inquired, and respectively inquiring the key value corresponding to the character to be inquired in the various character information to obtain the plurality of first target key values.
In another embodiment, the display module comprises:
the determining unit is used for respectively determining the type brevity codes corresponding to each language type in the plurality of language types to obtain a plurality of type brevity codes;
the labeling unit is used for labeling the plurality of types of brevity codes at preset positions of the plurality of first target key values according to the corresponding relation between the plurality of types of brevity codes and the plurality of language types;
the display unit is used for acquiring the preset arrangement sequence and displaying the marked first target key values in a sequencing way.
According to a third aspect of the present application there is provided a computer device comprising a memory storing a computer program and a processor implementing the steps of the method of the first aspect described above when the computer program is executed by the processor.
According to a fourth aspect of the present application there is provided a computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the method of the first aspect described above.
By means of the technical scheme, the character query method, the device, the computer equipment and the computer readable storage medium provided by the application acquire the language configuration file of the application to be verified, when a user requests to query the key value, according to the character to be queried input by the user, acquire a plurality of first target key values corresponding to the character to be queried under different language types in the language configuration file, and directly display the acquired plurality of first target key values according to the preset arrangement sequence, so that the user can directly verify the content related to the character to be queried in all the language types without switching the application interface, and ensure to cover all interfaces of the application product, thereby saving a large amount of manpower and material resources, improving the efficiency and reducing the error and failure risks.
The foregoing description is only an overview of the present application, and is intended to be implemented in accordance with the teachings of the present application in order that the same may be more clearly understood and to make the same and other objects, features and advantages of the present application more readily apparent.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the application. Also, like reference numerals are used to designate like parts throughout the figures. In the drawings:
FIG. 1 shows a schematic flow chart of a character query method according to an embodiment of the present application;
FIG. 2A is a schematic flow chart of a character query method according to an embodiment of the present application;
FIG. 2B is a schematic diagram of a method for querying characters according to an embodiment of the present application;
fig. 3A shows a schematic structural diagram of a character query device according to an embodiment of the present application;
fig. 3B is a schematic structural diagram of a character query device according to an embodiment of the present application;
fig. 3C shows a schematic structural diagram of a character query apparatus according to an embodiment of the present application;
fig. 3D is a schematic structural diagram of a character query device according to an embodiment of the present application;
fig. 4 shows a schematic device structure of a computer device according to an embodiment of the present application.
Detailed Description
Exemplary embodiments of the present application will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present application are shown in the drawings, it should be understood that the present application may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the application to those skilled in the art.
The embodiment of the application provides a character query method, as shown in fig. 1, which comprises the following steps:
101. and acquiring a language configuration file of the application to be checked, wherein the language configuration file comprises various character information corresponding to a plurality of language types supported by the application to be checked.
102. And receiving a character query request, and determining a character to be queried indicated by the character query request.
103. When the character query request indicates that key value query is performed based on the character to be queried, extracting a plurality of first target key values corresponding to the character to be queried in the language configuration file, wherein the plurality of first target key values correspond to different language types.
104. And sequencing the plurality of first target key values according to a preset sequence of the plurality of language types, and displaying the sequenced plurality of first target key values.
According to the method provided by the embodiment of the application, the language configuration file of the application to be checked is obtained, when the user requests to inquire the key value, a plurality of first target key values corresponding to the character to be inquired under different language types are obtained in the language configuration file according to the character to be inquired input by the user, the obtained plurality of first target key values are directly displayed according to the preset arrangement sequence, the user can directly check the content related to the character to be inquired in all the language types, the application interface is not required to be switched, all the interfaces covered to the application product are ensured, a large amount of manpower and material resources are saved, the efficiency is improved, and the error and failure risks are reduced.
The embodiment of the application provides a character query method, as shown in fig. 2A, which comprises the following steps:
201. and acquiring a language configuration file of the application to be checked.
Along with the continuous development of internet technology, application products gradually become internationalized, and supported language types are more and more, so that when the version of the application products iterates, the character information corresponding to the language types supported by the application products needs to be checked. When the functions of the application products are enough and the engineering is large enough, the verification process is more and more complicated. At present, verification for multiple languages is usually realized manually, and a worker checks a use interface after language switching, and verifies and confirms character information in the use interface, so that whether the content displayed on the use interface is correct or not is determined. However, applicants have recognized that frequent switching interfaces require significant time costs and do not necessarily cover all application interfaces. In addition, some staff are likely to not know a certain language supported by the application product, check one by one is needed when checking, omission is likely to happen, and many defects exist in the execution process of the non-standardized checking method. Therefore, the application provides a character query method, which is used for acquiring a language configuration file of an application to be checked, extracting target key values corresponding to the character to be checked in different language types from the application to be checked based on the character to be checked input by a user, directly uniformly extracting and sequencing and displaying the content to be checked corresponding to the character to be checked, and the user can check the content related to the character to be checked in all the language types at the same time without switching application interfaces, thereby ensuring coverage to all interfaces of an application product, saving a large amount of manpower and material resources, improving the efficiency and reducing the error and the risk of test failure. In order to implement the method of the present application, in the practical application process, the present application provides a query tool, based on which the requirements of the user are obtained and the queried content is displayed to the user, so as to implement interaction with the user.
In order to realize the technical scheme of the application, firstly, the language configuration file of the application to be checked needs to be acquired, and the language configuration file is used as the basis of character inquiry. The language configuration file includes a plurality of character information corresponding to a plurality of language types supported by the application to be checked, and in the process of the actual application, the language configuration file may be a string.xml (a file for defining characters displayed by the application) configuration file of the application to be checked. When the language configuration file is acquired, firstly, the selected application to be checked needs to be determined, namely, which application product is checked in a multi-language manner, and an application installation Package of the application to be checked is acquired, wherein the application installation Package can be in an APK (Android Package) form or can be an installation Package of a terminal such as a computer, and the type of the installation Package is not particularly limited. And then compiling and analyzing the application installation package to obtain a resource file of the application installation package. The resource file may specifically be a resource file in an installation package. The process of obtaining the resource file is actually decompiling the installation package, and can be implemented by using decompilation tools such as jadx (a decompilation tool), apktool (a decompilation tool), and the like. Decompilation tools may be packaged in the query tools of the present application and execution commands that invoke the decompilation tools are packaged in the query tools so that the decompilation tools can be invoked directly in actual applications. When decompiling is carried out on the application installation package, a user can input the name, address or catalogue and the like of the application installation package into a query tool, so that the query tool can acquire the application installation package, and the encapsulated decompiling tool is called to carry out compiling analysis on the application installation package to obtain a resource file. Finally, the language configuration file may be extracted from the resource file. In the practical application process, it is quite possible that a developer can provide the resource file, so that the developer directly inputs the file name, address or catalog of the resource file into the query tool, the query tool can omit the process of decompiling the application installation package to obtain the resource file, and the process of obtaining the following language configuration file can be directly executed based on the resource file provided by the developer. The method for acquiring the resource file is not particularly limited.
It should be noted that, in some resource files of application products, character information corresponding to different language types is configured separately, for example, chinese corresponds to a string. Xml configuration file, english corresponds to a string. Xml configuration file, russian corresponds to a string. Xml configuration file, and thus, the configuration file corresponding to each language type needs to be extracted as a language configuration file. And character information corresponding to different language types in the resource files of some application products is configured in a unified string.xml configuration file, so that the unified string.xml configuration file is directly used as the language configuration file. In addition, considering that some items may not need to check character information corresponding to all language types or need to additionally check other contents, a configuration input box can be provided in the query tool, and a user can input a file name or select a file address or select a file path in the configuration input box to realize self-selection of a language configuration file, so that different requirements of the user in testing different items are met, and flexible configuration of the file is realized. For example, assuming that the user wishes to check the file name "values-ar" as a language configuration file, the user may input the file name "values-ar" in the configuration input box, where the file name is merely an illustration, and the form and content of the file name are not specifically limited by the present application.
202. Receiving a character query request, determining a character to be queried indicated by the character query request, and executing the following steps 203 to 204 when the character query request indicates that key value query is performed based on the character to be queried; when the character query request indicates a character string query based on the character to be queried, the following steps 205 to 207 are performed.
In the embodiment of the application, after the language configuration file of the application to be verified is prepared, the character query operation for the application to be verified is started to be provided. In order to enable a user to conduct character query in a targeted manner, the query tool provides a query page, and on the query page, the user can input characters to be queried, so that the query tool executes corresponding matching query according to the characters to be queried. In the practical application process, the query operation provided by the query tool is actually a query realized based on a single key, namely a single key, and when in query, a user needs to input the single key to be queried as a character to be queried, for example, the single key can be "clean", and the query tool extracts the key Value corresponding to the single key, namely the Value, as a query result and displays the extracted key Value to the user, so that the query tool is an accurate query based on the character to be queried provided by the user. However, considering that in some cases, the user may not know what a specific single key is, and cannot provide the single key in detail, but only provide keywords or keywords that the user wants to query content, such as keyword "cancel", so the query tool in the application can also perform fuzzy query based on the to-be-queried character provided by the user, determine which language type the to-be-queried character input by the user belongs to, determine related character strings including the to-be-queried character in the language type, respectively determine single keys corresponding to each related character string, and then go to other languages by using the determined single keys to precisely match corresponding key values as query results to be displayed to the user. For example, assuming that a user requests a fuzzy query based on "cancel", the query tool searches for related strings including "cancel" in chinese, and specifically, strings of "cancel operation", "request cancel", and the like may be used as related strings including "cancel". Then, the target single bond corresponding to the Guan Zifu strings of cancel operation, request cancel and the like is determined in Chinese, and then the corresponding key value is queried in other language types based on the determined target single bond to serve as a query result.
In order to enable the user to select whether to accurately inquire or to inquire in a fuzzy way, the user can provide the accurate inquiry and the fuzzy inquiry options on the inquiry page provided by the inquiry tool, and the user instructs the inquiry tool how to inquire characters by checking the options. Thus, after the user finishes inputting the character to be queried and selecting and confirming the options, the query tool receives the character query request, determines the character to be queried indicated by the character query request, and reads which option is checked by the user when issuing the character query request. If the user selects the precise query, the query tool may determine that the character query request indicates that the key value query is performed based on the character to be queried, which means that the character to be queried input by the user is a single key, and directly queries the key value corresponding to the character to be queried, that is, the following processes from step 203 to step 204 are performed. If the user selects the fuzzy query, the query tool may determine that the character query request indicates that the character query is performed based on the character to be queried, which means that the character to be queried input by the user is in the form of a keyword or a keyword, not a single bond, and the search results included in each language type and obtained by full matching need to be searched one by one and displayed one by one, that is, the following processes from step 205 to step 207 are performed.
203. And when the character query request indicates that key value query is performed based on the character to be queried, extracting a plurality of first target key values corresponding to the character to be queried in the language configuration file.
In the embodiment of the application, when the character query request indicates that the key value query is performed based on the character to be queried, the character to be queried input by the user is a single key, the user wants to perform the accurate query, and the query tool directly queries the key value corresponding to the character to be queried, so that the query tool can extract a plurality of first target key values corresponding to the character to be queried in the language configuration file. The first target key values correspond to different language types, that is, each first target key value is character information from different language types, so that when the first target key values are queried, for each character information in a plurality of character information included in a language configuration file, a key value corresponding to a character to be queried in the character information needs to be determined as a first target key value, and the first target key value is extracted. And then repeatedly executing the process of inquiring the key value corresponding to the character to be inquired, and respectively inquiring the key value corresponding to the character to be inquired in various character information to obtain a plurality of first target key values. For example, assuming that the character to be queried input by the user is "CLEAN" and "CLEAN" is a single bond, the first target key value queried by the query tool in chinese is "CLEAN", and the first target key values queried in english are "CLEAN", "CLEAN" and "CLEAN", that is, a plurality of first target key values corresponding to the character to be queried.
204. And sequencing the plurality of first target key values according to a preset sequence of the plurality of language types, and displaying the sequenced plurality of first target key values.
In the embodiment of the application, after the plurality of first target key values are acquired, the plurality of first target key values are required to be displayed for reference and viewing of a user. The query tool is provided with a preset arrangement sequence of a plurality of language types, so that when a plurality of first target key values are displayed, the plurality of first target key values can be ordered according to the preset arrangement sequence of the plurality of language types, and the ordered plurality of first target key values are displayed. For example, if the preset arrangement order is chinese and english, the "CLEAN" and "CLEAN" are ordered as "CLEAN", and "CLEAN" are displayed in order. It should be noted that, the preset arrangement sequence may be set by the user, the query tool may provide a sequence configuration frame, and the user sets a desired preset arrangement sequence in the sequence configuration frame, so that after the query tool obtains the query result, the query tool may sort according to the preset arrangement sequence set by the user. The query tool also defaults to a preset arrangement sequence, so that when the user does not define the preset arrangement sequence, the queried results are ordered according to the default preset arrangement sequence.
In the practical application process, in order to distinguish the acquired multiple first target key values, a user can learn the language type corresponding to each first target key value, and when the query tool displays the multiple first target key values, the query tool can actually determine the type brevity code corresponding to each language type in the multiple language types respectively to obtain multiple type brevity codes. For example, the chinese-corresponding type brevity code is "zh", the english-corresponding type brevity code is "en", the russian-corresponding type brevity code is "ru", and so on. And then, marking the plurality of types of brevity codes at preset positions of the plurality of first target key values by the query tool according to the corresponding relation between the plurality of types of brevity codes and the plurality of language types. For example, assuming that the preset position is in front of the key value, when the first target key value "cleaning" is marked, the type brevity code "zh" needs to be adopted for marking, and the result obtained after marking may be "zh: cleaning. It should be noted that, the preset position may also be an upper left corner, an upper right corner, a lower left corner, a lower right corner, etc. of the first target key value, so as to establish an association relationship between the type brevity code and the corresponding first target key value. After the labeling of the first target key values is completed, a preset arrangement sequence is obtained, and the labeled first target key values are displayed in a sequence. In addition, considering the sometimes focused query efficiency, the labeling process may be omitted, and the first target key values may be directly displayed according to a preset arrangement sequence. The application does not limit the labeling of the type brevity code. Specifically, referring to fig. 2B, taking the case where the character to be queried is "clean", when the first target key value corresponding to "clean" is displayed, "key: the clean is used as the first line to display, so that the display content of the time is reminded to be obtained by inquiring the clean as a single bond. Subsequently, the queried content "zh: cleaning "," en: clear "is displayed in a list.
205. When the character query request indicates that the character string query is performed based on the character to be queried, determining a target language type of the character to be queried in a plurality of language types, and extracting at least one relevant character string from target character information corresponding to the target language type.
In the embodiment of the application, when the character query request indicates that the character to be queried is in the form of a keyword or a keyword based on the character to be queried, the search results which are included in each language type and are obtained through full matching are required to be searched one by one and displayed one by one, so that the target language type of the character to be queried in a plurality of language types is required to be determined, at least one relevant character string is extracted from target character information corresponding to the target language type, namely, each relevant character string in the at least one relevant character string carries the character to be queried, then the target single bonds of the relevant character strings are determined later, and accurate matching is performed according to the target single bonds.
When extracting at least one related character string, firstly, determining character information corresponding to a target language type from various character information included in a language configuration file as target character information. For example, assuming that the character to be queried is chinese, character information corresponding to the chinese is taken as target character information. Specifically, since the string.xml configuration file is used to store the character information of multiple languages in the common resource file, the string.xml configuration file corresponding to the Chinese is used as the target character information, or if all the characters of the language type are stored in the same string.xml configuration file, the paragraph corresponding to the Chinese in the string.xml configuration file is used as the target character information. And then, reading target character information, and extracting a character string carrying the character to be queried in the target character information as a related character string to obtain at least one related character string. For example, assuming that the character to be queried input by the user is "cancel", "the target language type to which" cancel "belongs is chinese, the string related to" cancel "extracted in chinese may be" cancel operation "," request cancel ".
206. A plurality of second target key values are acquired from the plurality of character information based on the at least one related character string.
In the embodiment of the application, after at least one related character string is determined, a plurality of second target key values can be acquired from a plurality of character information based on the at least one related character string. The second target key values are key values indicated by the target single bond corresponding to at least one related character string in various character information of the language configuration file, that is, the target single bond corresponding to each related character string is determined, the corresponding key value is queried in the character information of each language type based on the target single bond, so that the second target key values are obtained, and the process of specifically obtaining the second target key values is as follows:
for each of the at least one related character string, first, a target single bond corresponding to the related character string in the target character information, that is, a target single bond corresponding to the related character string in the character information of the target language type to which the related character string belongs, is queried. For example, assuming that the related string is "cancel", and a single bond corresponding to "cancel" is "verify_code_exit_cancel" in the character information of chinese, the target single bond of "cancel" of the related string is "verify_code_exit_cancel". And then, respectively inquiring and extracting second target key values corresponding to the target single keys in various character information of the language configuration file to obtain at least one second target key value. Continuing to take the target single bond of the related character string 'cancel' as an example for description, the target single bond 'verify_code_exit_cancel' is utilized to go to corresponding character information such as English, russian and the like to extract a corresponding key value, so that the content corresponding to the target single bond 'verify_code_exit_cancel' in different language types can be obtained, and the character query based on the related character string 'cancel' is completed. And then, repeatedly executing the inquiry and extracting the second target key values, and respectively extracting at least one second target key value corresponding to the target single bond of each related character string in at least one related character string to obtain a plurality of second target key values. For example, if the related character string "request cancellation" exists in addition to the related character string "cancellation", the target single bond a corresponding to "request cancellation" is determined in the character information of chinese, and the corresponding key value is searched for as the second target key value in the character information corresponding to english, russian, and the like by using the target single bond a.
207. And sequencing the plurality of second target key values according to a preset sequence, and displaying the sequenced plurality of second target key values.
In the embodiment of the application, after the plurality of second target key values are obtained, the plurality of second target key values are ordered according to the preset arrangement sequence, and the ordered plurality of second target key values are displayed. The process of displaying the plurality of second target key values in a sequence is identical to the process of displaying the plurality of first target key values in step 204, and is not described herein, and the type brevity code may be used to mark or omit the marking when displaying the plurality of second target key values, which is not particularly limited in the present application. It should be noted that, when the second target key value corresponding to each target single bond is displayed, the method shown in fig. 2B may be adopted, and the query results corresponding to each target single bond may be listed. In the practical application process, no matter the query result obtained by accurate query or fuzzy query, the user can copy and paste by using the copy and paste function of the query tool, so as to meet different requirements of the user.
According to the method provided by the embodiment of the application, the language configuration file of the application to be checked is obtained, when the user requests to inquire the key value, a plurality of first target key values corresponding to the character to be inquired under different language types are obtained in the language configuration file according to the character to be inquired input by the user, the obtained plurality of first target key values are directly displayed according to the preset arrangement sequence, the user can directly check the content related to the character to be inquired in all the language types, the application interface is not required to be switched, all the interfaces covered to the application product are ensured, a large amount of manpower and material resources are saved, the efficiency is improved, and the error and failure risks are reduced.
Further, as a specific implementation of the method shown in fig. 1, an embodiment of the present application provides a character query apparatus, as shown in fig. 3A, where the apparatus includes: the system comprises a first acquisition module 301, a first determination module 302, an extraction module 303 and a display module 304.
The first obtaining module 301 is configured to obtain a language configuration file of an application to be verified, where the language configuration file includes multiple character information corresponding to multiple language types supported by the application to be verified;
the first determining module 302 is configured to receive a character query request, and determine a character to be queried indicated by the character query request;
the extracting module 303 is configured to extract, when the character query request indicates that a key value query is performed based on the character to be queried, a plurality of first target key values corresponding to the character to be queried in the language configuration file, where the plurality of first target key values correspond to different language types;
the display module 304 is configured to sort the plurality of first target key values according to a preset arrangement sequence of the plurality of language types, and display the sorted plurality of first target key values.
In a specific application scenario, as shown in fig. 3B, the first obtaining module 301 includes: an acquisition unit 3011, a compiling unit 3012, and an extraction unit 3013.
The acquiring unit 3011 is configured to determine the selected application to be verified, and acquire an application installation package of the application to be verified;
the compiling unit 3012 is configured to compile and parse the application installation package to obtain a resource file of the application installation package;
the extracting unit 3013 is configured to extract the language configuration file from the resource file.
In a specific application scenario, as shown in fig. 3C, the apparatus further includes: a second determination module 305 and a second acquisition module 306.
The second determining module 305 is configured to determine, when the character query request indicates that a character string is queried based on the character to be queried, a target language type to which the character to be queried belongs in the multiple language types;
the extracting module 303 is further configured to extract at least one related character string from target character information corresponding to the target language type, where each related character string in the at least one related character string carries the character to be queried;
the second obtaining module 306 is configured to obtain, based on the at least one related character string, a plurality of second target key values in the plurality of character information, where the plurality of second target key values are key values indicated by a target single bond corresponding to the at least one related character string in the plurality of character information of the language configuration file;
The display module 304 is further configured to sort the plurality of second target key values according to the preset arrangement sequence, and display the sorted plurality of second target key values.
In a specific application scenario, the extracting module 303 is configured to determine, from the plurality of character information included in the language configuration file, character information corresponding to the target language type as target character information; and reading the target character information, and extracting a character string carrying the character to be queried in the target character information as a related character string to obtain the at least one related character string.
In a specific application scenario, the second obtaining module 306 is configured to query, for each related character string in the at least one related character string, a target single bond corresponding to the related character string in the target character information; respectively inquiring and extracting second target key values corresponding to the target single keys in various character information of the language configuration file to obtain at least one second target key value; and repeating the process of inquiring and extracting the second target key values, and respectively extracting at least one second target key value corresponding to the target single bond of each related character string in the at least one related character string to obtain a plurality of second target key values.
In a specific application scenario, the extracting module 303 is configured to determine, for each of the plurality of character information included in the language configuration file, a key value corresponding to the character to be queried in the character information as a first target key value, and extract the first target key value; and repeatedly executing the process of inquiring the key value corresponding to the character to be inquired, and respectively inquiring the key value corresponding to the character to be inquired in the various character information to obtain the plurality of first target key values.
In a specific application scenario, as shown in fig. 3D, the display module 304 includes: a determining unit 3041, a labeling unit 3042 and a display unit 3043.
The determining unit 3041 is configured to determine type brevity codes corresponding to each of the plurality of language types, respectively, to obtain a plurality of type brevity codes;
the labeling unit 3042 is configured to label the plurality of type brevity codes at preset positions of the plurality of first target key values according to a correspondence between the plurality of type brevity codes and the plurality of language types;
the display unit 3043 is configured to obtain the preset arrangement sequence, and perform sorting display on the labeled plurality of first target key values.
According to the device provided by the embodiment of the application, the language configuration file of the application to be checked is obtained, when the user requests to inquire the key value, a plurality of first target key values corresponding to the character to be inquired under different language types are obtained in the language configuration file according to the character to be inquired input by the user, the obtained plurality of first target key values are directly displayed according to the preset arrangement sequence, the user can directly check the content related to the character to be inquired in all the language types, the application interface is not required to be switched, all the interfaces covered to the application product are ensured, a large amount of manpower and material resources are saved, the efficiency is improved, and the error and failure risks are reduced.
It should be noted that, for other corresponding descriptions of each functional unit related to the character query apparatus provided by the embodiment of the present application, reference may be made to corresponding descriptions in fig. 1 and fig. 2A, and details are not repeated herein.
In an exemplary embodiment, referring to fig. 4, there is further provided a device 400 including a communication bus, a processor, a memory, and a communication interface, and may further include an input-output interface, and a display device, wherein the functional units may communicate with each other via the bus. The memory stores a computer program and a processor for executing the program stored in the memory to perform the character query method in the above embodiment.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the character query method.
From the above description of the embodiments, it will be clear to those skilled in the art that the present application may be implemented in hardware, or may be implemented by means of software plus necessary general hardware platforms. Based on such understanding, the technical solution of the present application may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (may be a CD-ROM, a U-disk, a mobile hard disk, etc.), and includes several instructions for causing a computer device (may be a personal computer, a server, or a network device, etc.) to execute the method described in the respective implementation scenario of the present application.
Those skilled in the art will appreciate that the drawing is merely a schematic illustration of a preferred implementation scenario and that the modules or flows in the drawing are not necessarily required to practice the application.
Those skilled in the art will appreciate that modules in an apparatus in an implementation scenario may be distributed in an apparatus in an implementation scenario according to an implementation scenario description, or that corresponding changes may be located in one or more apparatuses different from the implementation scenario. The modules of the implementation scenario may be combined into one module, or may be further split into a plurality of sub-modules. The above-mentioned inventive sequence numbers are merely for description and do not represent advantages or disadvantages of the implementation scenario. The foregoing disclosure is merely illustrative of some embodiments of the application, and the application is not limited thereto, as modifications may be made by those skilled in the art without departing from the scope of the application.

Claims (16)

1. A character query method, comprising:
acquiring a language configuration file of an application to be checked, wherein the language configuration file comprises various character information corresponding to a plurality of language types supported by the application to be checked;
receiving a character query request, and determining a character to be queried indicated by the character query request;
when the character query request indicates that key value query is performed based on the character to be queried, extracting a plurality of first target key values corresponding to the character to be queried in the language configuration file, wherein the plurality of first target key values correspond to different language types;
when the character query request indicates that character string query is performed based on the characters to be queried, at least one relevant character string is extracted, a plurality of second target key values are obtained from the plurality of character information based on the at least one relevant character string, the sorted second target key values are displayed, and each relevant character string in the at least one relevant character string carries the characters to be queried;
and sequencing the plurality of first target key values according to the preset sequence of the plurality of language types, and displaying the sequenced plurality of first target key values.
2. The method of claim 1, wherein the obtaining a language profile of the application to be verified comprises:
determining the selected application to be verified, and acquiring an application installation package of the application to be verified;
compiling and analyzing the application installation package to obtain a resource file of the application installation package;
extracting the language configuration file from the resource file.
3. The method according to claim 1, wherein when the character query request indicates that a character string query is performed based on the character to be queried, extracting at least one related character string, acquiring a plurality of second target key values from the plurality of character information based on the at least one related character string, and displaying the plurality of second target key values after being sequenced, includes:
when the character query request indicates that character string query is performed based on the character to be queried, determining a target language type of the character to be queried in the plurality of language types;
extracting at least one related character string from target character information corresponding to the target language type;
acquiring a plurality of second target key values in the plurality of character information based on the at least one related character string, wherein the plurality of second target key values are key values indicated by a target single bond corresponding to the at least one related character string in the plurality of character information of the language configuration file;
And sequencing the plurality of second target key values according to the preset sequence, and displaying the sequenced plurality of second target key values.
4. The method according to claim 3, wherein extracting at least one related character string from the target character information corresponding to the target language type includes:
determining character information corresponding to the target language type from the plurality of character information included in the language configuration file as target character information;
and reading the target character information, and extracting a character string carrying the character to be queried in the target character information as a related character string to obtain the at least one related character string.
5. The method of claim 3, wherein the obtaining a plurality of second target key values in the plurality of character information based on the at least one related character string comprises:
for each related character string in the at least one related character string, inquiring a corresponding target single bond of the related character string in the target character information;
respectively inquiring and extracting second target key values corresponding to the target single keys in various character information of the language configuration file to obtain at least one second target key value;
And repeating the process of inquiring and extracting the second target key values, and respectively extracting at least one second target key value corresponding to the target single bond of each related character string in the at least one related character string to obtain a plurality of second target key values.
6. The method according to claim 1, wherein extracting, in the language configuration file, a plurality of first target key values corresponding to the character to be queried, includes:
for each character information in the plurality of character information included in the language configuration file, determining a key value corresponding to the character to be queried in the character information as a first target key value, and extracting the first target key value;
and repeatedly executing the process of inquiring the key value corresponding to the character to be inquired, and respectively inquiring the key value corresponding to the character to be inquired in the various character information to obtain the plurality of first target key values.
7. The method according to claim 1, wherein the sorting the plurality of first target key values according to the preset arrangement sequence of the plurality of language types and displaying the sorted plurality of first target key values includes:
Respectively determining type brevity codes corresponding to each language type in the plurality of language types to obtain a plurality of type brevity codes;
marking the plurality of type brevity codes at preset positions of the plurality of first target key values according to the corresponding relation between the plurality of type brevity codes and the plurality of language types;
and acquiring the preset arrangement sequence, and carrying out sequencing display on the marked first target key values.
8. A character query apparatus, comprising:
the first acquisition module is used for acquiring a language configuration file of an application to be checked, wherein the language configuration file comprises a plurality of character information corresponding to a plurality of language types supported by the application to be checked;
the first determining module is used for receiving a character query request and determining characters to be queried indicated by the character query request;
the extraction module is used for extracting a plurality of first target key values corresponding to the character to be queried in the language configuration file when the character query request indicates that the key value query is performed based on the character to be queried, wherein the plurality of first target key values correspond to different language types;
the second determining module is used for extracting at least one relevant character string when the character query request indicates that character string query is performed based on the characters to be queried, acquiring a plurality of second target key values from the plurality of character information based on the at least one relevant character string, and displaying the plurality of sorted second target key values, wherein each relevant character string in the at least one relevant character string carries the characters to be queried;
And the display module is used for sequencing the plurality of first target key values according to the preset arrangement sequence of the plurality of language types and displaying the sequenced plurality of first target key values.
9. The apparatus of claim 8, wherein the first acquisition module comprises:
the acquisition unit is used for determining the selected application to be verified and acquiring an application installation package of the application to be verified;
the compiling unit is used for compiling and analyzing the application installation package to obtain a resource file of the application installation package;
and the extraction unit is used for extracting the language configuration file from the resource file.
10. The apparatus of claim 8, wherein the second determining module is configured to determine, when the character query request indicates that a character string query is performed based on the character to be queried, a target language type to which the character to be queried belongs among the plurality of language types; extracting at least one related character string from target character information corresponding to the target language type, wherein each related character string in the at least one related character string carries the character to be queried; acquiring a plurality of second target key values in the plurality of character information based on the at least one related character string, wherein the plurality of second target key values are key values indicated by a target single bond corresponding to the at least one related character string in the plurality of character information of the language configuration file; and sequencing the plurality of second target key values according to the preset sequence, and displaying the sequenced plurality of second target key values.
11. The apparatus according to claim 10, wherein the extracting module is configured to determine, as target character information, character information corresponding to the target language type from the plurality of character information included in the language profile; and reading the target character information, and extracting a character string carrying the character to be queried in the target character information as a related character string to obtain the at least one related character string.
12. The apparatus of claim 10, wherein the second obtaining module is configured to query, for each related string in the at least one related string, a corresponding target single bond of the related string in the target character information; respectively inquiring and extracting second target key values corresponding to the target single keys in various character information of the language configuration file to obtain at least one second target key value; and repeating the process of inquiring and extracting the second target key values, and respectively extracting at least one second target key value corresponding to the target single bond of each related character string in the at least one related character string to obtain a plurality of second target key values.
13. The apparatus according to claim 8, wherein the extracting module is configured to determine, for each of the plurality of character information included in the language configuration file, a key value corresponding to the character to be queried in the character information as a first target key value, and extract the first target key value; and repeatedly executing the process of inquiring the key value corresponding to the character to be inquired, and respectively inquiring the key value corresponding to the character to be inquired in the various character information to obtain the plurality of first target key values.
14. The apparatus of claim 8, wherein the display module comprises:
the determining unit is used for respectively determining the type brevity codes corresponding to each language type in the plurality of language types to obtain a plurality of type brevity codes;
the labeling unit is used for labeling the plurality of types of brevity codes at preset positions of the plurality of first target key values according to the corresponding relation between the plurality of types of brevity codes and the plurality of language types;
the display unit is used for acquiring the preset arrangement sequence and displaying the marked first target key values in a sequencing way.
15. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 7 when the computer program is executed.
16. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 7.
CN202011089947.6A 2020-10-13 2020-10-13 Character query method, device, computer equipment and computer readable storage medium Active CN112328739B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011089947.6A CN112328739B (en) 2020-10-13 2020-10-13 Character query method, device, computer equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011089947.6A CN112328739B (en) 2020-10-13 2020-10-13 Character query method, device, computer equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN112328739A CN112328739A (en) 2021-02-05
CN112328739B true CN112328739B (en) 2023-11-03

Family

ID=74314896

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011089947.6A Active CN112328739B (en) 2020-10-13 2020-10-13 Character query method, device, computer equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112328739B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101593181A (en) * 2008-05-30 2009-12-02 英业达股份有限公司 Cross word stock word translation inquiring system and method thereof
CN101727450A (en) * 2008-10-16 2010-06-09 英业达股份有限公司 Network translation system and method thereof for acquiring multi-language translation interpretations through one query
CN102279847A (en) * 2011-08-17 2011-12-14 瑞斯康达科技发展股份有限公司 Method and device for internationalizing software system
CN104268280A (en) * 2014-10-17 2015-01-07 中国人民解放军国防科学技术大学 Layering storage and inquiring method based on key value database
CN106776584A (en) * 2016-11-24 2017-05-31 网易(杭州)网络有限公司 Character displaying method, translation table generating method, document translation method and device
US10235432B1 (en) * 2016-07-07 2019-03-19 Google Llc Document retrieval using multiple sort orders
CN110674362A (en) * 2019-08-22 2020-01-10 视联动力信息技术股份有限公司 Search recommendation method and device, electronic equipment and readable storage medium
CN111240781A (en) * 2020-01-07 2020-06-05 杭州涂鸦信息技术有限公司 Client multi-language dynamic configuration method and system
CN111538768A (en) * 2020-06-23 2020-08-14 平安国际智慧城市科技股份有限公司 Data query method and device based on N-element model, electronic equipment and medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101593181A (en) * 2008-05-30 2009-12-02 英业达股份有限公司 Cross word stock word translation inquiring system and method thereof
CN101727450A (en) * 2008-10-16 2010-06-09 英业达股份有限公司 Network translation system and method thereof for acquiring multi-language translation interpretations through one query
CN102279847A (en) * 2011-08-17 2011-12-14 瑞斯康达科技发展股份有限公司 Method and device for internationalizing software system
CN104268280A (en) * 2014-10-17 2015-01-07 中国人民解放军国防科学技术大学 Layering storage and inquiring method based on key value database
US10235432B1 (en) * 2016-07-07 2019-03-19 Google Llc Document retrieval using multiple sort orders
CN106776584A (en) * 2016-11-24 2017-05-31 网易(杭州)网络有限公司 Character displaying method, translation table generating method, document translation method and device
CN110674362A (en) * 2019-08-22 2020-01-10 视联动力信息技术股份有限公司 Search recommendation method and device, electronic equipment and readable storage medium
CN111240781A (en) * 2020-01-07 2020-06-05 杭州涂鸦信息技术有限公司 Client multi-language dynamic configuration method and system
CN111538768A (en) * 2020-06-23 2020-08-14 平安国际智慧城市科技股份有限公司 Data query method and device based on N-element model, electronic equipment and medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
String similarity search and join: a survey;Yu, MH等;《frontiers of computer science》;第10卷(第3期);399-417 *
外存中高效的字符串相似性查询处理;王金宝等;《计算机研究与发展》;第52卷(第3期);738-748 *

Also Published As

Publication number Publication date
CN112328739A (en) 2021-02-05

Similar Documents

Publication Publication Date Title
US7313514B2 (en) Validating content of localization data files
EP0668558B1 (en) Method and apparatus for automating the localization of a computer program
US7149971B2 (en) Method, apparatus, and system for providing multi-language character strings within a computer
US8352913B2 (en) Generating and resolving component names in an integrated development environment
US8498975B2 (en) Search query processing
CN108628751B (en) Useless dependency item detection method and device
US9875096B2 (en) Systems and methods for software scanning tool
CN109308254B (en) Test method, test device and test equipment
JP2009520246A (en) Format data extraction without customization
CN108920359B (en) Application program testing method and device, storage medium and electronic device
CN108710571B (en) Method and device for generating automatic test code
JP4786998B2 (en) Software reuse parts management system
CN112035443A (en) Big data execution method, system, equipment and storage medium based on Linux platform
JP3305949B2 (en) Program analyzer
CN109840192B (en) Method and device for automatic testing
US20080022263A1 (en) Identifying The Origin Of Application Resources
WO2015019504A1 (en) Verification method, verification device, and verification program
CN113760266B (en) Method and device for creating function module file and electronic equipment
US7100039B2 (en) Systems and methods for a bootstrap mechanism for software execution
CN112328739B (en) Character query method, device, computer equipment and computer readable storage medium
CN111552466B (en) Project file generation method, system, computer equipment and storage medium
US20210072961A1 (en) Automated generation of software bindings
CN104536880A (en) GUI program testing case augmentation method based on symbolic execution
CN109684395B (en) Visual data interface universal analysis method based on natural language processing
CN112711424A (en) Application risk problem determination method and device 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