How to Install ruby-mecab in Ubuntu 18.04



Install ruby-mecab by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-mecab

Description:

mecab binding for Ruby language

Mecab is a morphological analysis system. It reads Japanese sentences from the standard input, segments them into morpheme sequences, and outputs them to the standard output with many additional pieces of information (pronunciation, semantic information, etc).

Homepage: https://github.com/taku910/mecab

Version: 0.99.6-3build2

Section: universe/ruby