Sandra Meneses
13.05.2018
Here we can see how the model predicts based on the text:
text <- "ich"
nextWords(text)
[1] "bin" "habe" "mich"
text <- "ich bin ein"
nextWords(text)
[1] "großer" "sehr" "freund"
text <- ". "
nextWords(text)
[1] "die" "der" "und"
Go to the link here
And type!
You will see always 3 words as suggestions for the next one!
And the final prediction! Easy! Isn't it?
After finishing this project, the team can conclude:
Out team needs the support to continue with these ideas: