From 673998c7097544ac489dd922a82a06033775038f Mon Sep 17 00:00:00 2001 From: Eric Ihli Date: Fri, 23 Jul 2021 17:17:26 -0500 Subject: [PATCH] Slight modifications to README --- web/README_WGU.org | 28 +- web/resources/public/README_WGU.htm | 470 +++++++++++++++------------- 2 files changed, 262 insertions(+), 236 deletions(-) diff --git a/web/README_WGU.org b/web/README_WGU.org index ee27414..bd6e3bf 100644 --- a/web/README_WGU.org +++ b/web/README_WGU.org @@ -145,8 +145,6 @@ I've also been writing limericks my entire life and hold the International Limer :CUSTOM_ID: executive-summary :END: -Write an executive summary directed to IT professionals that addresses each of the following requirements: - ** Decision Support Opportunity Songwriters expend a lot of time and effort finding the perfect rhyming word or phrase. RhymeStorm™ is going to amplify user's creative abilities by searching its machine learning model for sensible and proven-successful words and phrases that meet the rhyme scheme and meter requirements requested by the user. @@ -225,8 +223,6 @@ In anticipation of user growth, I'll be deploying the final product on DigitalOc ** Requirements Validation And Verification -the methods for validating and verifying that the developed data product meets the requirements and subsequently the needs of the customers - For the known requirements, I'll perform personally perform manual tests and quality assurance. This is a small enough project that one individual can thoroughly test all of the primary requirements. Since the project is broken down into isolated sub-projects, unit tests will be added to the sub-projects to make sure they meet their own goals and performance standards. @@ -235,8 +231,6 @@ The final website will integrate multiple technologies and the integrations won' ** Programming Environments And Costs -the programming environments and any related costs, as well as the human resources that are necessary to execute each phase in the development of the data product - One of the benefits of a Hidden Markov Model is its relative computational affordability when compared to other machine learning techniques, like Deep Neural Networks. We don't require a GPU or long training times on powerful computers. The over 200,000 songs obtained from http://darklyrics.com can be trained into a 4-gram Hidden Markov Model in just a few hours on a consumer laptop. @@ -829,7 +823,7 @@ You'll see 3 input fields. The first input field is for a word or phrase for which you wish to find a rhyme. Submitting that field will return three visualizations to help you pick a rhyme. -The first visualization is a scatter plot of rhyming words with the "quality" of the rhyme on the Y axis and the number of times that rhyming word/phrase occurrs in the training corpus on the X axis. +The first visualization is a scatter plot of rhyming words with the "quality" of the rhyme on the Y axis and the number of times that rhyming word/phrase occurs in the training corpus on the X axis. [[file:images/wgu-vis.png]] @@ -846,11 +840,15 @@ The third visualization is a table that lists all of the rhymes, their pronuncia :CUSTOM_ID: remaining-documentation :END: -Create each of the following forms of documentation for the product you have developed: - ** Business Vision -Provide rhyming lyric suggestions optionally constrained by syllable count. +Supercharge songwriter's abilities with automated rhyming lyric suggestions for brainstorming. + +Without the physical constraints imposed by paperpack rhyming dictionaries, and with the full power of machine learning training, RhymeStorm™ will find rhymes don't show up in typical rhyming dictionaries. + +Rhymes and lyric suggestions will further be honed to target specific genres based on the training data set. + +These two features combine with the speed of modern-day processing to provide rapid-fire rhyming suggestions never before seen. *** Requirements @@ -929,10 +927,18 @@ and more. ** Visualizations +RhymeStorm™ provides three visualizations to help songwriter's find the perfect lyric. + +The first visualization is a scatterplot comparing rhyme quality to frequency that the rhyming word or phrase appears in the training corpus. + [[file:images/rhyme-scatterplot.png]] +The second visualization is a word cloud where each word's size is in proportion to the frequency with which the word appears in the training corpus. + [[file:images/wordcloud.png]] +And the third visualization is a sorted table of rhyme suggestions. The rhymes are sorted first by quality and then by popularity. + [[file:images/rhyme-table.png]] ** Accuracy @@ -1035,6 +1041,8 @@ Here is an example of the test suite for the code related to syllabification: [[ ** Source Code +I wrote three Clojure libraries and one Clojure application that combine to make RhymeStorm™. + *** Tightly Packed Trie This is the data structure that backs the Hidden Markov Model. diff --git a/web/resources/public/README_WGU.htm b/web/resources/public/README_WGU.htm index 4a35f20..53ee692 100644 --- a/web/resources/public/README_WGU.htm +++ b/web/resources/public/README_WGU.htm @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + RhymeStorm™ - WGU CSCI Capstone Project @@ -223,122 +223,122 @@

Table of Contents

-
-

1 WGU Evaluator Notes

+
+

1 WGU Evaluator Notes

Hello! I hope you enjoy your time with this evaluation! @@ -362,20 +362,20 @@ After I describe the steps to initialize a development environment, you’ll

-
-

2 Evaluation Technical Documentation

+
+

2 Evaluation Technical Documentation

It’s probably not necessary for you to replicate my development environment in order to evaluate this project. You can access the deployed application at https://darklimericks.com/wgu and the libraries and supporting code that I wrote for this project at https://github.com/eihli/clj-tightly-packed-trie, https://github.com/eihli/syllabify, and https://github.com/eihli/prhyme. The web server and web application is not hosted publicly but you will find it uploaded with my submission as a .tar archive.

-
-

2.1 How To Initialize Development Environment

+
+

2.1 How To Initialize Development Environment

-
-

2.1.1 Required Software

+
+

2.1.1 Required Software

  • Docker
  • @@ -385,8 +385,8 @@ It’s probably not necessary for you to replicate my development environmen
-
-

2.1.2 Steps

+
+

2.1.2 Steps

  1. Run ./db/run.sh && ./kv/run.sh to start the docker containers for the database and key-value store. @@ -400,12 +400,12 @@ It’s probably not necessary for you to replicate my development environmen
-
-

2.2 How To Run Software Locally

+
+

2.2 How To Run Software Locally

-
-

2.2.1 Requirements

+
+

2.2.1 Requirements

  • Java
  • @@ -414,8 +414,8 @@ It’s probably not necessary for you to replicate my development environmen
-
-

2.2.2 Steps

+
+

