基於python借助百度雲API對評論進行觀點抽取

2021-08-14 07:13:58 字數 1332 閱讀 2231

我們使用到的可選值是13,kindle屬於3c產品。

下面是**示例:

from aip import aipnlp

import csv

import pandas as pd

from pandas.core.frame import dataframe

api_key = '********'

secret_key = '********'

defoutput

(): urls =

with open('e:\\tb_iphone8.csv', "r") as f:

reader = csv.reader(f)

for row in reader:

return urls

defcommenttag

(): x = output()

all={}

abst=''

for i in range(10560):

text=x[i]

""" 如果有可選引數 """

# 可選引數為13表示利用了3c產品的語料庫

options = {}

options["type"] = 13

result=client.commenttag(text, options)

print(result)

if"error_code"

in result.keys():

abst+=''

all['abstract'] = abst

else:

data = result['items']

items = data[0]

abst += items['abstract']

all['abstract'] = abst

return abst

if __name__ == '__main__':

all=commenttag()

print(all)

得到的結果如下:

基於python的百度雲OCR 2

import base64 import requests class ocr object client id 為官網獲取的ak,client secret 為官網獲取的sk client id your key client secret your secret key def get toke...

百度雲推送

主要功能是 推送通知 推送訊息 推送富 特點 1 增強使用者粘性 保持與使用者的溝通,提高使用者活躍率。2 節約成本 省點 省流量。3 穩定 可靠。應用場景 單播訊息推送 1 向特定的終端推送訊息 通過客戶端api,先獲取終端的channel id,再向channel id推送訊息。2 向可定的使用...

百度雲推送

在ios開發中我們開發中往往離不開遠端推送,因為他能夠有提醒客戶自己的存在,且能夠通過訊息提醒來獲取使用者的回頭率。1.框架設計 操作步驟 配置 2.配置證書檔案 使用終端命令 key.p12檔案轉key.pem檔案 openssl pkcs12 nocerts out key.pem inkey....