package
Version:
v0.0.0-...-69d094b
Opens a new window with list of versions in this module.
Published: Feb 15, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package syllables 提供一个简单的音节处理逻辑, 目前仅支持中英文, 不支持其他语言
Package syllables 提供一个简单的音节处理逻辑, 目前仅支持中英文, 不支持其他语言
type Word struct {
Word string `json:"w,omitempty"`
SyllableCount int `json:"c,omitempty"`
}
Word 表示一个单词
SplitAndCount 拆分并计算各个音节长, 并按照拆分之后的结果返回单词 (中文是按照分词结果拆分)。
目前只支持中英文和颜文字。标点符号、空格和颜文字也会返回, 只是音节为零。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.