syllables

package
v0.0.0-...-69d094b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package syllables 提供一个简单的音节处理逻辑, 目前仅支持中英文, 不支持其他语言

Package syllables 提供一个简单的音节处理逻辑, 目前仅支持中英文, 不支持其他语言

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Word

type Word struct {
	// Word 表示单词内容
	Word string `json:"w,omitempty"`
	// SyllableCount 表示预估音节数量。-1 表示无法判断
	SyllableCount int `json:"c,omitempty"`
}

Word 表示一个单词

func SplitAndCount

func SplitAndCount(text string) (total int, words []Word)

SplitAndCount 拆分并计算各个音节长, 并按照拆分之后的结果返回单词 (中文是按照分词结果拆分)。 目前只支持中英文和颜文字。标点符号、空格和颜文字也会返回, 只是音节为零。

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL