Basic resource for Vietnamese NLP.
Project description
This package provides a simple tool for preprocessing Vietnamese text. It includes the following functions:
get_consonants()
: Returns a list of all Vietnamese consonants.
get_vowels()
: Returns a list of all Vietnamese vowels.
get_rhymes()
: Returns a list of all Vietnamese rhymes.
normalize(input_str)
: Converts the input string from various Vietnamese encodings to Unicode.
Installing
You can install the package using pip:
$ pip install vietnamese
Usage
Here's an example of how to use the package:
import vietnamese
consonants = vietnamese.get_consonants()
vowels = vietnamese.get_vowels()
rhymes = vietnamese.get_rhymes()
input_str = "Xin chµo, ®©y lµ mét dßng ch÷ bÞ lçi font"
normalized_str = vietnamese.normalize(input_str)
print("Consonants:", consonants)
print("Vowels:", vowels)
print("Rhymes:", rhymes)
print("Input string:", input_str)
print("Normalized string:", normalized_str)
Contributing
If you find a bug or have a suggestion for a new feature, please open an issue on GitHub or submit a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file vietnamese-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: vietnamese-0.0.8-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c411151de71b83aba988d643489ac9300089f3ecc48cc791db16dfcb2a7cfeb |
|
MD5 | d08a7a0939c0618e83cda5d7258fca99 |
|
BLAKE2b-256 | 1793973bfdafc40d21cbdef6fdb414555d1e7c1cdf32d4fce2193c7ff56672ff |