https://github.com/jlevy/leximetry
Measure your words
https://github.com/jlevy/leximetry
Last synced: 9 months ago
JSON representation
Measure your words
- Host: GitHub
- URL: https://github.com/jlevy/leximetry
- Owner: jlevy
- License: mit
- Created: 2025-06-02T22:06:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T17:39:18.000Z (11 months ago)
- Last Synced: 2025-07-23T16:33:43.165Z (10 months ago)
- Language: Python
- Homepage:
- Size: 292 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leximetry: Qualitative Metrics for Prose
## What is this?
This is an experiment at summarizing some qualitative metrics of writing.
See [leximetry.md](src/leximetry/docs/leximetry.md) for a draft doc with some
motivation, how it works, and the prompts and scoring rubric.
## Usage
Install:
```shell
uv tool install --upgrade leximetry
```
[Using uv](installation.md) is highly recommended.
To run:
```shell
leximetry --help
leximetry some_file.md
```
## Example

* * *
## Project Docs
For how to install uv and Python, see [installation.md](installation.md).
For development workflows, see [development.md](development.md).
For instructions on publishing to PyPI, see [publishing.md](publishing.md).
* * *
*This project was built from
[simple-modern-uv](https://github.com/jlevy/simple-modern-uv).*