Skip to content
/ mitlm Public
forked from mitlm/mitlm

MIT Language Modeling Toolkit port for native Windows/Visual Studio

License

Notifications You must be signed in to change notification settings

kkm000/mitlm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT Language Modeling Toolkit

This is not the official GitHub repository for the MITLM project. The closest thing is apparently https://github.com/mitlm/mitlm.

Check the README file of the original version.

Native Windows port

Ported from v0.4.2 by @kkm000 for Visual Studio 2015 and 2017. Diff changes.

Build:

  • Open and build src/mitlm.sln (or msbuid from command line).
  • Locate the compiled binaries in src/bin/{Debug,Release}.

Features removed and not suppoted:

  • BFGS and LBFGS optimization (Powell is the default).
  • Compressed files.

Hacking

  • Take notice of the file src/mitlm.props. This file is included by all 4 project files. The rest is pretty much vanilla VS project/solution files.

About

MIT Language Modeling Toolkit port for native Windows/Visual Studio

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.6%
  • Shell 1.3%
  • Other 1.1%