当前位置:网站首页>一行代码实现地址信息解析
一行代码实现地址信息解析
2022-07-06 17:04:00 【朱卫军】
*本文完整示例代码及文件已上传至我的Github仓库https://github.com/CNFeffery/PythonPracticalSkills*
这是我的系列文章「「Python实用秘技」」的第8期,本系列立足于笔者日常工作中使用Python积累的心得体会,每一期为大家带来一个几分钟内就可学会的简单小技巧。
作为系列第8期,我们即将学习的是:一行代码解析地址信息。
在日常数据处理的过程中,有时候拿到手的是完整的地址信息,如果需要从地址信息中解析出相应的各级行政单元名称,方式有很多,而今天要介绍的方式只需要一行代码即可快速实现。
首先我们需要安装jionlp这个非常好用的文本预处理工具包,建议使用国内镜像安装:
pip install jionlp -i https://pypi.douban.com/simple/
安装完成后,只需要使用其parse_location()接口即可进行地址信息的解析,且具有多种不同的功能:
- 基础的省市区信息提取
- 街镇乡、村或居委会信息提取
通过设置参数town_village=True,还可以额外尝试提取出街镇乡、村或居委会信息等级别的信息字段:
- 自动补全省市信息
若地址信息中缺失省市信息也无妨,在不存在歧义的情况下,parse_location()会自动关联并补全相关信息:
除此之外,parse_location()还具有旧地名修正为新地名、自定义行政区划词典等功能,你可以在其官方文档https://github.com/dongrixinyu/JioNLP/wiki/Gadget-说明文档#地址解析中了解更多。
本期分享结束,咱们下回见~
边栏推荐
- 英雄联盟|王者|穿越火线 bgm AI配乐大赛分享
- AI超清修复出黄家驹眼里的光、LeCun大佬《深度学习》课程生还报告、绝美画作只需一行代码、AI最新论文 | ShowMeAI资讯日报 #07.06
- Threejs image deformation enlarge full screen animation JS special effect
- Alexnet experiment encounters: loss Nan, train ACC 0.100, test ACC 0.100
- Advantages and disadvantages of code cloning
- Equals() and hashcode()
- Encryption algorithm - password security
- Learn to use code to generate beautiful interface documents!!!
- Three methods to realize JS asynchronous loading
- Model-Free Prediction
猜你喜欢

【批处理DOS-CMD命令-汇总和小结】-字符串搜索、查找、筛选命令(find、findstr),Find和findstr的区别和辨析

Deep learning environment configuration jupyter notebook

【软件逆向-自动化】逆向工具大全

5种不同的代码相似性检测,以及代码相似性检测的发展趋势

三维扫描体数据的VTK体绘制程序设计

一图看懂对程序员的误解:西方程序员眼中的中国程序员

Zynq transplant ucosiii

深度学习之环境配置 jupyter notebook

Idea automatically imports and deletes package settings

threejs图片变形放大全屏动画js特效
随机推荐
代码克隆的优缺点
Learn to use code to generate beautiful interface documents!!!
Leetcode(547)——省份数量
什么是时间
【vulnhub】presidential1
Advantages and disadvantages of code cloning
The programmer resigned and was sentenced to 10 months for deleting the code. Jingdong came home and said that it took 30000 to restore the database. Netizen: This is really a revenge
深度学习之线性代数
Advanced learning of MySQL -- basics -- multi table query -- subquery
QT tutorial: creating the first QT program
Configuring OSPF basic functions for Huawei devices
Zynq transplant ucosiii
JWT signature does not match locally computed signature. JWT validity cannot be asserted and should
equals()与hashCode()
37 pages Digital Village revitalization intelligent agriculture Comprehensive Planning and Construction Scheme
Linear algebra of deep learning
2022/2/12 summary
基於GO語言實現的X.509證書
Personal digestion of DDD
How to judge whether an element in an array contains all attribute values of an object