Spaces:
Running
Running
Upload 3 files
Browse files
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:
|