We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use Words.dat to override default behavior.
by default
Pinyin.t('广州') => "yan zhou"
add file Words.dat
广州|guang3 zhou1
set ENV['WORDS_FILE'] for Words.dat
ENV['WORDS_FILE']
ENV['WORDS_FILE'] = "Words.dat path" Pinyin.t('广州') => "guang zhou"
第一行示例code,广州怎么会得出“yan zhou”
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Polyphone Issue
use Words.dat to override default behavior.
by default
add file Words.dat
set
ENV['WORDS_FILE']
for Words.dat第一行示例code,广州怎么会得出“yan zhou”
The text was updated successfully, but these errors were encountered: