diff --git a/README.md b/README.md index aed6cd6..2888a80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -jieba +jieb ======== “结巴”中文分词:做最好的 Python 中文分词组件 @@ -528,7 +528,7 @@ Output: 2. Add a custom dictionary ---------------------------- -### Load dictionary +### Load dictionary * Developers can specify their own custom dictionary to be included in the jieba default dictionary. Jieba is able to identify new words, but you can add your own new words can ensure a higher accuracy. * Usage: `jieba.load_userdict(file_name)` # file_name is a file-like object or the path of the custom dictionary