[README] Fix some errors. (#1171)

* test=update_readme, test=doc_fix

Add contribution of @mymagicpower.

* test=update_readme, test=doc_fix

Add contribution from @mymagicpower.

* Update README_cn.md

* test=update_readme, test=doc_fix

Fix some errors.

Co-authored-by: TianYuan <white-sky@qq.com>
pull/1173/head
Mingxue-Xu 4 years ago committed by GitHub
parent 7d369c7e1d
commit 1ad0033d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
<h3>
<a href="#quick-start"> Quick Start </a>
| <a href="#tutorials"> Tutorials </a>
| <a href="#documents"> Documents </a>
| <a href="#model-list"> Models List </a>
</div>
@ -154,12 +154,12 @@ We strongly recommend our users to install PaddleSpeech in **Linux** with *pytho
```python
pip install paddlepaddle paddlespeech
```
Up to now, **Linux** supports CLI for the all our tasks, **Mac OSX and Windows** only supports PaddleSpeech CLI for Audio Classification, Speech-to-Text and Text-to-Speech. Please see [installation](./docs/source/install.md) for other alternatives.
Up to now, **Linux** supports CLI for the all our tasks, **Mac OSX** and **Windows** only supports PaddleSpeech CLI for Audio Classification, Speech-to-Text and Text-to-Speech. Please see [installation](./docs/source/install.md) for other alternatives.
<a name="quickstart"></a>
## Quick Start
Developers can have a try of our models with [PaddleSpeech Command Line](./demos/README.md). Change `--input` to test your own audio/text.
Developers can have a try of our models with [PaddleSpeech Command Line](./paddlespeech/cli/README.md). Change `--input` to test your own audio/text.
**Audio Classification**
```shell
@ -190,10 +190,6 @@ PaddleSpeech supports a series of most popular models. They are summarized in [r
**Speech-to-Text** contains *Acoustic Model*, *Language Model*, and *Speech Translation*, with the following details:
<!---
The current hyperlinks redirect to [Previous Parakeet](https://github.com/PaddlePaddle/Parakeet/tree/develop/examples).
-->
<table style="width:100%">
<thead>
<tr>

Loading…
Cancel
Save