2.2.2 Steps

  1. Run ./db/run.sh && ./kv/run.sh to start the docker containers for the database and key-value store. @@ -436,8 +436,8 @@ It’s probably not necessary for you to replicate my development environmen
    -
    -

    3.1 Problem Summary

    +
    +

    3.1 Problem Summary

    Songwriters, artists, and record labels can save time and discover better lyrics with the help of a machine learning tool that supports their creative endeavours. @@ -449,8 +449,8 @@ Songwriters have several old-fashioned tools at their disposal including diction

    -
    -

    3.2 Benefits

    +
    +

    3.2 Benefits

    How many sensible phrases can you think of that rhyme with “war on poverty”? What if I say that there’s a restriction to only come up with phrases that are exactly 14 syllables? That’s a common restriction when a songwriter is trying to match the meter of a previous line. What if I add another restriction that there must be primary stress at certain spots in that 14 syllable phrase? @@ -466,8 +466,8 @@ And this is a process that is perfect for machine learning. Machine learning can

    -
    -

    3.3 Product - RhymeStorm™

    +
    +

    3.3 Product - RhymeStorm™

    RhymeStorm™ is a tool to help songwriters brainstorm. It provides lyrics automatically generated based on training data from existing songs while adhering to restrictions based on rhyme scheme, meter, genre, and more. @@ -495,8 +495,8 @@ This auto-complete functionality will be similar to the auto-complete that is co

    -
    -

    3.4 Data

    +
    +

    3.4 Data

    The initial model will be trained on the lyrics from http://darklyrics.com. This is a publicly available data set with minimal meta-data. Record labels will have more valuable datasets that will include meta-data along with lyrics, such as the date the song was popular, the number of radio plays of the song, the profit of the song/artist, etc… @@ -508,8 +508,8 @@ The software can be augmented with additional algorithms to account for the type

    -
    -

    3.5 Objectives

    +
    +

    3.5 Objectives

    This software will accomplish its primary objective if it makes its way into the daily toolkit of a handful of singers/songwriters. @@ -529,8 +529,8 @@ Another example is the package that turns phrases into phones (symbols of pronun

    -
    -

    3.6 Development Methodology - Agile

    +
    +

    3.6 Development Methodology - Agile

    This project will be developed with an iterative Agile methodology. Since a large part of data science and machine learning is exploration, this project will benefit from ongoing exploration in tandem with development. @@ -546,8 +546,8 @@ The prices quoted below are for an initial minimum-viable-product that will serv

    -
    -

    3.7 Costs

    +
    +

    3.7 Costs

    Funding requirements are minimal. The initial dataset is public and freely available. On a typical consumer laptop, Hidden Markov Models can be trained on fairly large datasets in short time and the training doesn’t require the use of expensive hardware like the GPUs used to train Deep Neural Networks. @@ -631,17 +631,17 @@ These are my estimates for the time and cost of different aspects of initial dev

    -
    -

    3.8 Stakeholder Impact

    +
    +

    3.8 Stakeholder Impact

    -The only stakeholders in the project will be the record labels or songwriters. I describe the only impact to them in the 3.2 section above. +The only stakeholders in the project will be the record labels or songwriters. I describe the only impact to them in the 3.2 section above.

    -
    -

    3.9 Ethical And Legal Considerations

    +
    +

    3.9 Ethical And Legal Considerations

    Web scraping, the method used to obtain the initial dataset from http://darklyrics.com, is protected given the ruling in https://en.wikipedia.org/wiki/HiQ_Labs_v._LinkedIn (HiQ Labs v. LinkedIn 2021). @@ -653,8 +653,8 @@ The use of publicly available data in generative works is less clear. But Micros

    -
    -

    3.10 Expertise

    +
    +

    3.10 Expertise

    I have 10 years experience as a programmer and have worked extensively on both frontend technologies like HTML/JavaScript, backend technologies like Django, and building libraries/packages/frameworks. @@ -670,13 +670,10 @@ I’ve also been writing limericks my entire life and hold the International

    4 B. Executive Summary - RhymeStorm™ Technical Notes And Requirements

    -

    -Write an executive summary directed to IT professionals that addresses each of the following requirements: -

    -
    -

    4.1 Decision Support Opportunity

    +
    +

    4.1 Decision Support Opportunity

    Songwriters expend a lot of time and effort finding the perfect rhyming word or phrase. RhymeStorm™ is going to amplify user’s creative abilities by searching its machine learning model for sensible and proven-successful words and phrases that meet the rhyme scheme and meter requirements requested by the user. @@ -688,8 +685,8 @@ When a songwriter needs to find likely phrases that rhyme with “war on pov

    -
    -

    4.2 Customer Needs And Product Description

    +
    +

    4.2 Customer Needs And Product Description

    Songwriters spend money on dictionaries, compilations of slang, thesauruses, and phrase dictionaries. They spend their time daydreaming, brainstorming, contemplating, and mixing and matching the knowledge they acquire through these traditional means. @@ -709,8 +706,8 @@ Computers can process and sort this information and sort the results by quality

    -
    -

    4.3 Existing Products

    +
    +

    4.3 Existing Products

    We’re all familiar with dictionaries, thesauruses, and their shortcomings. @@ -726,8 +723,8 @@ RhymeZone is limited in its capability. It doesn’t do well finding rhymes

    -
    -

    4.4 Available Data And Future Data Lifecycle

    +
    +

    4.4 Available Data And Future Data Lifecycle

    The initial dataset will be gathered by downloading lyrics from http://darklyrics.com and future models can be generated by downloading lyrics from other websites. Alternatively, data can be provided by record labels and combined with meta-data that the record label may have, such as how many radio plays each song gets and how much profit they make from each song. @@ -751,8 +748,8 @@ Each new model can be uploaded to the web server and users can select which mode

    -
    -

    4.5 Methodology - Agile

    +
    +

    4.5 Methodology - Agile

    RhymeStorm™ development will proceed with an iterative Agile methodology. It will be composed of several independent modules that can be worked on independently, in parallel, and iteratively. @@ -776,8 +773,8 @@ Much of data science is exploratory and taking an iterative Agile approach can t

    -
    -

    4.6 Deliverables

    +
    +

    4.6 Deliverables

    • Supporting libraries source code
    • @@ -811,8 +808,8 @@ The trained data model and web interface has been deployed at the following addr
    -
    -

    4.7 Implementation Plan And Anticipations

    +
    +

    4.7 Implementation Plan And Anticipations

    I’ll start by writing and releasing the supporting libraries and packages: Tries, Syllabification/Phonetics, Rhyming. @@ -832,13 +829,9 @@ In anticipation of user growth, I’ll be deploying the final product on Dig

    -
    -

    4.8 Requirements Validation And Verification

    +
    +

    4.8 Requirements Validation And Verification

    -

    -the methods for validating and verifying that the developed data product meets the requirements and subsequently the needs of the customers -

    -

    For the known requirements, I’ll perform personally perform manual tests and quality assurance. This is a small enough project that one individual can thoroughly test all of the primary requirements.

    @@ -853,13 +846,9 @@ The final website will integrate multiple technologies and the integrations won&
    -
    -

    4.9 Programming Environments And Costs

    +
    +

    4.9 Programming Environments And Costs

    -

    -the programming environments and any related costs, as well as the human resources that are necessary to execute each phase in the development of the data product -

    -

    One of the benefits of a Hidden Markov Model is its relative computational affordability when compared to other machine learning techniques, like Deep Neural Networks.

    @@ -878,8 +867,8 @@ All code was written and all models were trained on a Lenovo T15G with an Intel
    -
    -

    4.10 Timeline And Milestones

    +
    +

    4.10 Timeline And Milestones

    @@ -957,16 +946,16 @@ RhymeStorm™ is an application to help singers and songwriters brainstorm new l

    -
    -

    5.1 Descriptive And Predictive Methods

    +
    +

    5.1 Descriptive And Predictive Methods

    -
    -

    5.1.1 Descriptive Method

    +
    +

    5.1.1 Descriptive Method

      -
    1. Most Common Grammatical Structures In A Set Of Lyrics
      +
    2. Most Common Grammatical Structures In A Set Of Lyrics

      By filtering songs by metrics such as popularity, number of awards, etc… we can use this software package to determine the most common grammatical phrase structure for different filtered categories. @@ -1043,12 +1032,12 @@ In the example below, you’ll see that a simple noun-phrase is the most pop

    -
    -

    5.1.2 Prescriptive Method

    +
    +

    5.1.2 Prescriptive Method

      -
    1. Most Likely Word To Follow A Given Phrase
      +
    2. Most Likely Word To Follow A Given Phrase

      To help songwriters think of new lyrics, we provide an API to receive a list of words that commonly follow/precede a given phrase. @@ -1144,8 +1133,8 @@ In the example below, we provide a seed suffix of “bother me” and as

    -
    -

    5.2 Datasets

    +
    +

    5.2 Datasets

    The dataset currently in use was generated from the publicly available lyrics at http://darklyrics.com. @@ -1161,12 +1150,12 @@ The trained dataset is available as a resource in this repository at web/r

    -
    -

    5.3 Decision Support Functionality

    +
    +

    5.3 Decision Support Functionality

    -
    -

    5.3.1 Choosing Words For A Lyric Based On Markov Likelihood

    +
    +

    5.3.1 Choosing Words For A Lyric Based On Markov Likelihood

    Entire phrases can be generated using the previously mentioned functionality of generating lists of likely prefix/suffix words. @@ -1182,8 +1171,8 @@ The user can supply criteria such as restrictions on the number of syllables, nu

    -
    -

    5.3.2 Choosing Words To Complete A Lyric Based On Rhyme Quality

    +
    +

    5.3.2 Choosing Words To Complete A Lyric Based On Rhyme Quality

    Another part of the decision support functionality is filtering and ordering predicted words based on their rhyme quality. @@ -1409,8 +1398,8 @@ In the example below, you’ll see that the first 20 or so rhymes are perfec

    -
    -

    5.4 Featurizing, Parsing, Cleaning, And Wrangling Data

    +
    +

    5.4 Featurizing, Parsing, Cleaning, And Wrangling Data

    The data processing code is in https://github.com/eihli/prhyme @@ -1446,8 +1435,8 @@ words can be compared: “Foo” is the same as “foo”.

    -
    -

    5.5 Data Exploration And Preparation

    +
    +

    5.5 Data Exploration And Preparation

    The primary data structure and algorithms supporting exploration of the data are a Markov Trie @@ -1495,8 +1484,8 @@ All Trie code is hosted in the git repo located at -

    5.6 Data Visualization Functionalities For Data Exploration And Inspection

    +
    +

    5.6 Data Visualization Functionalities For Data Exploration And Inspection

    The functionality to explore and visualize data is baked into the Trie data structure. @@ -1506,7 +1495,7 @@ The functionality to explore and visualize data is baked into the Trie data stru By simply viewing the Trie in a Clojure REPL, you can inspect the Trie’s structure.

    -
    +
       (let [initialized-trie (->> (trie/make-trie "dog" "dog" "dot" "dot" "do" "do"))]
         initialized-trie)
         ;; => {(\d \o \g) "dog", (\d \o \t) "dot", (\d \o) "do", (\d) nil}
    @@ -1548,12 +1537,12 @@ The Hidden Markov Model data structure doesn’t lend itself to any useful g
     
    -
    -

    5.7 Implementation Of Interactive Queries

    +
    +

    5.7 Implementation Of Interactive Queries

    -
    -

    5.7.1 Generate Rhyming Lyrics

    +
    +

    5.7.1 Generate Rhyming Lyrics

    This interactive query will return a list of rhyming phrases to any word or phrase you enter. @@ -1696,8 +1685,8 @@ The interactive query for the above can be found at -

    5.7.2 Complete Lyric Containing Suffix

    +
    +

    5.7.2 Complete Lyric Containing Suffix

    This interactive query will return a list of lyrics completing the given suffix with randomly generated prefixes. @@ -1799,8 +1788,8 @@ The interactive query for the above can be found at -

    5.8 Implementation Of Machine Learning Methods

    +
    +

    5.8 Implementation Of Machine Learning Methods

    The machine learning method chosen for this software is a Hidden Markov Model. @@ -1870,7 +1859,7 @@ The algorithm for generating predictions from the HMM is as follows.

    -
    +
     [(("<s>" "call" "me")
       ("<s>" "call")
       ("<s>" "right" "</s>")
    @@ -1960,8 +1949,8 @@ It also performs compaction and serialization. Song lyrics are typically provide
     
    -
    -

    5.9 Functionalities To Evaluate The Accuracy Of The Data Product

    +
    +

    5.9 Functionalities To Evaluate The Accuracy Of The Data Product

    Since creative brainstorming is the goal, “accuracy” is subjective. @@ -2036,8 +2025,8 @@ This standardized measure of accuracy can be used to compare different language

    -
    -

    5.10 Security Features

    +
    +

    5.10 Security Features

    Artists/Songwriters place a lot of value in the secrecy of their content. Therefore, all communication with the web-based interface occurs over a secure connection using HTTPS. @@ -2053,15 +2042,15 @@ With this precaution in place, attackers will not be able to snoop the content t

    -
    -

    5.11 Tools To Monitor And Maintain The Product

    +
    +

    5.11 Tools To Monitor And Maintain The Product

    By having the application server behind an HAProxy load balancer, we can take advantage of the built-in HAProxy stats page for monitoring amount of traffic and health of the application servers.

    -
    +

    stats.png

    @@ -2080,8 +2069,8 @@ The server also includes the certbot script for updating and mainta
    -
    -

    5.12 A User-Friendly, Functional Dashboard That Includes At Least Three Visualization Types

    +
    +

    5.12 A User-Friendly, Functional Dashboard That Includes At Least Three Visualization Types

    You can access an example of the user interface at https://darklimericks.com/wgu. @@ -2096,11 +2085,11 @@ The first input field is for a word or phrase for which you wish to find a rhyme

    -The first visualization is a scatter plot of rhyming words with the “quality” of the rhyme on the Y axis and the number of times that rhyming word/phrase occurrs in the training corpus on the X axis. +The first visualization is a scatter plot of rhyming words with the “quality” of the rhyme on the Y axis and the number of times that rhyming word/phrase occurs in the training corpus on the X axis.

    -
    +

    wgu-vis.png

    @@ -2110,7 +2099,7 @@ The second visualization is a word cloud where the size of each word is based on

    -
    +

    wgu-vis-cloud.png

    @@ -2120,7 +2109,7 @@ The third visualization is a table that lists all of the rhymes, their pronuncia

    -
    +

    wgu-vis-table.png

    @@ -2131,21 +2120,30 @@ The third visualization is a table that lists all of the rhymes, their pronuncia

    6 D. Documentation

    -

    -Create each of the following forms of documentation for the product you have developed: -

    -
    -

    6.1 Business Vision

    +
    +

    6.1 Business Vision

    -Provide rhyming lyric suggestions optionally constrained by syllable count. +Supercharge songwriter’s abilities with automated rhyming lyric suggestions for brainstorming. +

    + +

    +Without the physical constraints imposed by paperpack rhyming dictionaries, and with the full power of machine learning training, RhymeStorm™ will find rhymes don’t show up in typical rhyming dictionaries. +

    + +

    +Rhymes and lyric suggestions will further be honed to target specific genres based on the training data set. +

    + +

    +These two features combine with the speed of modern-day processing to provide rapid-fire rhyming suggestions never before seen.

    -
    -

    6.1.1 Requirements

    +
    +

    6.1.1 Requirements

    • [X] Given a word or phrase, suggest rhymes (ranked by quality) (Trie)
    • @@ -2161,8 +2159,8 @@ Provide rhyming lyric suggestions optionally constrained by syllable count.
    -
    -

    6.2 Data Sets

    +
    +

    6.2 Data Sets

    I obtained the dataset from http://darklyrics.com. @@ -2186,8 +2184,8 @@ See web/resources/models/

    -
    -

    6.3 Data Analysis

    +
    +

    6.3 Data Analysis

    I wrote code to perform certain types of data analysis, but I didn’t find it useful to meet the business requirements of this project. @@ -2199,8 +2197,8 @@ For example, there is natural language processing code at -

    6.4 Assessment Of Hypothesis

    +
    +

    6.4 Assessment Of Hypothesis

    I’ll use an example output to subjectively assess the results of the project. @@ -2416,31 +2414,47 @@ and more.

    -
    -

    6.5 Visualizations

    +
    +

    6.5 Visualizations

    +

    +RhymeStorm™ provides three visualizations to help songwriter’s find the perfect lyric. +

    -
    +

    +The first visualization is a scatterplot comparing rhyme quality to frequency that the rhyming word or phrase appears in the training corpus. +

    + + +

    rhyme-scatterplot.png

    +

    +The second visualization is a word cloud where each word’s size is in proportion to the frequency with which the word appears in the training corpus. +

    + -
    +

    wordcloud.png

    +

    +And the third visualization is a sorted table of rhyme suggestions. The rhymes are sorted first by quality and then by popularity. +

    + -
    +

    rhyme-table.png

    -
    -

    6.6 Accuracy

    +
    +

    6.6 Accuracy

    It’s difficult to objectively test the models accuracy since the goal of “brainstorm new lyric” is such a subjective goal. A valid test of that goal will require many human subjects to subjectively evaluate their performance while using the tool compared to their performance without the tool. @@ -2451,8 +2465,8 @@ If we allow ourselves the assumption that the close a generated phrase is to a v

    -
    -

    6.6.1 Percentage Of Generated Lines That Are Valid English Sentences

    +
    -
    -

    6.7 Testing

    +
    +

    6.7 Testing

    My language of choice for this project encourages a programming technique or paradigm known as REPL-driven development. REPL stands for Read-Eval-Print-Loop. This is a way to write and test code in real-time without a compilation step. Individual code chunks can be evaluated inside an editor, resulting in rapid feedback. @@ -2575,12 +2589,16 @@ Here is an example of the test suite for the code related to syllabification:

    -
    -

    6.8 Source Code

    +
    +

    6.8 Source Code

    +

    +I wrote three Clojure libraries and one Clojure application that combine to make RhymeStorm™. +

    -
    -

    6.8.1 Tightly Packed Trie

    + +
    +

    6.8.1 Tightly Packed Trie

    This is the data structure that backs the Hidden Markov Model. @@ -2592,8 +2610,8 @@ This is the data structure that backs the Hidden Markov Model.

    -
    -

    6.8.2 Phonetics

    +
    +

    6.8.2 Phonetics

    This is the helper library that syllabifies and manipulates words, phones, and syllables. @@ -2605,8 +2623,8 @@ This is the helper library that syllabifies and manipulates words, phones, and s

    -
    -

    6.8.3 Rhyming

    +
    +

    6.8.3 Rhyming

    This library contains code for analyzing rhymes, sentence structure, and manipulating corpuses. @@ -2618,8 +2636,8 @@ This library contains code for analyzing rhymes, sentence structure, and manipul

    -
    -

    6.8.4 Web Server And User Interface

    +
    +

    6.8.4 Web Server And User Interface

    This application is not publicly available. I’ll upload it with submission of the project. @@ -2628,16 +2646,16 @@ This application is not publicly available. I’ll upload it with submission

    -
    -

    6.9 Quick Start

    +
    +

    6.9 Quick Start

    -
    -

    6.9.1 How To Initialize Development Environment

    +
    +

    6.9.1 How To Initialize Development Environment

      -
    1. Required Software
      +
    2. Required Software
      • Docker
      • @@ -2647,7 +2665,7 @@ This application is not publicly available. I’ll upload it with submission
    3. -
    4. Steps
      +
    5. Steps
      1. Run ./db/run.sh && ./kv/run.sh to start the docker containers for the database and key-value store. @@ -2662,12 +2680,12 @@ This application is not publicly available. I’ll upload it with submission
      -
      -

      6.9.2 How To Run Software Locally

      +
      +

      6.9.2 How To Run Software Locally

        -
      1. Requirements
        +
      2. Requirements
        • Java
        • @@ -2676,7 +2694,7 @@ This application is not publicly available. I’ll upload it with submission
      3. -
      4. Steps
        +
      5. Steps
        1. Run ./db/run.sh && ./kv/run.sh to start the docker containers for the database and key-value store. @@ -2695,8 +2713,8 @@ This application is not publicly available. I’ll upload it with submission
        -
        -

        7 Citations

        +
        +

        7 Citations

        Wikimedia Foundation. (2021, July 16). Markov Model. Wikipedia. @@ -2730,7 +2748,7 @@ Ulrich Germann, Eric Joanis, and Samuel Larkin. 2009. Tightly packed tries: How

        Author: Eric Ihli

        -

        Created: 2021-07-23 Fri 16:05

        +

        Created: 2021-07-23 Fri 17:16