Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix phonetics for 括 #574

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix phonetics for 括 #574

wants to merge 1 commit into from

Conversation

xatier
Copy link
Contributor

@xatier xatier commented Jan 31, 2025

括約肌 ㄎㄨㄛˋ ㄩㄝ ㄐㄧ is the only 括 ㄎㄨㄛˋ from the concise dictionary.

We have 包括 and 括弧 in our dictionary.

$ ./find.py 括 ㄎㄨㄛˋ
包括 ㄅㄠ ㄎㄨㄛˋ
括弧 ㄎㄨㄛˋ ㄏㄨˊ
括約肌 ㄎㄨㄛˋ ㄩㄝ ㄐㄧ

Ref: https://dict.concised.moe.edu.tw/search.jsp?md=1&word=%E6%8B%AC#searchL

Summary by Bito

Added new phonetic mappings in BPMFMappings.txt for Chinese characters '包括' and '含括', including their Bopomofo notations. Updated phrase.occ file with occurrence data for '含括'. These changes enhance the phonetic mapping system for the character '括' and its compound words.

Unit tests added: False

Estimated effort to review (1-5, lower is better): 1

`括約肌 ㄎㄨㄛˋ ㄩㄝ ㄐㄧ` is the only `括 ㄎㄨㄛˋ` from the concise
dictionary.

We have 包括 and 括弧 in our dictionary.

```
$ ./find.py 括 ㄎㄨㄛˋ
包括 ㄅㄠ ㄎㄨㄛˋ
括弧 ㄎㄨㄛˋ ㄏㄨˊ
括約肌 ㄎㄨㄛˋ ㄩㄝ ㄐㄧ
```

Ref: https://dict.concised.moe.edu.tw/search.jsp?md=1&word=%E6%8B%AC#searchL
@Copilot Copilot bot review requested due to automatic review settings January 31, 2025 14:27

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (2)
  • Source/Data/BPMFMappings.txt: Language not supported
  • Source/Data/phrase.occ: Language not supported
Copy link

bito-code-review bot commented Jan 31, 2025

Code Review Agent Run #82264c

Actionable Suggestions - 0
Review Details
  • Files reviewed - 2 · Commit Range: eff61b7..eff61b7
    • Source/Data/BPMFMappings.txt
    • Source/Data/phrase.occ
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful
    • MyPy (Static Code Analysis) - ✔︎ Successful
    • Astral Ruff (Static Code Analysis) - ✔︎ Successful

AI Code Review powered by Bito Logo

Copy link

Changelist by Bito

This pull request implements the following key changes.

Key Change Files Impacted
Feature Improvement - Phonetic Mapping Enhancement for Chinese Characters

BPMFMappings.txt - Added phonetic mappings for '包括' and '含括'

phrase.occ - Updated occurrence data for '含括'

@xatier
Copy link
Contributor Author

xatier commented Jan 31, 2025

I'm not sure if we'd like to delete 括弧 ㄎㄨㄛˋ ㄏㄨˊ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant