1 Star 0 Fork 0

Neo/text

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
doc.go 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:generate go run gen.go
// text is a repository of text-related packages related to internationalization
// (i18n) and localization (l10n), such as character encodings, text
// transformations, and locale-specific text handling.
//
// There is a 30 minute video, recorded on 2017-11-30, on the "State of
// golang.org/x/text" at https://www.youtube.com/watch?v=uYrDrMEGu58
package text
// TODO: more documentation on general concepts, such as Transformers, use
// of normalization, etc.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yznzhankun/text.git
git@gitee.com:yznzhankun/text.git
yznzhankun
text
text
master

搜索帮助