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就大功告成了。

Logo

CSDN联合极客时间,共同打造面向开发者的精品内容学习社区,助力成长!

更多推荐