Skip to content

Commit

Permalink
feat(site): document normalizer options
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Aug 7, 2024
1 parent 434de22 commit 494e5d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions site/docs/src/normalizer/dataize.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,21 @@ normalizer dataize --recursive --rules eo-phi-normalizer/test/eo/phi/rules/yegor
```

Can be combined with `--chain` to print all the intermediate steps of both normalization and dataization.
### `--enable-atom`

Enable an atom by name.

```$ as console
normalizer dataize --minimize-stuck-terms --recursive --enable-atom "Lorg_eolang_dataized" --rules eo-phi-normalizer/test/eo/phi/rules/yegor.yaml celsius.phi
```

### `--disable-atom`

Disable an atom by name.

```$ as console
normalizer dataize --minimize-stuck-terms --recursive --disable-atom "Lorg_eolang_dataized" --rules eo-phi-normalizer/test/eo/phi/rules/yegor.yaml celsius.phi
```

### `FILE` not specified (read from stdin)

Expand Down

0 comments on commit 494e5d3

Please sign in to comment.