scnwm

package module
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2022 License: MIT Imports: 3 Imported by: 0

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Test

func Test(text string) (int, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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