Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,17 +1,17 @@
# aspell
> 交互式拼写检查工具.
> 交互式拼写检查工具
> 更多信息: <http://aspell.net/>.
- 为一个文件做拼写检查:
- 为一个文件做拼写检查
`aspell check {{文件路径}}`
- 列出来自标准输入的拼写错误单词:
- 列出来自标准输入的拼写错误单词
`cat {{文件}} | aspell list`
- 列出可用的字典语言:
- 列出可用的字典语言
`aspell dicts`
@@ -19,6 +19,6 @@
`aspell --lang={{cs}}`
- 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词:
- 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词
`cat {{文件}} | aspell --personal={{个人单词列表.pws}} {{列表}}`