Skip to main content

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

vietnamese-0.0.8-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page