Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #180 from razum2um/master
Browse files Browse the repository at this point in the history
Note how to get a good initial dictionary
  • Loading branch information
hcodes authored Nov 1, 2021
2 parents 512d208 + 0af20ee commit 78b3a59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Examples:<br/>
`yaspeller --dictionary my_dict.json .`<br/>
`yaspeller --dictionary my_dict.json:my_dict2.json .`

If you have tons of markdown and introduce this linter, you're likely to want
generation of initial dictionary with [yaspeller-dictionary-builder](https://github.com/razum2um/yaspeller-dictionary-builder),
so one line will cover all word's forms.

#### `--report <type>`
Set type of report: `console`, `html`, `markdown`, `junit` or `json`.<br/>
Expand Down
4 changes: 4 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ JSON-файл собственного словаря.
`yaspeller --dictionary my_dict.json .`<br/>
`yaspeller --dictionary my_dict.json:my_dict2.json .`

Если у вас много md-файлов, и вы заносите линтер, то, возможно, вам пригодится
[yaspeller-dictionary-builder](https://github.com/razum2um/yaspeller-dictionary-builder).
Так вы сможете сгенерировать начальный словарь, где каждая строка будет объединять все словоформы.

#### `--report <type>`
Задать вид отчёта: `console`, `html`, `markdown`, `junit` или `json`.<br/>
По умолчанию: `console`<br/>
Expand Down

0 comments on commit 78b3a59

Please sign in to comment.