CN110852620B - Logistics order processing method and device, electronic equipment and storage medium - Google Patents

Logistics order processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110852620B
CN110852620B CN201911099018.0A CN201911099018A CN110852620B CN 110852620 B CN110852620 B CN 110852620B CN 201911099018 A CN201911099018 A CN 201911099018A CN 110852620 B CN110852620 B CN 110852620B
Authority
CN
China
Prior art keywords
address
grid
target
road
address data
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
CN201911099018.0A
Other languages
Chinese (zh)
Other versions
CN110852620A (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.)
Shanghai Deqi Information Technology Co ltd
Original Assignee
Shanghai Deqi Information 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 Shanghai Deqi Information Technology Co ltd filed Critical Shanghai Deqi Information Technology Co ltd
Priority to CN201911099018.0A priority Critical patent/CN110852620B/en
Publication of CN110852620A publication Critical patent/CN110852620A/en
Application granted granted Critical
Publication of CN110852620B publication Critical patent/CN110852620B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06311Scheduling, planning or task assignment for a person or group
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/083Shipping
    • G06Q10/0832Special goods or special handling procedures, e.g. handling of hazardous or fragile goods

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Quality & Reliability (AREA)
  • Development Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Game Theory and Decision Science (AREA)
  • Educational Administration (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a method and a device for processing a logistics order, electronic equipment and a storage medium, and belongs to the technical field of Internet, wherein the method comprises the following steps: acquiring address data of a logistics order; determining a target grid corresponding to the geographic range containing address data according to the geographic range corresponding to each road grid; determining a target site corresponding to the jurisdictional grid containing the target grid according to the jurisdictional grid corresponding to each site; and pushing the logistics order to a terminal corresponding to the target site. Therefore, automatic distribution of the logistics orders is realized, order distribution efficiency is improved, and distribution error times are reduced.

Description

Logistics order processing method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of internet technologies, and in particular, to a method and an apparatus for processing a physical distribution order, an electronic device, and a computer readable storage medium.
Background
The developed express industry now goes into the life of everyone, and the aspects of the developed express industry relate to express, and also become a part of the life of a plurality of people. However, with the increase of express service, higher requirements are also put on express distribution.
Traditional express distribution is mostly manual distribution, and front-end pick-up stations and tail-end dispatch stations of the express are manually distributed by staff according to express bill addresses, so that the efficiency is low, and mistakes are easy to occur.
Disclosure of Invention
The embodiment of the application provides a processing method of a logistics order, which is used for realizing automatic allocation of the order, improving the efficiency and reducing sorting errors.
In one aspect, the present application provides a method for processing a physical distribution order, where the method includes:
acquiring address data of a logistics order;
determining a target grid corresponding to the geographic range containing the address data according to the geographic range corresponding to each road grid;
determining a target site corresponding to the jurisdictional grid containing the target grid according to the jurisdictional grid corresponding to each site;
and pushing the logistics order to a terminal corresponding to the target site.
In an embodiment, before determining the target grid corresponding to the geographic range including the address data according to the geographic range corresponding to each road grid, the method provided in the application further includes:
performing word segmentation processing on the address data to obtain a plurality of address vocabularies;
randomly combining the address vocabularies to obtain a plurality of combined addresses;
and matching each combined address with the address format according to a preset address format and the corresponding score of the address format, and screening out the combined address with the highest score as the address data.
In one embodiment, word segmentation is performed on the address data to obtain a plurality of address vocabularies, including:
and cutting the address data in a keyword matching mode to obtain a plurality of address vocabularies.
In an embodiment, the address vocabulary includes a ground vocabulary and a landmark vocabulary, and the splitting the address data by means of keyword matching to obtain a plurality of address vocabularies includes:
dividing the address data according to provinces, cities, regions, towns and roads to obtain a plurality of ground vocabulary;
and matching the word descriptions except the provinces, the cities, the regions, the towns and the roads with landmark words in a word stock to obtain a plurality of landmark words.
In an embodiment, the determining, according to the geographic range corresponding to each road grid, the target grid corresponding to the geographic range including the address data includes:
and matching the road number and the landmark corresponding to each road grid and the road number and the landmark carried by the address data to obtain the target grid corresponding to the address data.
In an embodiment, the determining, according to the jurisdictional grid corresponding to each site, the target site corresponding to the jurisdictional grid including the target grid includes:
and determining the target site corresponding to the target grid according to the grid number corresponding to each site and the number of the target grid.
In another aspect, the present application further provides a device for processing a physical distribution order, where the device includes:
the address data module is used for acquiring address data of the logistics order;
the grid determining module is used for determining a target grid corresponding to the geographic range containing the address data according to the geographic range corresponding to each road grid;
the site determining module is used for determining a target site corresponding to the jurisdictional grid containing the target grid according to the jurisdictional grid corresponding to each site;
and the order pushing module is used for pushing the logistics order to the terminal corresponding to the target site.
In an embodiment, the apparatus further includes:
the word segmentation processing module is used for carrying out word segmentation processing on the address data to obtain a plurality of address vocabularies;
the address combination module is used for randomly combining the address vocabularies to obtain a plurality of combined addresses;
and the address matching module is used for matching each combined address with the address format according to a preset address format and the corresponding score of the address format, and screening out the combined address with the highest score as the address data.
In another aspect, the present application further provides an electronic device, including:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to execute the processing method of the above-mentioned logistics order.
In addition, the application also provides a computer readable storage medium storing a computer program executable by a processor to perform the method of processing a logistics order as described above.
According to the technical scheme provided by the embodiment of the application, the target site responsible for the logistics order is determined based on the address data of the logistics order and the jurisdictional grid of each site, and the logistics order is pushed to the target site, so that automatic distribution of the logistics order is realized, order distribution efficiency is improved, and distribution error times are reduced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the following description will briefly explain the drawings that are required to be used in the embodiments of the present application.
Fig. 1 is an application scenario schematic diagram of a method for processing a logistics order according to an embodiment of the present application;
FIG. 2 is a flow chart of a method for processing a physical distribution order according to an embodiment of the present disclosure;
fig. 3 is a schematic diagram of dividing a road grid according to an embodiment of the present application;
FIG. 4 is a schematic flow chart of a method for processing a physical distribution order according to an embodiment of the present application based on the corresponding embodiment of FIG. 2;
fig. 5 is a block diagram of a processing device for a logistics order according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
Like reference numerals and letters denote like items in the following figures, and thus once an item is defined in one figure, no further definition or explanation thereof is necessary in the following figures.
Fig. 1 is a schematic application scenario of a method for processing a logistics order, where, as shown in fig. 1, the application scenario includes a server 110 and a plurality of user terminals 120, and the user terminals 120 may be considered as terminal devices held by a site manager. The server 110 is connected to the plurality of user terminals 120 through a wireless network. The user terminal 120 may be a personal computer (personal computer, PC), tablet, smart phone, personal digital assistant (personal digital assistant, PDA), or the like. The server 110 may be a server, a cluster of servers, or a cloud computing center.
The server 110 may determine a target site of the logistics order according to the address data of the logistics order by adopting the processing method of the logistics order provided by the present application, and then push the logistics order to the user terminal 120 corresponding to the target site.
The present application also provides an electronic device, which may be the server 110. As shown in fig. 1, the electronic device may include a processor 111; a memory 112 for storing instructions executable by the processor 111; wherein the processor 111 is configured to perform the method of processing a logistics order provided herein.
The Memory 112 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as static random access Memory (Static Random Access Memory, SRAM), electrically erasable Programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), erasable Programmable Read-Only Memory (Erasable Programmable Read Only Memory, EPROM), programmable Read-Only Memory (PROM), read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk, or optical disk.
The present application also provides a computer readable storage medium storing a computer program executable by the processor 111 to perform the method of processing a logistic order provided herein.
Fig. 2 is a flow chart of a method for processing a physical distribution order provided in the present application. The method may be performed by a server, as shown in fig. 2, and may include the following steps.
In step 210, address data for a physical distribution order is obtained.
The logistics order refers to a delivery task of various articles, such as express orders. Different logistics orders can be distinguished by order numbers. The address data of the logistics order can be stored in the server in advance and can be sent to the server by the external equipment.
The address data may include a sender address or a recipient address. In the picking-up stage, the address data can be the address of the sender, so that the target site corresponding to the address of the sender can be determined according to the address of the sender, and the logistics order is pushed to the terminal corresponding to the target site for display, thereby facilitating the courier of the target site to go to pick-up.
In the delivery process, the address data can be the address of the addressee, so that the server can determine the target site corresponding to the address data of the addressee according to the address of the addressee, push the logistics order to the terminal corresponding to the target site for display, and the delivery of the express order by the courier of the target site is facilitated.
In step 220, a target grid corresponding to the geographic range containing the address data is determined according to the geographic range corresponding to each road grid.
The road mesh refers to a polygonal area surrounded by roads. For example, as shown in fig. 3, the first longitudinal road 31, the second longitudinal road 32, the first transverse road 34, and the second transverse road 35 enclose a grid 1, the second longitudinal road 32, the third longitudinal road 33, the first transverse road 34, and the second transverse road 35 enclose a grid 2, and both the grid 1 and the grid 2 may be considered as road grids. The roads may divide the map into grids.
The geographic range refers to an area contained in each road grid. For example, the road network 1 may include geographic areas such as free roads 1-10, beijing building, great wall building, open building, happy cell, etc. The geographic range corresponding to each road grid can be configured and stored in advance at the server.
The target grid is a road grid which is searched from all road grids, and the geographic range contains address data. For example, assuming that the address data carries a great wall building and the geographic range of the road network 1 includes the great wall building, the geographic range of the road network 1 may be considered to include the address data, and the road network 1 belongs to the target network. For example, assuming that the address data carries the free road No. 2 and the geographical range of the road network 1 includes the free road No. 2, the geographical range of the road network 1 may be considered to include the address data, and the road network 1 belongs to the target network.
In one embodiment, the step 220 specifically includes: and matching the road number and the landmark corresponding to each road grid and the road number and the landmark carried by the address data to obtain the target grid corresponding to the address data.
The road number refers to the number of the building on the road, such as the liberation road number 5, the liberation road number 6, the welcome road number 9, the welcome road number 10, and the like. Landmarks refer to building names such as XX mansion, XX office, XX library, XX store, XX hospital, XX school, etc. The server may store the road number and the landmark corresponding to each road grid in advance. Assuming that the road number carried by the address data is the road number A and the landmark is the landmark B, the server can compare the road number A and the landmark B carried by the address data with the road number and the landmark corresponding to each road grid to find the road grid carrying the road number A and the landmark B. The road mesh may be regarded as a target mesh corresponding to the address data obtained by the matching.
In step 230, a target site corresponding to the jurisdictional grid including the target grid is determined according to the jurisdictional grid corresponding to each site.
The site can be an express delivery business unit or a transfer station. The jurisdictional grid corresponding to the site is a road grid which is responsible for logistics order pickup and distribution tasks by the site. The targeted site is the business or transfer station selected from all sites and responsible for the logistics order in step 210. The user can configure the jurisdictional grid corresponding to each site in advance and store the jurisdictional grid by the server, so that the server can find the site corresponding to the target grid from all the sites, namely the target site.
In one embodiment, the step 230 specifically includes: and determining the target site corresponding to the target grid according to the grid number corresponding to each site and the number of the target grid.
Each road grid has a number corresponding to each road grid, which in turn may be 0001, 0002, 0003, … …, the grid number referring to the number corresponding to each road grid. The jurisdictional grid corresponding to each site may be represented by a grid number, and each site may be represented by a one-to-one number, e.g., the jurisdictional grid of site 1 may be grids 0001, 0002, 0003. Assuming that the number of the target mesh is 0002, it can be determined that the target site corresponding to the target mesh is site 1. Therefore, when the number of the road grids is large, the distinction between different road grids is convenient, and the target sites corresponding to the target grids are rapidly determined.
In step 240, the physical distribution order is pushed to a terminal corresponding to the target site.
The logistic order may include an order number, a recipient address, and a sender address. The terminal corresponding to the target site can be terminal equipment held by a manager of the target site, or can be terminal equipment held by all couriers of the target site. Based on the target site determined by the steps, the server can send the logistics order to the terminal corresponding to the target site, so that the terminal can display the logistics order, and a user of the terminal can conveniently process the logistics order.
According to the technical scheme provided by the embodiment of the application, the target site responsible for the logistics order is determined based on the address data of the logistics order and the jurisdictional grid of each site, and the logistics order is pushed to the target site, so that automatic distribution of the logistics order is realized, order distribution efficiency is improved, and distribution error times are reduced.
In an embodiment, before the step 220, as shown in fig. 4, the method provided in the present application further includes the following steps.
In step 410, word segmentation is performed on the address data to obtain a plurality of address vocabularies.
The word segmentation process refers to dividing the address data into words, for example, a Chinese word segmentation algorithm can be used to divide the address data. The address vocabulary is obtained by dividing address data and used for representing the address.
In an embodiment, the address data may be segmented by means of keyword matching, so as to obtain a plurality of address vocabularies.
For example, the server may store a vocabulary library. The keyword matching method may be to segment the text sequence of the address data according to the vocabulary in the vocabulary library, so as to segment the address data into a plurality of address vocabularies.
In one embodiment, the address vocabulary may include a ground level vocabulary and a landmark vocabulary. The address data is segmented in a keyword matching mode to obtain a plurality of address vocabularies, and the method can comprise the following steps.
And cutting the address data according to provinces, cities, regions, towns and roads to obtain a plurality of ground vocabulary. And matching the word descriptions except the provinces, the cities, the regions, the towns and the roads with landmark words in a word stock to obtain a plurality of landmark words.
Wherein, the ground vocabulary can be XX province, XX city, XX region, XX town and XX road numbers. The server side can segment the address data according to keywords such as province, city, district, town and road, and the like, so as to obtain information of each level of province, city, district, town and road contained in the address data.
The landmark term refers to a term used to characterize a building name, such as XX building, XX hospital, etc. The server can store names of different buildings in a word stock in advance. For the word descriptions except provinces, cities, regions, towns and roads, the word descriptions can be compared with landmark words in word stock, and the landmark words contained in the word descriptions are determined, so that a plurality of landmark words are obtained. The text descriptions that are not matched can be removed as needed.
In step 420, the address vocabularies are randomly combined to obtain a plurality of combined addresses.
Wherein, the random combination can be any combination of two, three or more address vocabularies. The combined address refers to a new address obtained by combining any address vocabulary.
In step 430, each combined address is matched with the address format according to the preset address format and the corresponding score of the address format, and the combined address with the highest score is screened out as the address data.
The server may store in advance a plurality of standard address formats, and a score corresponding to each address format. For example, the address format for the town+way+way number+landmark may be set to 100 minutes. If the road number is the town plus road number, no landmark can be set to 90 minutes; if the road number is the town + landmark, no road and no road number can be set to 80 minutes. If the road is plus road number plus landmark, no town can be set to 70 minutes. If the road number is plus the landmark, no town exists and the road can be set to 60 minutes.
For each combined address, the server can match the combined address with the configured address format, and find out the address format matched with the combined address. Further, the combined address correspondence score may be determined based on the scores for each address format. By such pushing, the server can determine the address format corresponding to each combined address, and further determine the score corresponding to each combined address. The combined address with the highest score may be considered the optimal address, which may be used as the address data for the destination grid in the subsequent step 220. By processing the address data through the steps, more accurate address data can be obtained, and the target site to which the logistics order belongs can be accurately positioned.
The following is an embodiment of a method for processing a physical distribution order that may be executed by the server according to the present application. For details not disclosed in the device embodiment of the present application, please refer to an embodiment of the method for processing a physical distribution order of the present application.
FIG. 5 is a block diagram of a processing device for a physical distribution order according to one embodiment of the present application. As shown in fig. 5, the processing device for a physical distribution order may include: an address data module 510, a grid determination module 520, a site determination module 530, and an order push module 540.
An address data module 510, configured to obtain address data of a logistics order;
the grid determining module 520 is configured to determine, according to the geographic range corresponding to each road grid, a target grid corresponding to the geographic range containing the address data;
a site determining module 530, configured to determine, according to the jurisdictional grid corresponding to each site, a target site corresponding to the jurisdictional grid including the target grid;
and the order pushing module 540 is configured to push the logistics order to a terminal corresponding to the target site.
In an embodiment, the processing device of the above-mentioned logistics order may further include the following modules.
And the word segmentation processing module is used for carrying out word segmentation processing on the address data to obtain a plurality of address vocabularies.
And the address combination module is used for randomly combining the plurality of address vocabularies to obtain a plurality of combined addresses.
And the address matching module is used for matching each combined address with the address format according to a preset address format and the corresponding score of the address format, and screening out the combined address with the highest score as the address data.
In an embodiment, the word segmentation processing module is specifically configured to segment the address data in a keyword matching manner, so as to obtain a plurality of address vocabularies.
In an embodiment, the address vocabulary includes a ground vocabulary and a landmark vocabulary, and the word segmentation processing module includes: the ground level segmentation module and the landmark segmentation module.
And the ground segmentation module is used for segmenting the address data according to provinces, cities, regions, towns and roads to obtain a plurality of ground vocabularies.
And the landmark segmentation module is used for matching the word descriptions except the provinces, the cities, the regions, the towns and the roads with landmark words in the word stock to obtain a plurality of landmark words.
In one embodiment, the grid determination module is specifically configured to: and matching the road number and the landmark corresponding to each road grid and the road number and the landmark carried by the address data to obtain the target grid corresponding to the address data.
In one embodiment, the station determining module is specifically configured to: and determining the target site corresponding to the target grid according to the grid number corresponding to each site and the number of the target grid.
The implementation process of the functions and roles of each module in the device is specifically shown in the implementation process of the corresponding steps in the processing method of the logistics order, and is not repeated here.
In the several embodiments provided in the present application, the disclosed apparatus and method may be implemented in other manners. The apparatus embodiments described above are merely illustrative, for example, flow diagrams and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, the functional modules in the embodiments of the present application may be integrated together to form a single part, or each module may exist alone, or two or more modules may be integrated to form a single part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored on a computer readable storage medium. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods of the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.

