Skip to content

ตัดคำภาษาไทย สำหรับ C# | Thai Dictionary Text segmentation

License

Notifications You must be signed in to change notification settings

tyroroto/ThaiWord-Segmentation-.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThaiWord-Segmentation-.Net

Dictionary Text segmentation

How to use

using THSplit;
 public void TestSplit1()
        {
            Spliter spliter = new Spliter();
            string test = "นายจะไปไหนหรอ";
            var output = spliter.SegmentByDictionary(test);
            //output is List<string>
        }

Base on PHP THSplitlib

https://github.com/moohooooo/thsplitlib

About

ตัดคำภาษาไทย สำหรับ C# | Thai Dictionary Text segmentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages