Skip to content

Rewritten Golang module based on the 'Tanat05/korcen' (Python) module, adapted to Golang syntax.

License

Notifications You must be signed in to change notification settings

fluffy-melli/korcen-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Korcen.go

Go Version Module Version

KR / EN

131_20220604170616

🛠 제작자

Tanat05 / korcen

https://github.com/Tanat05/korcen
---------------------------------
이 프로젝트는 원본 `korcen` 프로젝트를 수정하여 배포한 것입니다.
원본 프로젝트는 `https://github.com/Tanat05/korcen`에서 확인할 수 있습니다.

해당 프로젝트의 라이센스 또한 Apache-2.0 을 따르고 있습니다

Apache-2.0

Copyright© All rights reserved.


❓ 주요 기능

[부적절한 언어 감지]
- 일반적인 부적절한 언어
- 경미한 부적절한 언어
- 성적 언어나 표현
- 비하하는 표현
- 인종 차별적인 부적절한 표현
- 부모를 비하하거나 공격하는 언어
- 정치적 부적절한 언어나 표현
- 영어에서 부적절한 표현
- 일본에서 부적절한 표현
- 중국에서 부적절한 표현
- 기타 특수한 부적절한 표현

⬇️ 설치 방법

mod

$ go get github.com/fluffy-melli/korcen-go

golang

package main

import (
	"fmt"

	"github.com/fluffy-melli/korcen-go"
)

func main() {
	fmt.Println(korcen.Check(""))
}

About

Rewritten Golang module based on the 'Tanat05/korcen' (Python) module, adapted to Golang syntax.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%