Hello,
I ran into the following problem:
when running ComputeLogProbabilities from terminal, using the Google Books binary and vocabularyfile I get Nan scores.
>>"Das ist ein Satz"| java -ea -mx1000m -server -cp ./src edu.berkeley.nlp.lm.io.ComputeLogProbabilityOfTextStream -g vocab_cs.gz ./src/ger.blm.gz
>>Reading Google Binary ./src/ger.blm.gz with vocab vocab_cs.gz {
} [12s]
Scoring file -; current log probability is 0.0 {
} [0s]
Log probability of text is: NaN
However when running the same so command with the Google 1T binary (but Google Books vocabulary) I get normal output (negative double).
Does somebody have an idea what mistake I am making?