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

请问如何添加地址 #16

Open
x2584179909 opened this issue Oct 31, 2018 · 4 comments
Open

请问如何添加地址 #16

x2584179909 opened this issue Oct 31, 2018 · 4 comments

Comments

@x2584179909
Copy link

我发现对香港和澳门及台湾的匹配有些问题,同时我有对国外数据进行匹配的需求,我组建了自己的地址表,如何添加到此模块?

@DQinYuan
Copy link
Owner

能把匹配的有问题的地址贴出来一些吗?

你自己组建的地址表是什么格式呢?目前没有自己添加地址的功能,你们一般地址表用的什么格式,我下一版增加这个功能。

@x2584179909
Copy link
Author

香港匹配出来的是香港,而不是香港特别行政区
地址我这用的是dict格式
{
"Province" : "加利福尼亚州",
"City" : "旧金山",
"district" : "-1",
"newName" : "-1",
"Country" : "美国",
"SightZone" : "-1",
"data" : "北美洲美国加利福尼亚州旧金山-1-1",
"Continent" : "北美洲"
}
请对匹配提出建议

@DQinYuan
Copy link
Owner

目前香港澳门的问题以及解决了:

import cpca
cpca.transform(["香港", "澳门"])

输出:

         省                   市                        区 地址
0  香港特别行政区  香港特别行政区
1  澳门特别行政区  澳门特别行政区

@DQinYuan
Copy link
Owner

至于自己添加数据的功能,还在开发中,目前的话可以考虑把代码clone下来,把数据按照格式补充进cpca/resources/pca.csv即可

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