Skip to content

xiyuan0727/WordCloudSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%