Skip to main content

No project description provided

Project description

Here's an extended version of your text with additional information about Burmese-to-Romanization:

Provides a tool for syllable-based tokenization of Burmese text. It breaks down Burmese text into individual syllables, facilitating language processing tasks such as text analysis, machine learning, and natural language processing (NLP) for Burmese.

Features

Syllable Tokenization: Tokenizes Burmese text into syllables based on Unicode rules. It helps in language segmentation and provides a clear framework for analyzing Burmese sentences in a structured manner.

Efficient Processing: Designed to handle large text efficiently with minimal memory overhead, making it scalable for tasks involving big data or large-scale text analysis.

Burmese Unicode Support: Fully supports Burmese script and syllable rules as defined by the Burmese Unicode standard, ensuring that the tokenization aligns with native Burmese text structure.

Burmese-to-Romanization: Converts Burmese script into its Romanized equivalent, facilitating pronunciation guidance and helping non-native speakers understand Burmese text. The Romanization process follows the standard linguistic rules for Burmese phonetic transcription, offering a bridge for users unfamiliar with the Burmese script to read, pronounce, and comprehend the language. This feature can be particularly useful for language learners, cross-lingual applications, and linguistic studies that require Romanized Burmese text.

Romanization-to-Burmese: Converts Romanized Burmese back into its native script, enabling smooth transitions between phonetic transcriptions and written Burmese. This feature ensures accuracy by adhering to linguistic rules and Unicode standards for Burmese, making it valuable for transliteration tasks, text restoration, and multilingual systems.

About Swan Arr Electronics' Mapping

The Swan Arr Electronics' Mapping serves as the foundational framework for the conversion processes between Burmese script and Romanized text. This mapping provides a systematic approach to transliteration by adhering to established phonetic and linguistic rules specific to the Burmese language.

Key Features of Swan Arr Electronics' Mapping:

Phonetic Accuracy: The mapping ensures that Romanized outputs represent the actual pronunciation of Burmese words, making it easier for non-native speakers to read and understand.

Linguistic Consistency: It follows standardized linguistic guidelines for Burmese phonetics, ensuring uniformity in conversions.

Bidirectional Support: The mapping is capable of converting Burmese script to Romanized text and vice versa without losing contextual meaning or linguistic accuracy.

Integration in This Toolkit

The Burmese-to-Romanization and Romanization-to-Burmese features in this library are directly powered by the Swan Arr Electronics' Mapping. This ensures:

Accurate Romanized outputs for Burmese script.

Seamless re-conversion of Romanized text back into its original Burmese form.

How to use (Getting Started)

# Install the SimboloSiamese package using pip
# pip install SimboloSiamese

# Import the BurmeseConverter from the Siamese module
from Siamese import BurmeseConverter

converter = BurmeseConverter()

# Example: Zawgyi to Unicode
zawgyi_text = "ဖြွှော်"
try:
    # Convert Zawgyi text to Unicode
    unicode_output = converter.zawgyi_to_unicode(zawgyi_text)
    # Print the Unicode output
    print("Unicode Output:", unicode_output)
except Exception as e:
    # Handle any errors that occur during conversion
    print(f"Error in Zawgyi to Unicode conversion: {e}")

# Example: Tokenization of a Burmese word
tokenization_text = "တက္ကသိုလ်"
try:
    # Tokenize the Burmese word. 1 means With the virama mark. If you dont want to tokenize the virama mark, you can type any numbers except 1
    tokenized_output = converter.syllable_tokenization(1, tokenization_text) # try with process_text in case it cannot work with syllable_tokenization
    print("Tokenized Output:", tokenized_output)
except Exception as e:
    # Handle any errors that occur during tokenization
    print(f"Cannot Tokenize the word: {e}")

# Example: Convert Burmese text to Romanized script
burmese_text = "ကော်"
try:
    # Convert Burmese text to Romanized script
    romanized_output = converter.burmese_to_romanization(burmese_text)
    # Print the Romanized output
    print("Romanized Output:", romanized_output)
except Exception as e:
    # Handle any errors that occur during Romanization
    print(f"Error in Burmese Romanization: {e}")

# Example: Romanization Burmese
burmese_text = "le kReAc: liuc:, K rI: sq a mHt, ၂ ၂ ၈ ၃, jQ, SeAF piu liu mRiu., lU ne rp kWk peAF jiu., pYk kY KL. pRI:, liuk pA lA jU, ၆ ၂, OO: s luN:, je SuN: KL. jQ // "
try:
    burmese_output = converter.romanization_to_burmese(burmese_text)
    print("Burmese Output:", burmese_output)
except Exception as e:
    print(f"Error in Romanization Burmese: {e}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simbolosiamese-0.2.6.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

SimboloSiamese-0.2.6-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file simbolosiamese-0.2.6.tar.gz.

File metadata

  • Download URL: simbolosiamese-0.2.6.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for simbolosiamese-0.2.6.tar.gz
Algorithm Hash digest
SHA256 1a3155ca64d9762ac6e859fdba96296beaa6a3d57431598b665bd53384a34305
MD5 aaf130c41209b9af7d693c4b81e786ec
BLAKE2b-256 cfd55e15d753a78667130919706e50640225c67cd50966c36a33ca09aa9a8b81

See more details on using hashes here.

File details

Details for the file SimboloSiamese-0.2.6-py3-none-any.whl.

File metadata

  • Download URL: SimboloSiamese-0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for SimboloSiamese-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 8725a33d5b601a9f93fedf6c895ca60b2a557c96981ae9f6353537e2c618a090
MD5 78388cf6626eb60f333b79e0ee75d57e
BLAKE2b-256 f58a0d52cf886d03cf69e21b1d613f4aead63ec52a1b7f5bf57e691826471ab5

See more details on using hashes here.

Supported by

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