Skip to content

open-korean-text/open-korean-text-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-korean-text-go

To get packages

run these operations on terminal or console

go get github.com/open-korean-text/open-korean-text-go

You might get some errors, but don't worry! That's not problem.

Run

package main

import (
	"fmt"

	processor "github.com/open-korean-text/open-korean-text-go/processor"
)

func main() {
	result := processor.Normalize("만듀 먹것니? 먹겄서? 먹즤?")
	fmt.Println(result)
}

And...

'Tokenizer' and 'Phrase Extractor' will be built!

We can use features(normalize, tokenize, extractPhrase) of open-korea-text jar!
ex) processor.CallMethod("normalize", "한국어를 처리하는 예시입니닼ㅋㅋㅋ")
To use these features, you should locate processor-go.jar file(in jar folder) in your project folder.

About

open-korean-text for golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages