/Subword

Get word permutations from text

Primary LanguageF#

SubWord

TODO: DEPLOY AND ADD LINK

View all words permuations embedded in text.

For example, "Hello world" contains the words "hello", "hell", "hold", "lord" - all of which can be generated from the source text while preserving the letter order.

TODO: ADD IMAGE TO ILLUSTRATE EXAMPLE

Tech Stack

  • F#
  • SAFE stack

Install pre-requisites

You'll need to install the following pre-requisites in order to build

  • The .NET Core SDK
  • The Yarn package manager (you can also use npm but the usage of yarn is encouraged).
  • Node LTS installed for the front end components.
  • If you're running on OSX or Linux, you'll also need to install Mono.

Work with the application

Before you run the project for the first time only you should install its local tools with this command:

dotnet tool restore

To concurrently run the server and the client components in watch mode use the following command:

dotnet fake build -t run

SAFE Stack Documentation

You will find more documentation about the used F# components at the following places: