Skip to content

thangntt2/pivi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP tools for Vietnamese on Python

1. Word segmentation

An implementation of A Hybrid Approach to Word Segmentation of Vietnamese Texts

Usage:

from src.segmenter import Segmenter

seg = Segmenter('../data') # or where data folder is
s = 'tốc độ truyền thông tin ngày càng cao'
print(seg.graph_dynamic_programing(s))

Releases

No releases published

Packages

No packages published

Languages