CN111199143A - Indexing method, device and equipment of Word thesis and storage medium - Google Patents

Indexing method, device and equipment of Word thesis and storage medium Download PDF

Info

Publication number
CN111199143A
CN111199143A CN201811282802.0A CN201811282802A CN111199143A CN 111199143 A CN111199143 A CN 111199143A CN 201811282802 A CN201811282802 A CN 201811282802A CN 111199143 A CN111199143 A CN 111199143A
Authority
CN
China
Prior art keywords
indexing
word
node
strategy
operator
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
CN201811282802.0A
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.)
Peking University Founder Group Co Ltd
Beijing Founder Electronics Co Ltd
Original Assignee
Peking University Founder Group Co Ltd
Beijing Founder Electronics 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 Peking University Founder Group Co Ltd, Beijing Founder Electronics Co Ltd filed Critical Peking University Founder Group Co Ltd
Priority to CN201811282802.0A priority Critical patent/CN111199143A/en
Publication of CN111199143A publication Critical patent/CN111199143A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention provides a method, a device, equipment and a storage medium for indexing a Word thesis, wherein an indexing process management file is acquired and comprises an indexing process tree; then traversing each node of the indexing flow tree, executing an algorithm of an indexing rule file configured on the node, searching elements needing indexing in the Word thesis, and indexing the Word thesis according to the elements. The method of the invention can conveniently and rapidly compile the indexing rule by configuring the indexing rule file on the node of the indexing flow tree, thereby improving the efficiency of compiling the indexing rule, further realizing the automatic indexing of the Word thesis according to the indexing flow tree and improving the indexing efficiency of the Word thesis.

Description

Indexing method, device and equipment of Word thesis and storage medium
Technical Field
The invention relates to the technical field of communication, in particular to a Word thesis indexing method, a Word thesis indexing device, Word thesis indexing equipment and a storage medium.
Background
Office is the most common Office software we use. At present, books, periodicals, encyclopedia books and the like are published and issued by using Word for creation at the beginning. An xml (extensible Markup language) file is an extensible Markup language, which is a subset of standard universal Markup languages, and is a Markup language used for marking electronic documents to be structured. It is the most common tool for data transfer between various applications. With the development of network technology, the XML technology has been applied to the related field of digital publishing, and then the conversion of Word documents into XML documents is also an urgent need.
In the prior art, a structured XML document needs to be output after the Word thesis is indexed, and manual judgment and manual indexing are usually adopted during indexing, or wildcard character searching, simple style matching and the like are adopted. Because the Word thesis has respective specific forms and formats, the prior art has low indexing accuracy, poor flexibility and low efficiency.
Disclosure of Invention
The invention provides a method, a device, equipment and a storage medium for indexing a Word paper, which are used for realizing automatic indexing of the Word paper and improving indexing efficiency of the Word paper.
The first aspect of the invention provides a Word paper indexing method, which comprises the following steps:
acquiring an indexing process management file, wherein the indexing process management file comprises an indexing process tree;
traversing each node of the indexing flow tree, executing an algorithm of an indexing rule file configured on the node, and searching elements needing indexing in a Word thesis;
and indexing the Word thesis according to the elements.
Further, after the indexing of the Word thesis according to the element, the method further includes:
and acquiring the position of the element in the Word paper, and marking the element in the Word paper by adopting a preset style.
Further, the traversing each node of the indexing flow tree includes:
traversing each node of the indexing flow tree by adopting a depth-first algorithm;
the algorithm for executing the indexing rule file configured on the node comprises the following steps:
and reading the path for executing the indexing rule file configured on the node, acquiring the indexing rule file according to the path, and executing the indexing rule file.
Further, the method further comprises:
acquiring the indexing rule file according to a preset rule operator, wherein the preset rule operator comprises an operation operator and an indexing strategy;
the operation operator comprises at least one of a logic operation operator, a sequence operator and a loop operator, and the indexing strategy comprises at least one of a regular expression strategy, a machine learning strategy, a style strategy and a special strategy.
The second aspect of the invention provides a Word thesis indexing device, which comprises:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring an indexing process management file, and the indexing process management file comprises an indexing process tree;
the processing module is used for traversing each node of the indexing flow tree, executing an algorithm of an indexing rule file configured on the node and searching elements needing indexing in a Word thesis;
and the indexing module is used for indexing the Word thesis according to the elements.
Further, the processing module is further configured to:
and acquiring the position of the element in the Word paper, and marking the element in the Word paper by adopting a preset style.
Further, the processing module is configured to:
traversing each node of the indexing flow tree by adopting a depth-first algorithm;
and reading the path for executing the indexing rule file configured on the node, acquiring the indexing rule file according to the path, and executing the indexing rule file.
Further, the apparatus further comprises a configuration module configured to:
acquiring the indexing rule file according to a preset rule operator, wherein the preset rule operator comprises an operation operator and an indexing strategy;
the operation operator comprises at least one of a logic operation operator, a sequence operator and a loop operator, and the indexing strategy comprises at least one of a regular expression strategy, a machine learning strategy, a style strategy and a special strategy.
A third aspect of the present invention is to provide an indexing apparatus for a Word paper, comprising:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the method of the first aspect.
A fourth aspect of the present invention is to provide a computer-readable storage medium having stored thereon a computer program;
which when executed by a processor implements the method according to the first aspect.
According to the indexing method, the indexing device, the indexing equipment and the storage medium of the Word thesis, the indexing process management file is acquired and comprises an indexing process tree; then traversing each node of the indexing flow tree, executing an algorithm of an indexing rule file configured on the node, searching elements needing indexing in the Word thesis, and indexing the Word thesis according to the elements. The method of the invention can conveniently and rapidly compile the indexing rule by configuring the indexing rule file on the node of the indexing flow tree, thereby improving the efficiency of compiling the indexing rule, further realizing the automatic indexing of the Word thesis according to the indexing flow tree and improving the indexing efficiency of the Word thesis.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart of a Word paper indexing method according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating an indexing rules file according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating an index process management file according to an embodiment of the present invention;
FIG. 4 is a block diagram of an indexing apparatus for Word papers according to an embodiment of the present invention;
fig. 5 is a structural diagram of an indexing device for a Word paper according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a Word paper indexing method according to an embodiment of the present invention. The embodiment provides a Word thesis indexing method, which comprises the following specific steps:
s101, obtaining an indexing process management file, wherein the indexing process management file comprises an indexing process tree.
In this embodiment, an indexing flow management file may be configured in advance, where the indexing flow management file may be an XML file, an indexing flow tree is defined in the indexing flow management file, the indexing flow tree includes a plurality of nodes, each node is configured with an indexing rule file, and rules and algorithms used for indexing are set in the indexing rule file in advance. I.e. the indexing flow tree specifies which indexing rule files need to be executed. Of course, different indexing process management files can be configured and stored for different types of Word papers. In this embodiment, when a Word thesis needs to be indexed, an indexing flow management file is first obtained and loaded.
S102, traversing each node of the indexing flow tree, executing an algorithm of an indexing rule file configured on the node, and searching elements needing indexing in the Word thesis.
In this embodiment, by traversing each node on the indexing flow tree, when a certain node is traversed, the algorithm of the indexing rule file configured on the node is executed, and the element to be marked in the Word thesis is searched according to the algorithm, wherein the element to be marked is a mark required for retrieval, such as a class number, an entry Word, a narrative Word, a keyword, a person name, a place name, and the like. In addition, in this embodiment, a depth-first algorithm may be used for traversal of the indexing flow tree, and certainly, a breadth-first algorithm or other algorithms may also be used, which is not described herein again.
S103, indexing the Word thesis according to the elements.
In this embodiment, after the elements that need to be indexed in the Word thesis are found, the Word thesis can be associated with the elements, and the elements can be controlled and managed by adopting the prior art, so that the indexing of the Word thesis is completed.
In the indexing method of the Word thesis provided by the embodiment, the indexing process management file is acquired and comprises an indexing process tree; then traversing each node of the indexing flow tree, executing an algorithm of an indexing rule file configured on the node, searching elements needing indexing in the Word thesis, and indexing the Word thesis according to the elements. According to the method provided by the embodiment, the indexing rule file is configured on the node of the indexing flow tree, so that the indexing rule can be written conveniently and quickly, the efficiency of writing the indexing rule is improved, further, the automatic indexing of the Word paper can be realized according to the indexing flow tree, and the indexing efficiency of the Word paper is improved.
On the basis of the above embodiment, the indexing method of the Word paper may further include:
acquiring the indexing rule file according to a preset rule operator, wherein the preset rule operator comprises an operation operator and an indexing strategy;
the operation operator comprises at least one of a logic operation operator, a sequence operator and a loop operator, and the indexing strategy comprises at least one of a regular expression strategy, a machine learning strategy, a style strategy and a special strategy.
In this embodiment, the indexing rule file is composed of preset rule operators, where the preset rule operators include an operation operator and an indexing policy, the operation operator is used to implement a corresponding algorithm, and the indexing policy is used to implement a corresponding policy. In this embodiment, an indexing rule file is written according to an indexing logic by using an operation operator and an indexing policy, where the indexing rule file may also be an XML file, and a node of the XML file is constructed by using a rule operator, and a specific indexing rule file may be as shown in fig. 2, where each st _ match node is a matching basic unit, and an or represents an st _ match only if one meets a condition. Specifically, the preset rule operator is defined as shown in table 1.
TABLE 1
Figure BDA0001848386690000051
Figure BDA0001848386690000061
After the indexing rule file is written, an indexing flow management file (XML file) can be created, an indexing flow tree is defined, the specific indexing flow management file is shown in fig. 3, each st _ match node represents that an indexing rule file needs to be executed, the source attribute specifies a path (relative path) where the indexing rule file is located, the enable attribute indicates whether the indexing rule file needs to be executed, and a user can flexibly configure. Specifically, the node definition of the index process management file can be shown in fig. 2. In this embodiment, each indexing rule file is attached to an XML node of the indexing flow tree, so that the corresponding indexing rule file is executed during traversal.
TABLE 2
Figure BDA0001848386690000062
Furthermore, accumulated historical data can be utilized in the embodiment, an automatic matching indexing rule file is trained, a set of self-learning method is formulated, along with continuous accumulation of data, the recognition rate and the accuracy can be gradually improved, different indexing results can be dealt with by different training data, the flexibility is high, the recognized rules are simplified into the operation of a mathematical matrix by training and matching, and the efficiency is higher.
Further, the traversing each node of the indexing flow tree includes:
traversing each node of the indexing flow tree by adopting a depth-first algorithm;
the algorithm for executing the indexing rule file configured on the node comprises the following steps:
and reading the path for executing the indexing rule file configured on the node, acquiring the indexing rule file according to the path, and executing the indexing rule file.
In this embodiment, a path of the indexing rule file is configured on each node of the indexing flow tree, when a certain node is traversed, the path of the indexing rule file configured on the node is read, the corresponding indexing rule file is obtained from the path, and then the indexing rule file is executed.
On the basis of the above embodiment, after the indexing the Word paper according to the element, the method may further include:
and acquiring the position of the element in the Word paper, and marking the element in the Word paper by adopting a preset style.
In this embodiment, the result returned by executing the algorithm for indexing the rule file is a data pair including a starting point and an ending point, which corresponds to the range of the Word document stream, so that the data can be mapped in the Word paper to obtain the position of the element in the Word paper, and the element is brushed with a preset style for marking, thereby facilitating the positioning of the retrieved element during retrieval.
Fig. 4 is a structural diagram of an indexing apparatus for Word papers according to an embodiment of the present invention. The indexing device for Word paper provided in this embodiment can execute the processing flow provided in the indexing method embodiment of Word paper, as shown in fig. 4, the indexing device 40 for Word paper includes an obtaining module 41, a processing module 42, and an indexing module 43.
An obtaining module 41, configured to obtain an indexing process management file, where the indexing process management file includes an indexing process tree;
the processing module 42 is configured to traverse each node of the indexing flow tree, execute an algorithm of an indexing rule file configured on the node, and search an element to be indexed in the Word paper;
and the indexing module 43 is used for indexing the Word paper according to the elements.
Further, the processing module 42 is further configured to:
and acquiring the position of the element in the Word paper, and marking the element in the Word paper by adopting a preset style.
Further, the processing module 42 is configured to:
traversing each node of the indexing flow tree by adopting a depth-first algorithm;
and reading the path for executing the indexing rule file configured on the node, acquiring the indexing rule file according to the path, and executing the indexing rule file.
Further, the apparatus further comprises a configuration module configured to:
acquiring the indexing rule file according to a preset rule operator, wherein the preset rule operator comprises an operation operator and an indexing strategy;
the operation operator comprises at least one of a logic operation operator, a sequence operator and a loop operator, and the indexing strategy comprises at least one of a regular expression strategy, a machine learning strategy, a style strategy and a special strategy.
The indexing device 40 of the Word paper provided in the embodiment of the present invention may be specifically configured to execute the method embodiment provided in fig. 1, and specific functions are not described herein again.
According to the indexing device of the Word thesis, the indexing process management file is obtained and comprises an indexing process tree; then traversing each node of the indexing flow tree, executing an algorithm of an indexing rule file configured on the node, searching elements needing indexing in the Word thesis, and indexing the Word thesis according to the elements. The device provided by the embodiment can conveniently and quickly write the indexing rule by configuring the indexing rule file on the node of the indexing flow tree, so that the efficiency of writing the indexing rule is improved, further, the automatic indexing of the Word paper can be realized according to the indexing flow tree, and the indexing efficiency of the Word paper is improved.
Fig. 5 is a schematic structural diagram of a Word paper indexing device according to an embodiment of the present invention. The indexing device for Word papers provided in the embodiments of the present invention can execute the processing flow provided in the indexing method embodiments of Word papers, as shown in fig. 5, the indexing device 50 for Word papers includes a memory 51, a processor 52, a computer program and a communication interface 53; wherein the computer program is stored in the memory 51 and configured to execute the indexing method of the Word paper described in the above embodiments by the processor 52.
The indexing device of the Word paper in the embodiment shown in fig. 5 can be used to implement the technical solution of the above method embodiment, and the implementation principle and technical effect are similar, and are not described herein again.
In addition, the present embodiment also provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement the indexing method of the Word paper described in the above embodiments.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) or a processor (processor) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It is obvious to those skilled in the art that, for convenience and simplicity of description, the foregoing division of the functional modules is merely used as an example, and in practical applications, the above function distribution may be performed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to perform all or part of the above described functions. For the specific working process of the device described above, reference may be made to the corresponding process in the foregoing method embodiment, which is not described herein again.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for indexing a Word paper, comprising:
acquiring an indexing process management file, wherein the indexing process management file comprises an indexing process tree;
traversing each node of the indexing flow tree, executing an algorithm of an indexing rule file configured on the node, and searching elements needing indexing in a Word thesis;
and indexing the Word thesis according to the elements.
2. The method of claim 1, wherein after indexing the Word paper according to the element, the method further comprises:
and acquiring the position of the element in the Word paper, and marking the element in the Word paper by adopting a preset style.
3. The method of claim 1, wherein traversing each node of the indexing flow tree comprises:
traversing each node of the indexing flow tree by adopting a depth-first algorithm;
the algorithm for executing the indexing rule file configured on the node comprises the following steps:
and reading the path for executing the indexing rule file configured on the node, acquiring the indexing rule file according to the path, and executing the indexing rule file.
4. The method according to any one of claims 1-3, further comprising:
acquiring the indexing rule file according to a preset rule operator, wherein the preset rule operator comprises an operation operator and an indexing strategy;
the operation operator comprises at least one of a logic operation operator, a sequence operator and a loop operator, and the indexing strategy comprises at least one of a regular expression strategy, a machine learning strategy, a style strategy and a special strategy.
5. An indexing device for a Word paper, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring an indexing process management file, and the indexing process management file comprises an indexing process tree;
the processing module is used for traversing each node of the indexing flow tree, executing an algorithm of an indexing rule file configured on the node and searching elements needing indexing in a Word thesis;
and the indexing module is used for indexing the Word thesis according to the elements.
6. The apparatus of claim 5, wherein the processing module is further configured to:
and acquiring the position of the element in the Word paper, and marking the element in the Word paper by adopting a preset style.
7. The apparatus of claim 5, wherein the processing module is configured to:
traversing each node of the indexing flow tree by adopting a depth-first algorithm;
and reading the path for executing the indexing rule file configured on the node, acquiring the indexing rule file according to the path, and executing the indexing rule file.
8. The apparatus of any of claims 5-7, further comprising a configuration module to:
acquiring the indexing rule file according to a preset rule operator, wherein the preset rule operator comprises an operation operator and an indexing strategy;
the operation operator comprises at least one of a logic operation operator, a sequence operator and a loop operator, and the indexing strategy comprises at least one of a regular expression strategy, a machine learning strategy, a style strategy and a special strategy.
9. An indexing device for a Word paper, comprising:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the method of any one of claims 1-4.
10. A computer-readable storage medium, having stored thereon a computer program;
the computer program, when executed by a processor, implementing the method of any one of claims 1-4.
CN201811282802.0A 2018-10-31 2018-10-31 Indexing method, device and equipment of Word thesis and storage medium Pending CN111199143A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811282802.0A CN111199143A (en) 2018-10-31 2018-10-31 Indexing method, device and equipment of Word thesis and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811282802.0A CN111199143A (en) 2018-10-31 2018-10-31 Indexing method, device and equipment of Word thesis and storage medium