Claims (6)

1. A method of processing a physical distribution order, the method comprising:
acquiring address data of a logistics order;
performing word segmentation processing on the address data to obtain a plurality of address vocabularies;
randomly combining the address vocabularies to obtain a plurality of combined addresses;
according to a preset address format and a score corresponding to the address format, matching each combined address with the address format, and screening out the combined address with the highest score as an optimal address;
determining a target grid corresponding to the geographic range containing the optimal address according to the geographic range corresponding to each road grid;
determining a target site corresponding to the jurisdictional grid containing the target grid according to the jurisdictional grid corresponding to each site;
pushing the logistics order to a terminal corresponding to the target site;
the word segmentation processing is carried out on the address data to obtain a plurality of address vocabularies, including:
splitting the address data in a keyword matching mode to obtain a plurality of address vocabularies;
the address vocabulary comprises a ground vocabulary and a landmark vocabulary, the address data is segmented in a keyword matching mode to obtain a plurality of address vocabularies, and the method comprises the following steps:
dividing the address data according to provinces, cities, regions, towns and roads to obtain a plurality of ground vocabulary;
and matching the word descriptions except the provinces, the cities, the regions, the towns and the roads with landmark words in a word stock to obtain a plurality of landmark words.
2. The method according to claim 1, wherein determining the target grid corresponding to the geographic range containing the optimal address according to the geographic range corresponding to each road grid comprises:
and matching the road number and the landmark corresponding to each road grid and the road number and the landmark carried by the optimal address to obtain the target grid corresponding to the optimal address.
3. The method of claim 1, wherein the determining, according to the jurisdictional grid corresponding to each site, the target site corresponding to the jurisdictional grid including the target grid comprises:
and determining the target site corresponding to the target grid according to the grid number corresponding to each site and the number of the target grid.
4. A device for processing a logistic order, the device comprising:
the address data module is used for acquiring address data of the logistics order;
the word segmentation processing module is used for carrying out word segmentation processing on the address data to obtain a plurality of address vocabularies, and comprises the following steps: splitting the address data in a keyword matching mode to obtain a plurality of address vocabularies; the address vocabulary comprises a ground vocabulary and a landmark vocabulary, and the address data is segmented according to provinces, cities, regions, towns and roads to obtain a plurality of ground vocabulary; matching the word descriptions except the provinces, the cities, the regions, the towns and the roads with landmark words in a word stock to obtain a plurality of landmark words; the address combination module is used for randomly combining the address vocabularies to obtain a plurality of combined addresses;
the address matching module is used for matching each combined address with the address format according to a preset address format and the corresponding score of the address format, and screening out the combined address with the highest score as the optimal address;
the grid determining module is used for determining a target grid corresponding to the geographic range containing the optimal address according to the geographic range corresponding to each road grid;
the site determining module is used for determining a target site corresponding to the jurisdictional grid containing the target grid according to the jurisdictional grid corresponding to each site;
and the order pushing module is used for pushing the logistics order to the terminal corresponding to the target site.
5. An electronic device, the electronic device comprising:
a processor;
a memory for storing processor-executable instructions;
wherein the processor is configured to perform the method of processing a logistics order of any one of claims 1-3.
6. A computer readable storage medium, wherein the storage medium stores a computer program executable by a processor to perform the method of processing a logistics order of any one of claims 1-3.
CN201911099018.0A 2019-11-12 2019-11-12 Logistics order processing method and device, electronic equipment and storage medium Active CN110852620B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911099018.0A CN110852620B (en) 2019-11-12 2019-11-12 Logistics order processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911099018.0A CN110852620B (en) 2019-11-12 2019-11-12 Logistics order processing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110852620A CN110852620A (en) 2020-02-28
CN110852620B true CN110852620B (en) 2024-03-05

