srilm編譯

safrans發表於2012-09-18

Srilm的全稱是Stanford Research Institute Language Modeling Toolkit
他被用來構建和應用統計語言模型,主要用於語音識別,統計標註和切分,以及機器翻譯等工作。

ubuntu編譯,可以再52nlp中去找。

VC編譯,可以再下面連結找,

http://www.keithv.com/software/srilm/

以VS2008為例,可以下載最新的SRILM

Instructions

  • Download and unpack the SRILM toolkit.
  • Unzip the below solution archive to the SRILM root directory.
  • Load the srilm.sln in Visual Studio 2008.
  • Select either Debug or Release in Build->Configuration Manager
  • Right-click on each project in the libs folder, select Build.
  • Build any of the command-line utilities you need.

簡單說,

1,下載SRILM工具包

2, 解壓工具包,

3,把連結出下載srilm.sln用VS2008開啟,

4,把工具包的東西都放到srilm.sln所在資料夾下,

5,把LIB的那個project編譯一下,

6,把其他project都編譯一下。

VC中編譯SRILM就大功告成了。

相關文章