Update README.md

This commit is contained in:
Taku Kudo 2019-01-09 09:31:31 +09:00 committed by GitHub
parent 04683fcb35
commit a04c947829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ The following tools and libraries are required to build SentencePiece:
* [cmake](https://cmake.org/)
* C++11 compiler
* [gperftool](https://github.com/gperftools/gperftools) library (optional, 10-40% performance improvement can be obtained.)
* [gperftools](https://github.com/gperftools/gperftools) library (optional, 10-40% performance improvement can be obtained.)
On Ubuntu, the build tools can be installed with apt-get:
```