File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 11
22[ ![ Project stage] ( https://img.shields.io/badge/Project%20Stage-Production%20Ready-brightgreen.svg )] ( https://github.com/bitlap/bitlap/wiki/Project-Stages )
33[ ![ Java 8 CI] ( https://github.com/IceMimosa/geocoding/actions/workflows/java8.yml/badge.svg )] ( https://github.com/IceMimosa/geocoding/actions/workflows/java8.yml )
4- [ ![ Maven Central] ( https://img.shields.io/maven-central/v /org.bitlap/geocoding )] ( https://search.maven.org/search?q=g:%22org.bitlap%22%20AND%20a:%22geocoding%22 )
4+ [ ![ Maven Central] ( https://central.sonatype.com/artifact /org.bitlap/geocoding )] ( https://search.maven.org/search?q=g:%22org.bitlap%22%20AND%20a:%22geocoding%22 )
55
66# 介绍
77本项目旨在将不规范(或者连续)的文本地址进行尽可能的** 标准化** , 以及对两个地址进行** 相似度的计算** 。
1010 * 地址标准库
1111 * 地址标准化
1212 * 相似度计算
13- ## maven依赖
14- https://central.sonatype.com/artifact/org.bitlap/geocoding
13+
14+ ## pom
15+
16+ ``` xml
17+ <dependencies >
18+ <dependency >
19+ <!-- 从1.2.0开始迁移到bitlap,原groupId: io.patamon.geocoding -->
20+ <groupId >org.bitlap</groupId >
21+ <artifactId >geocoding</artifactId >
22+ <version >1.3.1</version >
23+ </dependency >
24+ </dependencies >
25+ ```
1526
1627# 1. 数据测试
1728
@@ -132,9 +143,8 @@ Address(
132143
133144## 2.1 标准地址库
134145项目目前采用的是 [ 淘宝物流4级地址] [ 1 ] 的标准地址库, 也可以采用` 国家的标准地址库 ` (对应的github库, [ 中国5级行政区域mysql库] [ 3 ] ).
135-
136- * [ 国家标准地址库2023] ( http://www.stats.gov.cn/sj/tjbz/tjyqhdmhcxhfdm/2023/ )
137- * [ 国家标准地址库2021] ( http://www.stats.gov.cn/sj/tjbz/tjyqhdmhcxhfdm/2021/ )
146+ * [ 国家标准地址库2023] ( http://www.stats.gov.cn/sj/tjbz/tjyqhdmhcxhfdm/2023 )
147+ * [ 国家标准地址库2021] ( http://www.stats.gov.cn/sj/tjbz/tjyqhdmhcxhfdm/2021 )
138148
139149### 导入中国5级行政区域mysql库注意事项
140150
You can’t perform that action at this time.
0 commit comments