Skip to content

Commit

Permalink
Merge pull request #43 from hexenq/dev
Browse files Browse the repository at this point in the history
docs: fix internal links in docs
  • Loading branch information
hexenq authored Aug 13, 2018
2 parents 2c8b130 + 650d42a commit 097f16d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import Kuroshiro from "kuroshiro";
const kuroshiro = new Kuroshiro();
```

形態素解析器のインスタンスを引数にしてkuroshiroを初期化する ([API説明](#init(analyzer))を参考にしてください):
形態素解析器のインスタンスを引数にしてkuroshiroを初期化する ([API説明](#initanalyzer)を参考にしてください):
```js
// この例では,まずnpm installとimportを通じてkuromojiの形態素解析器を導入します
import KuromojiAnalyzer from "kuroshiro-analyzer-kuromoji";
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Instantiate:
const kuroshiro = new Kuroshiro();
```

Initialize kuroshiro with an instance of analyzer (You could check the [apidoc](#init(analyzer)) for more information):
Initialize kuroshiro with an instance of analyzer (You could check the [apidoc](#initanalyzer) for more information):
```js
// For this example, you should npm install and import the kuromoji analyzer first
import KuromojiAnalyzer from "kuroshiro-analyzer-kuromoji";
Expand Down Expand Up @@ -137,7 +137,7 @@ __Arguments__
| delimiter_start | String | "(" | Delimiter(Start) |
| delimiter_end | String | ")" | Delimiter(End) |

**: Param `romajiSystem` is only applied when the value of param `to` is `romaji`. For more about it, check [Romanization System](#Romanization-System)*
**: Param `romajiSystem` is only applied when the value of param `to` is `romaji`. For more about it, check [Romanization System](#romanization-system)*

__Examples__

Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import Kuroshiro from "kuroshiro";
const kuroshiro = new Kuroshiro();
```

使用一个解析器实例来初始化kuroshiro (请参考[API说明](#init(analyzer))):
使用一个解析器实例来初始化kuroshiro (请参考[API说明](#initanalyzer)):
```js
// 在这个示例中,首先npm install并import导入kuromoji解析器
import KuromojiAnalyzer from "kuroshiro-analyzer-kuromoji";
Expand Down
2 changes: 1 addition & 1 deletion README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import Kuroshiro from "kuroshiro";
const kuroshiro = new Kuroshiro();
```

使用一個解析器實例來初始化kuroshiro (請參考[API說明](#init(analyzer))):
使用一個解析器實例來初始化kuroshiro (請參考[API說明](#initanalyzer)):
```js
// 在這個示例中,首先npm install並import導入kuromoji解析器
import KuromojiAnalyzer from "kuroshiro-analyzer-kuromoji";
Expand Down

0 comments on commit 097f16d

Please sign in to comment.