dongjun-Lee / birnn-language-model-tf

Tensorflow implementation of Bi-directional RNN Langauge Model
39 stars 13 forks source link

How to use it for computing sentence probability #1

Open abubakar-ucr opened 6 years ago

abubakar-ucr commented 6 years ago

How to use it for computing sentence probability, which is the main functionality of language modeling. For example, for a given sentence, s, I want to know that what is the probability that sentence 's' belongs to the language, it has been trained on.

OswaldoBornemann commented 5 years ago

@abubakar-ucr yes, i would like to know that.

Cumberbatch08 commented 4 years ago

@abubakar-ucr , did you solve the problem which is how to compute the sentence probability?