An open API service indexing awesome lists of open source software.

https://github.com/alastairlundy/wcount

A word counting API and set of libraries written in C# .NET
https://github.com/alastairlundy/wcount

cli csharp dotnet dotnet-library word-counter wordcount

Last synced: 28 days ago
JSON representation

A word counting API and set of libraries written in C# .NET

Awesome Lists containing this project

README

          

# WCount

## Projects within this repo

### WCount API
WCount API provides WCountLib word counting and character counting functionality over a web api.

### WCount Libraries
WCountLib is a set of word counting, character counting, byte counting, and line counting libraries.

| Project Name | License | Description |
|-|-|-|
| WCountLib.Abstractions | MPL 2.0 | A library to provide abstractions to enable other implementations of Word Counting etc. |
| WCountLib | MPL 2.0 | A library to enable counting the number of lines, words, characters, and/or bytes in specified files, strings, or IEnumerables of strings. |