Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

mjwsteenbergen/WordExtractor

Repository files navigation

WordExtractor

Install

  1. Install .NET Core
  2. To try out the tool run dotnet tool install -g wordextractor

Use as a library

Run dotnet add package WordExtractor --version 1.1.0

Example

var dictionary = new Dictionary<string, int> {
    {"test", 3},
    {"hello", 1},
    {"item", 0},
};

WordInferer inferer = new WordInferer(dictionary);

Console.WriteLine(inferer.Infer(i));

I have a list of words, that you can use. If I have not replaced this text with instructions, feel free to open an issue.

About

Extracts words from strings without spaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages