We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8364e7 commit 9b8fbb3Copy full SHA for 9b8fbb3
README.md
@@ -3,6 +3,7 @@
3
日本語技術書のコーパス。
4
5
日本語の再配布が可能な技術書を集めたものです。
6
+商用利用できないライセンスを含みます。
7
8
## 収集対象
9
@@ -15,6 +16,18 @@
15
16
17
- 校正が十分に行われているかどうか(校正済みの文書を収集するものではない)
18
19
+## 利用目的
20
+
21
+- [textlint](https://github.com/textlint/textlint "textlint")ルールのテストのfixtureとして
22
23
+例) コーパスに含まれている文章に対してtextlintでチェックしていとしない結果がないかを確かめる
24
25
+```sh
26
+npm i -g textlint technological-book-corpus-ja
27
+# 試したいルールをlib/において試す
28
+technological-book-corpus-ja | xargs textlint --rulesdir lib/ -f pretty-error
29
+```
30
31
## Install
32
33
Install with [npm](https://www.npmjs.com/):
0 commit comments