Skip to content

Commit

Permalink
Reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
candaceng committed Aug 20, 2020
1 parent 7848e24 commit 58ab667
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 3 deletions.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ ui <- fluidPage(theme=shinythemes::shinytheme("lumen"),

titlePanel(strong("Text Prediction Using N-gram Models")),
h5("Candace Ng"),
h5("August 19, 2020"),

br(), hr(),
h4(strong("Predictor")),
h3(strong("Predictor")),
h5("This model predicts the next word in a sentence based on the most frequently occuring N-grams in a large text corpus of blogs, news articles, and tweets (see below for statistics)"),
fluidRow(
column(6, align="center",
textInput("text", h5("Enter Text:"), value=""),
Expand All @@ -28,7 +28,7 @@ ui <- fluidPage(theme=shinythemes::shinytheme("lumen"),
),

br(), hr(),
h4(strong("Statistics")),
h3(strong("Statistics")),
h5("Toggle between the tabs to view the most frequently occuring unigrams, bigrams, and trigrams from the text corpus"),
mainPanel(width="80%", align="center",
tabsetPanel(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Document
title:
username:
account: rpubs
server: rpubs.com
hostUrl: rpubs.com
appId: https://api.rpubs.com/api/v1/document/650714/bc55d732820344ba8419270510ecf512
bundleId: https://api.rpubs.com/api/v1/document/650714/bc55d732820344ba8419270510ecf512
url: http://rpubs.com/publish/claim/650714/4407331a1d5d44bdac03038676967b82
when: 1597889195.72476

0 comments on commit 58ab667

Please sign in to comment.