itam-assistant 0.1.6__py3-none-any.whl → 0.1.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
itam_assistant/do_ai.py CHANGED
@@ -334,12 +334,12 @@ def do_metricsevaluation_list(collections,data,score_threshold):
334
334
  """
335
335
  info = {
336
336
  "input": {
337
- "用户输入/userInput": "我要申请软件,名字叫:ai_xzh_all_restricted_software完全受限软件"
337
+ "用户输入/userInput": "测试数据"
338
338
  },
339
339
  "output": {
340
- "用户输入/output": "我要申请软件,名字叫:ai_xzh_all_restricted_software完全受限软件"
340
+ "用户输入/output": "测试数据"
341
341
  },
342
- "rt": True,
342
+ "rt": False,
343
343
  "label": [{"label": "测试"}, {"label": "测试"}],
344
344
  "exp": [{"label": "测试"}, {"label": "测试" }],
345
345
  "artificial": []
@@ -348,21 +348,15 @@ def do_metricsevaluation_list(collections,data,score_threshold):
348
348
  businessscenario = []
349
349
  for i in collections:
350
350
  for j in data:
351
- if i['content'] == j['用户输入/userInput']:
352
- info = {
353
- "input": {},
354
- "output": {},
355
- "rt": False,
356
- "label": [{"label": "测试"}, {"label": "测试"}],
357
- "exp": [{"label": "测试",}, {"label": "测试"}],
358
- "artificial": []
359
- }
360
- info['input']['用户输入/userInput'] = i['ext']['output']
351
+ cleaned_content = i['content'].replace('\r', '').replace('\n', '').replace('\\', '')
352
+ cleaned_userInput = j['用户输入/userInput'].replace('\r', '').replace('\n', '').replace('\\', '')
353
+ if cleaned_content == cleaned_userInput:
354
+ info['input']['用户输入/userInput'] = i['ext']['input']
361
355
  info['output']['用户输入/output'] = "对话id:"+j['对话日志/intentID']+" 对话内容:"+j['用户输入/userInput']
362
356
  if i['ext']['BPO标注-AP-分发技能'] != '' and i['ext']['BPO标注-AP-分发技能'] in j['分发技能/skill'][0]:
363
357
  info['rt'] = True
364
358
  info['label'] = [{'label': j['分发技能/skill'][0]}]
365
- info['exp'] = [{'label': j['分发技能/skill'][0]}]
359
+ info['exp'] = [{'label': i['ext']['BPO标注-AP-分发技能']}]
366
360
  info['artificial'] = info['exp']
367
361
  else:
368
362
  info['rt'] = False
@@ -373,8 +367,9 @@ def do_metricsevaluation_list(collections,data,score_threshold):
373
367
  businessscenario.append(i['ext']['BPO标注-AP-分发技能'])
374
368
  #将data中的j删除
375
369
  data.remove(j)
370
+ info_list.append(copy.deepcopy(info))
371
+ print(info)
376
372
  break
377
- info_list.append(copy.deepcopy(info))
378
373
  return info_list,businessscenario
379
374
 
380
375
 
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: itam-assistant
3
- Version: 0.1.6
4
- Summary: 优化版本--查询的数据列表
3
+ Version: 0.1.7
4
+ Summary: 优化版本--技能分发的结果展示
5
5
  Home-page: https://github.com/liujunmeiD/itam_assistant
6
6
  Author: liujunmeiD
7
7
  Author-email: 1105030421@qq.com
@@ -10,7 +10,7 @@ it_assistant/test.py,sha256=qGSihMYmtZkz_vifwEOz579f_wPBJAx5_rz1sABUyo4,581
10
10
  itam_assistant/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  itam_assistant/ailyapp_client.py,sha256=w-ihtcmRgOQCgWK0jB8eHGCikjo1tbre3xCiEKhLrUA,6357
12
12
  itam_assistant/config.py,sha256=L_5grm2ZWwg_S1JTOU6XLhQ5GPeYJaBFBLwzP2JA5Ys,5498
13
- itam_assistant/do_ai.py,sha256=_DLst59HoHjcQi2KJM1vPHqvXLcIAQDcMqF9KRywM_c,41809
13
+ itam_assistant/do_ai.py,sha256=vFb2UJ14euS4U8PNm5tPZZJtICHg9h0eEPBpe8VwppM,41597
14
14
  itam_assistant/intent_detail.py,sha256=hmEj1KpcuKNvsoBZmn5PnbsBIIx6XGmQBJWdW_ICFmg,16831
15
15
  itam_assistant/lark_client.py,sha256=ZVDsdt7ucQvJN1-khC3TR-0IMeYaQXfdWF5DxRrkBH4,6665
16
16
  itam_assistant/logger.py,sha256=W3-tbQ4J-QKSrQSpaNBruzoyMuWYrUkrIY0uBZ1o-lw,1583
@@ -22,7 +22,7 @@ main/do_ai.py,sha256=nDn0dGf_EYBnlVE4OHIMqRDnvWnnH0otWS6FxJ4lg-o,6876
22
22
  main/intent_detail.py,sha256=Fo76c4BpGya-znCnKH7YAcr_2UJtbi3WPQN-PwtVsXc,18533
23
23
  main/lark_client.py,sha256=ZVDsdt7ucQvJN1-khC3TR-0IMeYaQXfdWF5DxRrkBH4,6665
24
24
  main/logger.py,sha256=W3-tbQ4J-QKSrQSpaNBruzoyMuWYrUkrIY0uBZ1o-lw,1583
25
- itam_assistant-0.1.6.dist-info/METADATA,sha256=jZXpYmt5RzVchDMhGq2ql2gt3Q_aplhDp78UJIoMwx8,550
26
- itam_assistant-0.1.6.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
27
- itam_assistant-0.1.6.dist-info/top_level.txt,sha256=KpZA4H04XBVAB3NLq0AAEOrAGEurwMnWw41AhJVqVFI,15
28
- itam_assistant-0.1.6.dist-info/RECORD,,
25
+ itam_assistant-0.1.7.dist-info/METADATA,sha256=cWHNl1N2jBxTTfVCzYvLPUCz6on793G5SITzhTlQPUM,556
26
+ itam_assistant-0.1.7.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
27
+ itam_assistant-0.1.7.dist-info/top_level.txt,sha256=KpZA4H04XBVAB3NLq0AAEOrAGEurwMnWw41AhJVqVFI,15
28
+ itam_assistant-0.1.7.dist-info/RECORD,,