diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000000000000000000000000000000000..cd1cba497738d7bd1f0840e289121fd6f717538c --- /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 0000000000000000000000000000000000000000..259c69296d0b8565ae857e361d82729c106e670b --- /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 0000000000000000000000000000000000000000..17daf516836436539d1bc94735a5d57ee4b8cad9 --- /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 0000000000000000000000000000000000000000..f76166c4e1c6f64161b010c866bc8e4231e17b18 --- /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