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

https://github.com/jlevy/leximetry

Measure your words
https://github.com/jlevy/leximetry

Last synced: 9 months ago
JSON representation

Measure your words

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

Example run of leximetry

* * *

## 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).*