Code Monkey home page Code Monkey logo

phrase_analyser's Introduction

Phrase analyser

Yowe test (created using Symfony 4.2 with php 7.2)
(case sensitive)
can be tested in the following URL: http://ec2-52-17-93-191.eu-west-1.compute.amazonaws.com/


How to Install

  • clone the repository
  • run : composer install
  • run : bin/console server:run
  • access it locally using by 127.0.0.1:8000 (keep in mind port 8000 might be different in your case if its busy)
  • includes one sample PhpUnit test method, jquery DataTable for the grid

Description:

Create a web application that will analyse customer input and provide some statistics. Runflow: Step 1. Customer is asked to insert a string (not longer then 255 chars) Step 2. Customer submits the data and receives a grid overview with character statistics. column1 - character symbol column2 - how many times character encountered. column3 - sibling character info: character was seen standing before [list of chars], after [list of chars], longest distance between chars is 10 (in case of 2 or more characters). Guidance:

  • use framework if needed. using composer is a plus
  • Using Db is not requireed in this assignment
  • Assignment should be implemented using objects arranged into graph
  • Write a phpunit for function that will traverse the graph.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.