/WordCloudSharp

:cloud: Ported from http://wordcloud.codeplex.com/

Primary LanguageC#

Ported Repository Info

This project is ported from a Codeplex hosted repository.

Build

GitHub Actions

Install

NuGet

Usage

    var wordCloud = new WordCloud(width, height, mask: mask, allowVerical: true, fontname: "YouYuan");
    wordCloud.OnProgress += Wc_OnProgress;
    var image = wordCloud.Draw(Words, Frequencies);

for more details, please ref to the usage in WordCloudTestApp

Examples

without mask:

alt text

with mask:

alt text

What's New

Took Word_Cloud as ref.

  • Add interface generating word cloud with mask.

To do

  1. sync features from Word_Cloud

  2. add .net core support

  3. test & CI & Nuget package