From ee0ce32bbde31f2ec18a428542f0b41cabfdf8c1 Mon Sep 17 00:00:00 2001 From: OOC Date: Tue, 4 Apr 2017 11:17:44 +0800 Subject: [PATCH] Update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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