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

https://github.com/potatomaster101/txtfreq

Small tool to count text frequency
https://github.com/potatomaster101/txtfreq

csharp frequency mit-license netcore

Last synced: 11 months ago
JSON representation

Small tool to count text frequency

Awesome Lists containing this project

README

          

# Text Frequency
Small tool to count text frequency.

## Usage
```
$ frequency
```

## Building
Requires [`dotnet`](https://dotnet.microsoft.com/download) to build.
```
$ git clone https://github.com/PotatoMaster101/txtfreq
$ cd txtfreq
$ dotnet build -c Release
```

## Testing
```
$ dotnet test
```