Words.Per.Minute
1.2.3
dotnet add package Words.Per.Minute --version 1.2.3
NuGet\Install-Package Words.Per.Minute -Version 1.2.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Words.Per.Minute" Version="1.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Words.Per.Minute --version 1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Words.Per.Minute, 1.2.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Words.Per.Minute as a Cake Addin #addin nuget:?package=Words.Per.Minute&version=1.2.3 // Install Words.Per.Minute as a Cake Tool #tool nuget:?package=Words.Per.Minute&version=1.2.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Sample usage for C# Words per minute counter.
var wpm = new WPM.WordsPerMinute(@"This is a words per minute counter. It also allows to get more detailed data if you want.");
Console.WriteLine($"Number of words: {wpm.GetTotalWords()}");
Console.WriteLine($"Number of sentences: {wpm.GetTotalSentences()}");
Console.WriteLine($"Time to read at 200 words per minute: {wpm.GetTimeToRead()}");
Console.WriteLine($"Time to read at 120 words per minute: {wpm.GetTimeToRead(120)}");
Console.WriteLine("Histogram raw data:");
foreach (var word in wpm.GetHistogram())
{
Console.WriteLine($"{word.Length},{word.Occurences}");
}
Console.WriteLine("Visual histogram:");
foreach (var item in wpm.GetVisualHistogram())
{
Console.WriteLine(item);
}
Above code will generate the following:
Number of words: 18
Number of sentences: 2
Time to read at 200 words per minute: 00:00:05
Time to read at 120 words per minute: 00:00:09
Histogram raw data:
1,1
2,4
3,3
4,4
5,2
6,2
7,0
8,2
Visual histogram:
01:**
02:**********
03:*******
04:**********
05:*****
06:*****
07:
08:*****
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.3 | 4,987 | 7/4/2020 |
1.2.2 | 460 | 7/3/2020 |
1.2.1 | 439 | 7/1/2020 |
1.2.0 | 453 | 7/1/2020 |
1.1.13 | 424 | 6/29/2020 |
1.1.12 | 448 | 6/28/2020 |
1.1.11 | 446 | 6/28/2020 |
1.1.10 | 487 | 6/28/2020 |
1.1.9 | 476 | 6/28/2020 |
1.1.8 | 487 | 6/26/2020 |
1.1.7 | 511 | 6/23/2020 |
1.1.6 | 474 | 6/22/2020 |
1.1.5 | 491 | 6/21/2020 |
1.1.4 | 440 | 6/17/2020 |
1.1.3 | 488 | 6/16/2020 |
1.1.2 | 457 | 6/16/2020 |
1.1.1 | 450 | 6/16/2020 |
1.1.0 | 468 | 6/16/2020 |
1.0.8 | 444 | 6/16/2020 |
1.0.7 | 450 | 6/15/2020 |
1.0.6 | 489 | 6/15/2020 |
1.0.5 | 453 | 6/15/2020 |
1.0.4 | 471 | 6/15/2020 |
1.0.3 | 486 | 6/15/2020 |
1.0.2 | 515 | 6/14/2020 |
1.0.1 | 521 | 6/14/2020 |
1.0.0 | 576 | 6/14/2020 |