我嘗試在本地配置此存儲庫當(dāng)我嘗試執(zhí)行此命令時python feature_extraction.py -t 1 [-nlon] -i mairesse_Apache.arff,我了解到需要一個更精細(xì)的命名結(jié)果這是我用于測試的 mailcorpus.json 文件:[ { "id":12, "mailing_list_url":"12", "type_of_recipient":"From", "email_address":"test@test.org", "message_body":"Here is one text to test sentiment and feel happy", "is_response_of":"before" }, { "id":21, "mailing_list_url":"21", "type_of_recipient":"From", "email_address":"test@gmail.com", "message_body":"Here is one text to test sentiment and feel happy and feel fine", "is_response_of":"before" }, { "id":21, "mailing_list_url":"23", "type_of_recipient":"From", "email_address":"23@gmail.com", "message_body":"Not feel so good for this code", "is_response_of":"after" }]存儲庫中有一個名為骨架的示例,并且具有此結(jié)構(gòu)[ { "id_test": "uid", "time": "mm:ss", "email": "email@ddress\t", "extraversion": 1.0, "coscientiousness": 2.0, "agreeableness": 3.0, "openness": 4.0, "neuroticism": 5.0 }, ...]是否知道如何為我的 mailcorpus.json 文件接收此結(jié)果文件?
1 回答

ITMISS
TA貢獻(xiàn)1871條經(jīng)驗(yàn) 獲得超8個贊
您的鏈接中提供的存儲庫似乎不是供公眾使用的。您列出的文件示例實(shí)際上不是輸出,而是輸入(并且存儲庫中沒有用于轉(zhuǎn)儲 json 的代碼)。我不希望您能夠運(yùn)行代碼。
In the data/ folder, you will also find:
the training_data.rda model from the NLoN R package;
the skeleton of the json that will contain the responses from the mini-IPIP test taken by your subjects.
在這種情況下,您可能需要自己管理 mini-IPIP 測試。
添加回答
舉報(bào)
0/150
提交
取消