ZHIWEI666 commited on
Commit
5f7dbea
·
verified ·
1 Parent(s): 00513f6

Upload 3 files

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -598,6 +598,7 @@ def _执行规则后处理(
598
  "Normalized": "标准化",
599
  "normalized": "标准化",
600
  "latent": "Latent",
 
601
  }
602
  for 原文, 译文 in 术语映射.items():
603
  if 原文 in val and 译文 is not None:
 
598
  "Normalized": "标准化",
599
  "normalized": "标准化",
600
  "latent": "Latent",
601
+ "LATENT": "Latent",
602
  }
603
  for 原文, 译文 in 术语映射.items():
604
  if 原文 in val and 译文 is not None: