feat: backup architecture docs, source code, and scripts
This commit is contained in:
14
docs_v1.0/examples/custom_synonyms.json
Normal file
14
docs_v1.0/examples/custom_synonyms.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"//": "這是一個示例同義詞檔案,僅包含少量通用詞語,用於演示功能。",
|
||||
"//": "請使用自創或已獲授權的同義詞資料,避免使用受版權保護的詞庫。",
|
||||
"電腦": ["計算機", "微机"],
|
||||
"視頻": ["影片", "錄像"],
|
||||
"分析": ["解析", "剖析"],
|
||||
"系統": ["體系", "架構"],
|
||||
"用戶": ["使用者", "客戶"],
|
||||
"數據": ["資料", "資訊"],
|
||||
"網絡": ["網路", "互聯網"],
|
||||
"檔案": ["文件", "文檔"],
|
||||
"團體": ["組織", "團隊"],
|
||||
"工作": ["任務", "作業"]
|
||||
}
|
||||
Reference in New Issue
Block a user