Family

ID=69600103

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911099018.0A Active CN110852620B (en) 2019-11-12 2019-11-12 Logistics order processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110852620B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112200622A (en) * 2020-09-14 2021-01-08 深圳市华拓谷科技有限公司 Method for automatically verifying and auditing cross-border e-commerce order
CN112184102A (en) * 2020-09-14 2021-01-05 深圳市睿搏科技集团有限公司 Method for automatically distributing logistics in end process of cross-border e-commerce orders

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001265658A (en) * 2000-03-06 2001-09-28 Kenji Ko Nonvolatile preservation device content secrecy keeping method and nonvolatile preservation device content secrecy keeping structure
CN104156843A (en) * 2014-08-08 2014-11-19 上海新跃物流企业管理有限公司 Logistics distribution management system and logistics distribution management method
CN104166679A (en) * 2014-07-08 2014-11-26 北京迪威特科技有限公司 Address matching method for sorting
CN104484790A (en) * 2014-12-26 2015-04-01 清华大学深圳研究生院 Address match method and device of logistics business
CN105022748A (en) * 2014-04-28 2015-11-04 北京图盟科技有限公司 Waybill address classified method and apparatus
CN105512121A (en) * 2014-09-23 2016-04-20 北京汇通天下物联科技有限公司 Address query method based on keyword
CN105630765A (en) * 2015-12-21 2016-06-01 浙江万里学院 Place name address identifying method
CN105750208A (en) * 2016-05-09 2016-07-13 苏州派客信息服务有限公司 Automatic express package sorting method and system based on district classification
CN106372821A (en) * 2015-07-21 2017-02-01 阿里巴巴集团控股有限公司 Method and apparatus for determining service site information
CN106651247A (en) * 2016-11-16 2017-05-10 成都地图慧科技有限公司 Address area block matching method based on GIS topology analysis and address area block matching system thereof
CN106651248A (en) * 2016-11-17 2017-05-10 安徽云匠信息科技有限公司 Internet of Things-based intelligent logistics distribution system
CN109299402A (en) * 2018-07-23 2019-02-01 广州都市圈网络科技有限公司 Based on the pre-staged address matching method of element
CN109684624A (en) * 2017-10-18 2019-04-26 北京京东尚科信息技术有限公司 A kind of method and apparatus in automatic identification Order Address road area

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001265658A (en) * 2000-03-06 2001-09-28 Kenji Ko Nonvolatile preservation device content secrecy keeping method and nonvolatile preservation device content secrecy keeping structure
CN105022748A (en) * 2014-04-28 2015-11-04 北京图盟科技有限公司 Waybill address classified method and apparatus
CN104166679A (en) * 2014-07-08 2014-11-26 北京迪威特科技有限公司 Address matching method for sorting
CN104156843A (en) * 2014-08-08 2014-11-19 上海新跃物流企业管理有限公司 Logistics distribution management system and logistics distribution management method
CN105512121A (en) * 2014-09-23 2016-04-20 北京汇通天下物联科技有限公司 Address query method based on keyword
CN104484790A (en) * 2014-12-26 2015-04-01 清华大学深圳研究生院 Address match method and device of logistics business
CN106372821A (en) * 2015-07-21 2017-02-01 阿里巴巴集团控股有限公司 Method and apparatus for determining service site information
CN105630765A (en) * 2015-12-21 2016-06-01 浙江万里学院 Place name address identifying method
CN105750208A (en) * 2016-05-09 2016-07-13 苏州派客信息服务有限公司 Automatic express package sorting method and system based on district classification
CN106651247A (en) * 2016-11-16 2017-05-10 成都地图慧科技有限公司 Address area block matching method based on GIS topology analysis and address area block matching system thereof
CN106651248A (en) * 2016-11-17 2017-05-10 安徽云匠信息科技有限公司 Internet of Things-based intelligent logistics distribution system
CN109684624A (en) * 2017-10-18 2019-04-26 北京京东尚科信息技术有限公司 A kind of method and apparatus in automatic identification Order Address road area
CN109299402A (en) * 2018-07-23 2019-02-01 广州都市圈网络科技有限公司 Based on the pre-staged address matching method of element

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
吕欢欢 ; 宋伟东 ; .多元地址要素组合的地址匹配方法.测绘科学.2015,(第03期),全文. *

