How to Install ROUGE In Ubuntu

2019-04-12 08:12发布

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

2条回答
兄弟一词,经得起流年.
2楼-- · 2019-04-12 08:32

You can also try the Java version of ROUGE if the perl version does not work. The documentation and download links can be found here: http://kavita-ganesan.com/content/rouge-2.0

查看更多
Deceive 欺骗
3楼-- · 2019-04-12 08:33

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.

查看更多
登录 后发表回答