We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried the program you made, on ubuntu 24.04 and also ubuntu 20.04 but all error.
this error occurs when there are many sentences more than 3, but if the sentence repeats more than 3 there is no error
this is the command I run
./example_c "DeepPhonemizer is a library for grapheme to phoneme "
I tried on binary example c and cpp, I also tried in linux desktop version, all of them give this error
[1] 52493 segmentation fault (core dumped) "DeepPhonemizer is a library for grapheme to phoneme "
but when i tried on android everything worked fine
my specs pc
{ "OS": "Ubuntu 24.04.1 LTS x86_64", "Host": "Modern 14 B5M REV:1.0", "Kernel": "6.8.0-47-generic", "Uptime": "32 mins", "Packages": "2324 (dpkg), 8 (snap)", "Shell": "zsh 5.9", "Resolution": "1920x1080, 1920x1080", "DE": "GNOME 46.0", "WM": "Mutter", "WM Theme": "WhiteSur-Dark", "Theme": "WhiteSur-Dark [GTK2/3]", "Icons": "BigSur-Originals [GTK2/3]", "Terminal": "gnome-terminal", "CPU": "AMD Ryzen 5 5500U with Radeon Graphics (12) @ 4.056GHz", "GPU": "AMD ATI 03:00.0 Lucienne", "GPU": "AMD ATI 03:00.0 Lucienne", "Memory": "7216MiB / 15346MiB", "Version": "7.1.0" }
{ "OS": "Ubuntu 20.04.6 LTS x86_64", "Host": "Virtual Machine 7.0", "Kernel": "6.5.0-1025-azure", "Uptime": "38 mins", "Packages": "657 (dpkg)", "Shell": "bash 5.0.17", "Resolution": "1024x768", "Terminal": "vscode", "CPU": "AMD EPYC 7763 (4) @ 3.121GHz", "Memory": "3286MiB / 15981MiB", "Version": "7.0.0" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried the program you made, on ubuntu 24.04 and also ubuntu 20.04 but all error.
this error occurs when there are many sentences more than 3, but if the sentence repeats more than 3 there is no error
this is the command I run
./example_c "DeepPhonemizer is a library for grapheme to phoneme "
I tried on binary example c and cpp, I also tried in linux desktop version, all of them give this error
[1] 52493 segmentation fault (core dumped) "DeepPhonemizer is a library for grapheme to phoneme "
but when i tried on android everything worked fine
my specs pc
The text was updated successfully, but these errors were encountered: