Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

地址解析bug #21

Closed
jiangno111 opened this issue Jan 7, 2019 · 1 comment
Closed

地址解析bug #21

jiangno111 opened this issue Jan 7, 2019 · 1 comment

Comments

@jiangno111
Copy link

{'省': '', '市': '', '区': '', '地址': '云南省楚雄彝族自治州得3434343'}

@DQinYuan
Copy link
Owner

让cut参数为False可以解决问题

import cpca
cpca.transform(['云南省楚雄彝族自治州得3434343'], cut=False)

输出:

     省         市                           区        地址
0  云南省  楚雄彝族自治州                 得3434343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants