Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawannnnn/text_analyzer
https://github.com/pawannnnn/text_analyzer
ocaml
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pawannnnn/text_analyzer
- Owner: pawannnnn
- Created: 2024-10-31T20:31:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T06:01:28.000Z (2 months ago)
- Last Synced: 2024-11-23T11:18:27.425Z (about 2 months ago)
- Topics: ocaml
- Language: OCaml
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Analyzer
This is a simple text analyzer written in OCaml. It reads a text file, counts the number of words, and calculates the frequency of each word.
## Folder Structure
- `src/`: Contains source files for the analyzer.
- `lib/`: Contains any necessary libraries (if needed).
- `Makefile`: For building the project.
- `README.md`: Project overview.## Usage
To compile and run the analyzer, use the following commands:
```bash
make
./analyzer yourtextfile.txt