minimaxir / textgenrnn

Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.
Other
4.94k stars 755 forks source link

Autocompletion #42

Open Bachstelze opened 6 years ago

Bachstelze commented 6 years ago

Is it possible the use the net to suggest sentence completion? Like there: https://www.cs.jhu.edu/~phi/publications/neural-interactive-translation.pdf https://github.com/ctr4si/sentence-completion https://arxiv.org/pdf/1709.06429.pdf demo: http://www-edc.eng.cam.ac.uk/shaona/

possibly-not commented 5 years ago

Completely a newbie here, but you could try using the net using the prefix="word" tag. Might be useful to you.