package
module
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Nov 17, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Simplified Chinese Negative Word Marker
完善中,歡迎提交負面關鍵字
簡體中文負面網絡用語標記,支援 GOCC 簡繁轉換和諧音字
Install
go get github.com/NoyTeam/scnwm@v1.0.5
Use
package main
import (
"fmt"
"github.com/NoyTeam/scnwm"
)
func main() {
num, err := scnwm.Test("差不多该写好了吧😅")
if err != nil {
fmt.Println(err)
}
fmt.Println(num) // 13,推薦標記大於 7 的句子
}
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.