Skip to content

Commit

Permalink
Unify variable name in English docs (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratsgo committed Nov 15, 2020
1 parent 9456797 commit 0d03fcc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion en-docs/corpuslist/modu_messenger.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ corpus = ModuMessengerKorpus()

```warning
The codes assumes that the corpus has already been unzipped into `~/Korpora/NIKL_MESSENGER` within the current user's local root.
If the corpus exists in another directory, add `root_dir_or_paths=custom_path` argument in `ModuMessengerKorpus` class declaration.
If the corpus exists in another directory, add `root_dir=custom_path` argument in `ModuMessengerKorpus` class declaration.
```

If you use either one of these previous examples, you can load the corpus into the variable `corpus`.
Expand Down
2 changes: 1 addition & 1 deletion en-docs/corpuslist/modu_mp.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ corpus = ModuMorphemeKorpus()

```warning
The codes assumes that the corpus has already been unzipped into `~/Korpora/NIKL_MP` within the current user's local root.
If the corpus exists in another directory, add `root_dir_or_paths=custom_path` argument in `ModuMorphemeKorpus` class declaration.
If the corpus exists in another directory, add `root_dir=custom_path` argument in `ModuMorphemeKorpus` class declaration.
```

If you use either one of these previous examples, you can load the corpus into the variable `corpus`.
Expand Down
2 changes: 1 addition & 1 deletion en-docs/corpuslist/modu_ne.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ corpus = ModuNEKorpus()

```warning
The codes assumes that the corpus has already been unzipped into `~/Korpora/NIKL_NE` within the current user's local root.
If the corpus exists in another directory, add `root_dir_or_paths=custom_path` argument in `ModuNEKorpus` class declaration.
If the corpus exists in another directory, add `root_dir=custom_path` argument in `ModuNEKorpus` class declaration.
```

If you use either one of these previous examples, you can load the corpus into the variable `corpus`.
Expand Down
2 changes: 1 addition & 1 deletion en-docs/corpuslist/modu_news.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ corpus = ModuNewsKorpus()

```warning
The codes assumes that the corpus has already been unzipped into `~/Korpora/NIKL_NEWSPAPER` within the current user's local root.
If the corpus exists in another directory, add `root_dir_or_paths=custom_path` argument in `ModuNewsKorpus` class declaration.
If the corpus exists in another directory, add `root_dir=custom_path` argument in `ModuNewsKorpus` class declaration.
```

```tip
Expand Down
2 changes: 1 addition & 1 deletion en-docs/corpuslist/modu_spoken.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ corpus = ModuSpokenKorpus()

```warning
The codes assumes that the corpus has already been unzipped into `~/Korpora/NIKL_SPOKEN` within the current user's local root.
If the corpus exists in another directory, add `root_dir_or_paths=custom_path` argument in `ModuSpokenKorpus` class declaration.
If the corpus exists in another directory, add `root_dir=custom_path` argument in `ModuSpokenKorpus` class declaration.
```

If you use either one of these previous examples, you can load the corpus into the variable `corpus`.
Expand Down
2 changes: 1 addition & 1 deletion en-docs/corpuslist/modu_web.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ corpus = ModuWebKorpus()

```warning
The codes assumes that the corpus has already been unzipped into `~/Korpora/NIKL_WEB` within the current user's local root.
If the corpus exists in another directory, add `root_dir_or_paths=custom_path` argument in `ModuWebKorpus` class declaration.
If the corpus exists in another directory, add `root_dir=custom_path` argument in `ModuWebKorpus` class declaration.
```

If you use either one of these previous examples, you can load the corpus into the variable `corpus`.
Expand Down
2 changes: 1 addition & 1 deletion en-docs/corpuslist/modu_written.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ corpus = ModuWrittenKorpus()

```warning
The codes assumes that the corpus has already been unzipped into `~/Korpora/NIKL_WRITTEN` within the current user's local root.
If the corpus exists in another directory, add `root_dir_or_paths=custom_path` argument in `ModuWrittenKorpus` class declaration.
If the corpus exists in another directory, add `root_dir=custom_path` argument in `ModuWrittenKorpus` class declaration.
```

If you use either one of these previous examples, you can load the corpus into the variable `corpus`.
Expand Down

0 comments on commit 0d03fcc

Please sign in to comment.