-
tone_index 1 2 3 4 分别是 4 个声,5 是什么?而且有 91 个有 5.
如果 `tone_index` 是 5 的话,下面代码就会出错
``` ruby
tone_index = pinyin[-1].to_i
pinyin = pinyin[0...-1]
%w(a o e i u v).each { |v|
break if pinyin.tr! v, TONE_…
-
配置信息
![image](https://github.com/user-attachments/assets/c4f0440f-df41-44e7-997a-fe8234d29397)
我的电脑是支持lua的,用户文件夹目录下也新建了rime.lua
![image](https://github.com/user-attachments/assets/948220fb-4c5c-460…
-
# 创建词库的命令
- 编译时自动生成。
在`libgooglepinyin/data/CMakeLists.txt`中有如下命令:
``` cmake
add_custom_command(OUTPUT dict_pinyin.dat
DEPENDS dictbuilder
COMMAND dictbuilder
${C…
-
例如
原配置
(luna_pinyin.schema.yaml)
```yaml
punctuator:
half_shape:
# ...
"/": ["、", "、", "/", "/", "÷"]
# ...
```
我想改成 "/": "/",但不想把 half_shape 下的所有内容都抄一遍,
那么我理论上应该写成:
(luna_…
-
因为使用手机发现可以根据拼音快速定位APP,并由此开始查询如何实现中文得到拼音,文中介绍的详细流程和作者的优化思路。
文章原始链接:https://houbb.github.io/2020/01/09/how-to-design-pinyin4j
文中提供了开源拼音数据:https://github.com/mozillazg/pinyin-data 和 https://github.co…
-
```
:: Generating C files for ibus-engine-cloud-pinyin ...
valac `cat valac-flags.txt` --pkg posix --thread --enable-checking --vapidir=.
--disable-warnings -C main.vala dbus-binding.vala pinyin-uti…
-
### Elasticsearch Version
7.17.7
### Installed Plugins
analysis-icu 7.17.7, analysis-ik 7.17.7, analysis-pinyin 7.17.7
### Java Version
_bundled_
### OS Version
docker
### Problem Description
…
-
Hi, Dragonmapper is an awesome library. I am using it (0.2.6) for many projects, which use CEDICT as a data source for further text processing. I found problems with numbered pinyin, accented pinyin, …
-
## 功能描述
在測試過程中,我發現對於繁體中文,如 `音樂` 一詞中的 `樂`,其讀音結果顯示為 `lè`,僅有在簡體中文下 `乐`,其讀音才正確地顯示為 `yuè`。
```javascript
import { html } from 'pinyin-pro';
const htmlString = html('繁體:音樂, 樂器, 樂譜, 樂府, 奏樂, 樂壇, 樂章 …
-
只需改寫 **api.py** 的 **clean_text_inf** 函數,並添加 **find_custom_tone** 函數,即可實現。
用法: 在需修改讀音的文字後方加上 {讀音}
Input: "我今天吃的很{2}飽。"
"很" 的讀音就從原先的3聲轉為2聲了
> 新增 find_custom_tone 函數
def find_custom_to…