Publications (1)

Publication Number Publication Date
CN111199143A true CN111199143A (en) 2020-05-26

Family

ID=70745943

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811282802.0A Pending CN111199143A (en) 2018-10-31 2018-10-31 Indexing method, device and equipment of Word thesis and storage medium

Country Status (1)

Country Link
CN (1) CN111199143A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040080135A (en) * 2003-03-11 2004-09-18 메디서프 주식회사 System and method for providing of journal information
CN101354759A (en) * 2007-07-23 2009-01-28 兰雨晴 Method and system of work process flow defining conversion based on element model
CN101937444A (en) * 2010-04-30 2011-01-05 绍兴易企信息科技有限公司 Textile raw material-oriented semantic-based data search engine
CN102207945A (en) * 2010-05-11 2011-10-05 天津海量信息技术有限公司 Knowledge network-based text indexing system and method
CN102855243A (en) * 2011-06-28 2013-01-02 北大方正集团有限公司 Method and device for extracting document structure
CN103177020A (en) * 2011-12-21 2013-06-26 北大方正集团有限公司 Issuing method and device of encyclopedia contents
CN103544074A (en) * 2012-07-09 2014-01-29 阿里巴巴集团控股有限公司 Method and device for verifying service
JP2015165279A (en) * 2014-03-03 2015-09-17 コニカミノルタ株式会社 Sheet conveying device and image forming apparatus
CN105573968A (en) * 2015-12-10 2016-05-11 天津海量信息技术有限公司 Text indexing method based on rules

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040080135A (en) * 2003-03-11 2004-09-18 메디서프 주식회사 System and method for providing of journal information
CN101354759A (en) * 2007-07-23 2009-01-28 兰雨晴 Method and system of work process flow defining conversion based on element model
CN101937444A (en) * 2010-04-30 2011-01-05 绍兴易企信息科技有限公司 Textile raw material-oriented semantic-based data search engine
CN102207945A (en) * 2010-05-11 2011-10-05 天津海量信息技术有限公司 Knowledge network-based text indexing system and method
CN102855243A (en) * 2011-06-28 2013-01-02 北大方正集团有限公司 Method and device for extracting document structure
CN103177020A (en) * 2011-12-21 2013-06-26 北大方正集团有限公司 Issuing method and device of encyclopedia contents
CN103544074A (en) * 2012-07-09 2014-01-29 阿里巴巴集团控股有限公司 Method and device for verifying service
JP2015165279A (en) * 2014-03-03 2015-09-17 コニカミノルタ株式会社 Sheet conveying device and image forming apparatus
CN105573968A (en) * 2015-12-10 2016-05-11 天津海量信息技术有限公司 Text indexing method based on rules

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
章成志等: "基于条件随机场的自动标引模型研究", 《中国图书馆学报》 *

