Skip to content

narongdejsrn/go-thaiwordcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-thaiwordcut - Thai word segmentation in Golang

Codacy Badge

A simple Thai word segmentation written in Golang, based on Maximum Matching algorithm by S. Manabu . Uses Lexitron (by NECTEC) dictionary as default

Installation

go get github.com/narongdejsrn/go-thaiwordcut

Usage

import "github.com/narongdejsrn/go-thaiwordcut"

segmenter := gothaiwordcut.Wordcut()
segmenter.LoadDefaultDict()
result := segmenter.Segment("ทดสอบการตัดคำภาษาไทย")

About

Golang Thai Wordcut

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages