KO
|
EN
gitlite — search
Search
#php
#java
#python
#javascript
#ruby
#hacktoberfest
#wordpress
#nodejs
#shell
#c-plus-plus
#logging
#android
sat
★ 86
Open GitHub ↗
高性能简繁体转换
Download README (.md)
Explore Similar Repositories
stencil
:
Customizable transactional and marketing email templates
Text-Summarization
:
Abstractive and Extractive Text summarization using Transformers.
BMBC
:
BMBC: Bilateral Motion Estimation with Bilateral Cost Volume for Video Interpolation, ECCV 2020
AODA
:
Official implementation of "Adversarial Open Domain Adaptation for Sketch-to-Photo Synthesis"(WACV 2022/CVPRW 2021)
meshsync
:
MeshSync one of a family of custom controllers within Meshery Operator.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sat
?
Download (.md)
# 高性能的简繁体转换 ## 基本使用方式 ```go dicter := DefaultDict() dicter.Read("什麼") dicter.ReadReverse("什么") ``` ## 支持自定义加载词库 ```go DefaultDict(SetPath("/users/go/src/xxx.txt")) ``` ## 性能测试 ```go goos: darwin goarch: amd64 pkg: github.com/lascape/sat BenchmarkNewDict BenchmarkNewDict-12 14721091 71.2 ns/op PASS ```