Peer-graded Assignment: Final Project Submission

JY
29/9/20

Objective

The goal of this exercise is to create a product to highlight the prediction algorithm that you have built and to provide an interface that can be accessed by others.

A description of the algorithm used to make the prediction

  • Predicts single word based on n-gram model derived from text data files sourced from Twitter posts and News articles
  • Application has the 4-gram model built-in

The application

  • Application has a “Predict” button to see immediately the predicted next word for the cleaned text phrase
  • Application has a “Clear” button to clear entered text phrase and to clear predicted next word
  • Application has help text in right places for quick guidance

More details

  • Application offers custom & efficient text data cleaning