Skip to content

dremeika/berkeleylm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of the original repo at http://berkeleylm.googlecode.com which is not actively maintained.

List of changes:

  • Fixed probability scoring in ``ComputeLogProbabilityOfTextStream''.
  • Computes perplexity instead of log probability sum.
  • Added possibility to log per line probability and normalized probability for debug.

Berkeley Language Model

To compile this software just type "mvn clean package" in the root directory (assuming Maven is installed and properly configured).

For examples of command-line usage of this software for manipulating language model files, see the examples/ directory.

Please see javadoc in edu.berkeley.nlp.lm.io.LmReaders file for documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%