提交 7fd44b27 编写于 作者: 片刻小哥哥's avatar 片刻小哥哥

翻译支持

上级 c5c90b34
...@@ -3,27 +3,27 @@ id: support ...@@ -3,27 +3,27 @@ id: support
title: Get started title: Get started
--- ---
## What is fastText? ## 什么是快速文本?
fastText is a library for efficient learning of word representations and sentence classification. fastText是一个用于高效学习单词表示和句子分类的库.
## Requirements ## 要求
fastText builds on modern Mac OS and Linux distributions. fastText建立在现代 Mac OS 和 Linux 发行版上.
Since it uses C++11 features, it requires a compiler with good C++11 support. 由于它使用C ++ 11功能, 因此需要具有良好C ++ 11支持的编译器.
These include : 这些包括:
* (gcc-4.6.3 or newer) or (clang-3.3 or newer) * (gcc-4.6.3 or newer) or (clang-3.3 or newer)
Compilation is carried out using a Makefile, so you will need to have a working **make**. 使用 Makefile 进行编译, 因此您需要有一个可行的 **make**. 对于单词相似性评估脚本, 您需要:
For the word-similarity evaluation script you will need:
* python 2.6 or newer * python 2.6 or newer
* numpy & scipy * numpy & scipy
## Building fastText ## 建立快速文本
In order to build `fastText`, use the following:
为了构建 `fastText`, 请使用以下内容:
```bash ```bash
$ git clone https://github.com/facebookresearch/fastText.git $ git clone https://github.com/facebookresearch/fastText.git
...@@ -31,6 +31,6 @@ $ cd fastText ...@@ -31,6 +31,6 @@ $ cd fastText
$ make $ make
``` ```
This will produce object files for all the classes as well as the main binary `fasttext`. 这将产生所有类以及主二进制文件的目标文件 `fasttext`.
If you do not plan on using the default system-wide compiler, update the two macros defined at the beginning of the Makefile (CC and INCLUDES). 如果您不打算使用默认的系统范围编译器, 请更新 Makefile 开头定义的两个宏 (CC 和 INCLUDES).
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册