File size: 331 Bytes
0cc46d5 | 1 2 3 4 5 6 7 8 | import json
import os
file_path = os.path.join('data', 'roots', '讻-转-讘.json')
with open(file_path, 'r', encoding='utf-8') as f:
ktv_model = json.load(f)
future_3ms = ktv_model["root_family"]["verbs"][0]["tenses"]["future"]["singular"]["3m"]
print(f"讛爪讜专讛 讛诪谞讜拽讚转 砖谞砖诇驻讛 诪讛诪讜讚诇 讛讬讗: {future_3ms}")
|