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
- Host: GitHub
- URL: https://github.com/alastairlundy/wcount
- Owner: alastairlundy
- License: mpl-2.0
- Created: 2024-11-11T15:15:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-13T09:49:02.000Z (about 1 month ago)
- Last Synced: 2026-05-13T11:23:21.440Z (about 1 month ago)
- Topics: cli, csharp, dotnet, dotnet-library, word-counter, wordcount
- Language: C#
- Homepage:
- Size: 833 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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. |