对于隐私问题, Grammarly 的 ToS 是这样写的:
Grammarly is committed to protecting the security of your information and takes reasonable precautions to protect it. However, Internet data transmissions, whether wired or wireless, cannot be guaranteed to be 100% secure, and as a result, we cannot ensure the security of information you transmit to us, including Personal Information and User Content; accordingly, you acknowledge that you do so at your own risk.
胆子一向比较小,看到 at your own risk
就有点发憷。
毕竟它把所有的 Text 表单全默认验证,而验证的过程都是提交到他的服务器。
这里你可能马上就要推荐系统自带的语法纠正了,但是总是把一些词纠正成错的了,
复制代码中的双引号总是被替换成全角的有正反区别的双引号,不知道是不是系统的语法纠正的锅。
所以想要一种安全的语法纠正方案,最好满足下面几点:
1
cxbig 2016-09-26 05:22:31 +08:00
我没有装它的浏览器插件
真要用来检测语法,我都是在它的 native 软件或独立的 web 页面验证的 至于内容安全,公司内部邮件我都是用不敏感的词汇替换的 |
2
cxbig 2016-09-26 05:25:14 +08:00 1
macOS 系统有这个引号自动替换的问题,默认是开启的
System Preferences > Keyboard > Text 取消选择右侧“ Use smart quotes and dashes ”就可以了 |
4
cchange 2016-09-26 07:54:10 +08:00 via iPhone
Word 装英文语言包就行
|