Search code examples
perlubuntuinstallationperl-module

How to Install ROUGE In Ubuntu


Although there is good description of how to Set Up ROUGE evaluation , i could not get any place where the installation was described completely.


Solution

  • Basically, the trick is in the successful installation of the perl modules.

    I am providing the download and installing links as well.

    1. First Download ROUGE.
    2. Install perl.

    3. Install Synaptic Package manager for installing XML::DOM

      libxml-dom-perl
      

    The good thing is that synaptic package manager will install extra Perl modules that are required by XML::DOM. Many times people get stuck at how to install the XML::DOM.

    Hope this helps. Any suggestions are welcomed.