big-phoney icon indicating copy to clipboard operation
big-phoney copied to clipboard

Get phonetic spellings and syllable counts for any english word. Works with made-up and non-dictionary words

Results 9 big-phoney issues
Sort by recently updated
recently updated
newest added

Change initialization from None to max_seq_len Tested, works!

Hello! Thanks for the initiative to bring this open source project. I was on the way to give it a try, and found the error while executing the following line...

Is it possible to split input into syllables, rather than just counting them? If so, how do you do that? If not, this is a feature suggestion.

Unfortunately, I cannot run your library on my Mac. I do not own a Linux or Windows machine. Are you planning to adapt it?

All the tensorflow debug seems good, but then I get: Traceback (most recent call last): File "test.py", line 3, in phoney = BigPhoney() File "C:\Users\vasil\AppData\Local\Programs\Python\Python37\lib\site-packages\big_phoney-1.0.1-py3.7.egg\big_phoney\big_phoney.py", line 15, in __init__ self.pred_model...

> from big_phoney import BigPhoney > p = BigPhoney() 2020-06-29 17:22:37.950128: I tensorflow/core/platform/cpu_feature_guard.cc:143] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2020-06-29 17:22:37.965589:...

## Summary I tried installing big-phoney both through pip and also wheel installation. But when I import the package in my program. It says module not found error. ## How...

Thanks for this awesome project ! I found a preprocess issue: ``` print(phoney.phonize("$234.009")) print(phoney.phonize("$234.09")) #T UW1 HH AH1 N D R AH0 D AH0 N D TH ER1 D IY2...