From df6e77c495b2185eadbd8fc82adb2b1ba1706098 Mon Sep 17 00:00:00 2001 From: Xiaoquan Kong Date: Sun, 15 Jul 2018 22:03:28 +0800 Subject: [PATCH] Update working progress --- README.en-US.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index a6d330e..8cbecbf 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -61,7 +61,7 @@ See [workflow](workflow.md) * Attribute `is_stop` is not working correctly. This related to Language class in SpaCy. * Attribute `vector` seems not well trained * Attribute `is_oov` is totally incorrect. First priority. -* NER model is not available due to lacking of LDC corpus. I am working on it. +* NER model is not available due to lacking of LDC corpus. I am working on it. ## Built With diff --git a/README.md b/README.md index c5fd129..5013b64 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ python3 ./test.py * 属性 `is_stop` 不正确. 这个和 SpaCy 中中文语言 Class 相关。 * 属性 `vector` 似乎没有训练的很好。 * 属性 `is_oov` 完全错误. 第一优先级修复。 -* NER 模型,因为缺少 LDC 语料库,目前不可用. 正在解决中。 +* NER 模型,因为缺少 LDC 语料库,目前不可用. 正在解决中 正在训练中。 ## 使用的组件