PyVi is a Python toolkit for Vietnamese language processing, providing tokenization (word segmentation), part-of-speech tagging, and named entity recognition. Currently at version 0.1.1, the project appears to be in maintenance mode with no recent updates.
pip install pyviNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Tokenize Vietnamese text and perform POS tagging.
Use tokenizer output directly or replace underscores with spaces as needed.
Consider alternatives like underthesea or VnCoreNLP for better accuracy.
Run: pip install pyvi
Use: from pyvi import ViTokenizer
Reinstall pyvi: pip install --force-reinstall pyvi
No dependency data recorded yet.