thefunpower / baidu_nlp
baidu pulic ai php sdk
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/thefunpower/baidu_nlp
Requires
- php: >=5.3.3
README
在composer.json中添加
"thefunpower/baidu_nlp": "dev-main"
配置
baidu_nlp_app_id
baidu_nlp_app_key
baidu_nlp_app_secret
使用
$client = get_baidu_nlp();
$text = "上海市浦东新区纳贤路701号百度上海研发中心 F4A000 张三";
// 调用地址识别接口
$res = $client->address($text);
收货地址
get_baidu_nlp_address($address)
| 字段 | 说明 |
|---|---|
| province | 省 |
| city | 市 |
| region | 区 |
| street | 详细地址 |
| mobile | 手机号 |
| name | 姓名 |