Also Published As

Publication number Publication date
CN110852620A (en) 2020-02-28

Similar Documents

Publication Publication Date Title
CN107656913B (en) Map interest point address extraction method, map interest point address extraction device, server and storage medium
US11550826B2 (en) Method and system for generating a geocode trie and facilitating reverse geocode lookups
CN110851552A (en) Automatic distribution method and device of logistics orders, electronic equipment and storage medium
CN110008300B (en) Method and device for determining alias of POI (Point of interest), computer equipment and storage medium
CN108628811B (en) Address text matching method and device
CN108256718B (en) Policy service task allocation method and device, computer equipment and storage equipment
CN110852620B (en) Logistics order processing method and device, electronic equipment and storage medium
US20150261786A1 (en) Density-based dynamic geohash
CN111931077B (en) Data processing method, device, electronic equipment and storage medium
CN114492438A (en) Address standardization method based on knowledge graph and natural language processing technology
CN111291099B (en) Address fuzzy matching method and system and computer equipment
CN110990520A (en) Address coding method and device, electronic equipment and storage medium
CN112835899A (en) Address library indexing method, address matching method and related equipment
CN111382138B (en) POI data processing method, device, equipment and medium
WO2015166352A2 (en) Techniques for synchronized address coding and print sequencing
CN111538796A (en) Address normalization processing method, device, equipment and storage medium
CN116150355A (en) Category classification method, text classification method and device, electronic equipment and medium
US20220188292A1 (en) Data processing method, apparatus, electronic device and readable storage medium
CN112287671A (en) Simhash-based address resolution method and system
CN113590781A (en) Terminal express delivery code prediction method and system, electronic device and readable storage medium
CN111475742A (en) Address extraction method and device
CN109241208B (en) Address positioning method, address monitoring method, information processing method and device
CN113190676A (en) Method and device for extracting address keywords
US11232135B2 (en) Methods and system of using N-gram analysis to discover points of interest in a given geographic region
CN105786922B (en) Method and device for determining missing electronic map data

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