sylseg-sk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sylseg-sk: command not found
or when using sudo you get the following error message
sudo: sylseg-sk: command not found
Solutions to sylseg-sk: command not found
How To Fix sylseg-sk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sylseg-sk is provided by sylseg-sk package.
sylseg-sk is:
sylseg-sk implements one of the statistical approaches for the syllabic segmentation. Each input word is segmented into the syllables. The several possible segmentations are generated and sorted by the likelihood. Included are trained data for the Slovak language.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sylseg-sk
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sylseg-sk.
sudo apt -y install sylseg-sk
Or if you have aptitude installed you can use the following command.
sudo aptitude install sylseg-sk
Summary
In this tutorial we learn how to fix sylseg-sk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.