technical term word rules list(wzeditor).
npm install technical-word-rulesWEB+DB PRESS用語統一ルールをベースに、
JavaScript関係やJSer.infoで使用する技術用語などの表記揺れ補正辞書とコンパイル済みJSONです。
textlintから使う場合は以下のルールを使うことで利用できます。
- azu/textlint-rule-spellcheck-tech-word
CodeMirrorで利用する場合は以下のライブラリから利用できます。
辞書データはazu/prh.yml: A collection of prh.ymlで管理しています。
このリポジトリはコンパイル済みのJSONデータのみを管理しています。
以下のURLから全ての辞書を結合したJSONファイルを取得出来ます
- http://azu.github.io/technical-word-rules/all.json
```
npm install technical-word-rules
`js`
var json = require("technical-word-rules");
// -> all.jsonが取得できる
以下の記事で解説しています。
- textlintで日本語の文章をチェックする | Web Scratch
- textlint + prhで表記ゆれを検出する | Web Scratch
- azu/textlint-rule-web-plus-db
WEB+DB PRESS用語統一ルールをより厳密に従いたい場合はこちらを利用してください。
npm test
既存のルールでパス済みのJSer.infoの記事に対してテストが実行されます。
記事がおかしい場合はtest/fixturesも併せて修正します。
This module is released by semantic-release/semantic-release.
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
MIT