python - How to configure tensorflow PTB model to extract likely next words -


how extract next words tensorflow ptb model.

i don't want probabilities, want next words in order least likely. example, input words, x1, x2, x3, ..., xy. how configure model to, when given x1, x2, x3, ..., xy give me list of next words. don't need probabilities of words. want model output list of words in order least of coming after x1, x2, x3, ..., xy.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -