Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 907bf91

Browse files
committed
doc: update README
1 parent 35ce2a9 commit 907bf91

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ In the end, we would like to make a flow to get these resources via the code, li
216216
217217
## User defined Dictionary
218218
219-
If you need to apply customized `user.dic`,
219+
If you need to apply customized user dictionary, `user.dic`,
220220
place [sudachi.json](https://github.com/WorksApplications/Sudachi/blob/develop/src/main/resources/sudachi.json) to anywhere you like,
221-
and overwrite `userDict` value with the relative path from `sudachi.json` to your `user.dic`.
221+
and add `userDict` value with the relative path from `sudachi.json` to your `user.dic`.
222222
223223
```
224224
{
@@ -227,11 +227,10 @@ and overwrite `userDict` value with the relative path from `sudachi.json` to you
227227
}
228228
```
229229
230-
You can also build user dictionary with sub-command `ubuild`.
230+
Also, you can build user dictionary with sub-command `ubuild`.
231231
232-
233-
About input file format, see [here](https://github.com/WorksApplications/Sudachi/blob/develop/docs/user_dict.md)
234-
(written in Japanese, English document is unavailable right now.)
232+
About file format, see [here](https://github.com/WorksApplications/Sudachi/blob/develop/docs/user_dict.md)
233+
(written in Japanese, English document is unavailable now)
235234
236235
## For developer
237236

0 commit comments

Comments
 (0)