Similar Documents

Publication Publication Date Title
Ngonga Ngomo On link discovery using a hybrid approach
WO2020135048A1 (en) Data merging method and apparatus for knowledge graph
US8219591B2 (en) Graph query adaptation
US10496624B2 (en) Index key generating device, index key generating method, and search method
WO2021174783A1 (en) Near-synonym pushing method and apparatus, electronic device, and medium
CN104715032A (en) Mapping system and method of Chinese and English table name and field name of report system
WO2019161645A1 (en) Shell-based data table extraction method, terminal, device, and storage medium
CN109753569A (en) A kind of method and device of polysemant discovery
CN110795526A (en) Mathematical formula index creating method and system for retrieval system
JP2020067971A (en) Information processing system and information processing method
CN111026815B (en) Entity pair specific relation extraction method based on user-assisted correction
CN109002425A (en) Acquisition methods, terminal device and the medium of enterprise's upstream-downstream relationship
Müller et al. A graph-based feature location approach using set theory
CN107704620A (en) A kind of method, apparatus of file administration, equipment and storage medium
JP7103763B2 (en) Information processing system and information processing method
CN110737432A (en) script aided design method and device based on root list
Chu et al. Automatic data extraction of websites using data path matching and alignment
CN117076727A (en) Query statement analysis method, device, equipment and storage medium
CN110110329B (en) Entity behavior extraction method and device, computer device and computer readable storage medium
CN110119410A (en) Processing method and processing device, computer equipment and the storage medium of reference book data
CN111199143A (en) Indexing method, device and equipment of Word thesis and storage medium
CN112639786A (en) Intelligent landmark
CN105095225A (en) Method and apparatus for obtaining file data
EP3992785A1 (en) Method and apparatus for acquiring command line multiway tree of data network device
CN113779200A (en) Target industry word stock generation method, processor and device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200526