Skip to content
Snippets Groups Projects
Commit 7e44da72 authored by Stephen Mayhew's avatar Stephen Mayhew
Browse files

updated readme

parent df67e161
No related branches found
No related tags found
No related merge requests found
Neural Probabilistic Language Model Toolkit -- Java
===================================================
This is based on the [NPLM toolkit](http://nlg.isi.edu/software/nplm/) from ISI.
This is based on the [NPLM toolkit](http://nlg.isi.edu/software/nplm/) from ISI. In fact, it is a simple port of the nplm.py python file from that distribution. The goal is to have a reader for the language model file which can be used in Java. The interesting part is the matrix multiplication to get the probability of text.
Hopefully there will be a JNI section for training a LM from Java also.
A pure Java framework for reading and using nplm. Hopefully there will be a JNI section for training LM from java also.
This is a simple port of the python file from
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment