textlint
文章
校閲
ツール
JavaScriptで記述されている
自然言語向け
linter
とも
/icons/github.icon
textlint/textlint
textlint · The pluggable linting tool for text and markdown
Chrome拡張から使えるようにする際の知見
webpack で Chrome 拡張を作って得られた知見 - もなでぃっく
azuさん自身による実装
textlint/editor
textlint editorのベータリリース | textlint 12リリース、ブラウザで動くtextlint editorをベータリリース | Web Scratch
Denoでtextlintを動かす
特定箇所でだけルールを無視したいときは
textlint-filter-rule-comments
を入れる
https://github.com/textlint/textlint-filter-rule-comments
rule (preset)s
https://github.com/textlint/textlint/wiki/Collection-of-textlint-rule
にまとまっている
textlint-rule-preset-JTF-style
https://efcl.info/2015/10/19/textlint-plugin-jtf-style/
JTF日本語標準スタイルガイド(翻訳用)
準拠かチェックする
textlint-rule-preset-japanese
https://github.com/textlint-ja/textlint-rule-preset-japanese
https://efcl.info/2015/12/30/textlint-preset/
日本語
チェック
一般的な文書で利用するためのルール集
入れても誤検知が少ないルールに限定する
明らかな誤爆がある場合は、Issueを立ててください
スタイル(スペースの有無など)に関連するルールは含めない
https://github.com/textlint-ja/textlint-rule-preset-japanese#目的
textlint-rule-no-nfd
NFD
を見つけて修正する
https://github.com/textlint-ja/textlint-rule-no-nfd
textlint-rule-preset-ja-technical-writing
https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing
技術文書向け
textlint-rule-ja-unnatural-alphabet
不自然なalphabet
を見つける
https://efcl.info/2017/03/27/unnatural-alphabet/
https://github.com/textlint-ja/textlint-rule-ja-unnatural-alphabet
textlint-rule-preset-ja-engineering-paper
https://github.com/kn1cht/textlint-rule-preset-ja-engineering-paper
もっと厳しいやつ
textlint-rule-prh
表記ゆれ
校正補助ツール
proofread-helper
をtextlintから使えるようにしたもの
https://efcl.info/2015/09/14/textlint-rule-prh/
textlint-rule-preset-ja-spacing
https://github.com/textlint-ja/textlint-rule-preset-ja-spacing
スペース周り
textlint-rule-period-in-list-item
箇条書き
の文末の
句点
を統一する
https://github.com/textlint-ja/textlint-rule-ja-no-mixed-period/
https://efcl.info/2017/04/11/textlint-rule-period-in-list-item/
textlint-rule-spellcheck-tech-word
https://github.com/azu/textlint-rule-spellcheck-tech-word
textlint-rule-proofdict
https://github.com/proofdict/proofdict/tree/master/packages/%40proofdict/textlint-rule-proofdict
proofdict
を使った
spell check
https://github.com/proofdict/proofdict
plugins
textlint-plugin-latex2e
https://github.com/textlint/textlint-plugin-latex2e
#2021-07-25
10:57:29