SkillAgentSearch skills...

Pivi

My little Vietnamese NLP toolkit

Install / Use

/learn @thangntt2/Pivi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1>NLP tools for Vietnamese on Python</h1>

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))

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks0

Languages

Python

Security Score

60/100

Audited on Oct 22, 2022

No findings