Skip to main content

No project description provided

Project description

# English Syllabifier (Eng_Syl)

This Python package defines a wordSegmenter Class that can syllabify English words! The class uses a Bidirectional LSTM seq2seq model trained on data from the Celex database to provide a best guess segmentation of any given English word.

Usage

Initialize a Segmenter with

from eng_syl import wordSegmenter
syllabifier = wordSegmenter()

Build the inference model by building the base model, loading weights, and building the final model.

	syllabifier.build_training_model()
	syllabifier.load_model_weights()
	syllabifer.build_inference_model()

Translate

After the inference model is built, segment words with syllabifier.translate()

    segmented_string = syllabifier.translate("syllable")
    print(segmented_string)
	
	"syl-la-ble"

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

eng-syl-0.2.9.tar.gz (90.2 MB view hashes)

Uploaded Source

Built Distribution

eng_syl-0.2.9-py3-none-any.whl (90.2 MB 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