From ec569706de597d71b43657884dd73adf86aa8be4 Mon Sep 17 00:00:00 2001 From: Xiaoquan Kong Date: Sun, 15 Jul 2018 22:07:20 +0800 Subject: [PATCH] Add one more TODO item --- README.en-US.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en-US.md b/README.en-US.md index 8cbecbf..776ef35 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -62,6 +62,7 @@ See [workflow](workflow.md) * 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. +* Release all the intermediate material to help user build own model ## Built With diff --git a/README.md b/README.md index 5013b64..36cfb01 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ python3 ./test.py * 属性 `vector` 似乎没有训练的很好。 * 属性 `is_oov` 完全错误. 第一优先级修复。 * NER 模型,因为缺少 LDC 语料库,目前不可用. 正在解决中 正在训练中。 +* 将训练中所用的中间结果 release 出来, 方便用户自行定制模型 ## 使用的组件