Closed
Conversation
BYVoid
approved these changes
Mar 12, 2026
Owner
|
Dictionary files are not sorted. Run: python3 data/scripts/sort.py data/dictionary/*.txt |
Author
|
Hi, sorry about that. I only know basic GitHub web operations. I don't have Python installed on my computer, and I am not familiar with Python syntax or scripts. I tried to follow AI's suggestion to use Codespaces to fix this as an alternative, but I ran into some issues there as well. |
BYVoid
pushed a commit
that referenced
this pull request
Mar 17, 2026
Apply changes from PR #1048 and run sort script to ensure proper ordering. Fixes: 北马里亚纳 value missing 馬, 马里亚纳海沟 using wrong 裏 character, and four soap-related entries (肥皂劇/肥皂絲/肥皂莢/軟肥皂) that had reversed key-value direction. https://claude.ai/code/session_01T5mBvwfj1Wb622xrh6Fgwv
2 tasks
Owner
BYVoid
added a commit
that referenced
this pull request
Mar 17, 2026
…1052) Apply changes from PR #1048 and run sort script to ensure proper ordering. Fixes: 北马里亚纳 value missing 馬, 马里亚纳海沟 using wrong 裏 character, and four soap-related entries (肥皂劇/肥皂絲/肥皂莢/軟肥皂) that had reversed key-value direction. https://claude.ai/code/session_01T5mBvwfj1Wb622xrh6Fgwv Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
下列是原本STPhrases.txt裡面轉換有問題的內容:
北马里亚纳 北马里亞納 => 字沒轉換到
马里亚纳海沟 馬裏亞納海溝 => "裏"應改比照其他項目 "里"
肥皂劇 肥皂剧 => 應該簡轉繁,而不是繁轉簡
肥皂絲 肥皂丝 => 應該簡轉繁,而不是繁轉簡
肥皂莢 肥皂荚 => 應該簡轉繁,而不是繁轉簡
軟肥皂 软肥皂 => 應該簡轉繁,而不是繁轉簡