From b75b54d7648b9808d765028f491d48a164f53fba Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Mon, 3 Dec 2018 15:57:39 +0800 Subject: [PATCH] 2018-12-03 15:57:39 --- .nojekyll | 0 CNAME | 1 + SUMMARY.md | 17 +++++++++++++ index.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ update.sh | 3 +++ 5 files changed, 91 insertions(+) create mode 100644 .nojekyll create mode 100644 CNAME create mode 100644 SUMMARY.md create mode 100644 index.html create mode 100644 update.sh diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..cd1cba4 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +fasttext.apachecn.org \ No newline at end of file diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..259c692 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,17 @@ ++ 介绍 + + [快速入门](doc/zh/support.md) + + [备忘单](doc/zh/cheatsheet.md) + + [选项列表](doc/zh/options.md) ++ 教程 + + [157种语言的词向量](doc/zh/crawl-vectors.md) + + [数据集](doc/zh/dataset.md) + + [英文单词向量](doc/zh/english-vectors.md) + + [语言识别](doc/zh/language-identification.md) + + [维基词向量](doc/zh/pretrained-vectors.md) + + [监督模型](doc/zh/supervised-models.md) + + [文本分类](doc/zh/supervised-tutorial.md) + + [词语表达](doc/zh/unsupervised-tutorials.md) ++ 帮助 + + [常问问题](doc/zh/faqs.md) + + [API](doc/zh/api.md) + + [参考](doc/zh/references.md) diff --git a/index.html b/index.html new file mode 100644 index 0000000..17daf51 --- /dev/null +++ b/index.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..f76166c --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git add -A +git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" +git push \ No newline at end of file -- GitLab