diff --git a/README.md b/README.md index d6d5272fc64998ed9c06552bea2703bdc55cbd55..81bfa58beb621b6969d5fe4c7420092ea9a9ec28 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ 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