Easy to use ML model for spelling and sounding out words
Project description
Pincelate
Pincelate is a machine learning model for spelling English words and sounding them out, plus a Python module that makes it super simple to do fun and useful things with the model.
A quick example:
>>> from pincelate import Pincelate
>>> pin = Pincelate()
>>> pin.soundout("pincelate")
['P', 'IH1', 'N', 'S', 'AH0', 'L', 'EY1', 'T']
>>> pin.spell(["HH", "EH", "L", "OW"])
'hello'
Please see the documentation for more information!
Project details
Release history Release notifications | RSS feed
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
pincelate-0.0.1-py3-none-any.whl
(12.0 MB
view hashes)
Close
Hashes for pincelate-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34c2128d39900565ed75f28664fe90050b8e784fb20ac2b18d299814e92caea4 |
|
MD5 | 9137eab4b02c96530560650c7fa486a4 |
|
BLAKE2b-256 | dbb0b8c6101e3e643cd712f42e8a5b4fb01dd5c3255c975f66d6673386341caa |