@ablanc/spell-check 中文文档教程

发布于 4年前 浏览 21 更新于 3年前


spell-check

用于拼写检查 JSON 文件的 node.js 包。

Table of Contents

About The Project

Corrector 允许您对 JSON 文件进行拼写检查,更具体地说,是一个值数组。 您的 JSON 文件必须包含您要翻译的字符串数组或对象数组

该项目使用 https://languatool.org/fr 免费层 API。

您可以获取在控制台中打印出的翻译结果或作为 JSON 文件。

Built With

Installation

您可以使用以下方式在全球范围内下载它

npm install -g spell-check

Usage

。要使用它,请在您的终端中键入以下内容:

spell-check

Contributing

非常感谢您所做的任何贡献。

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

根据麻省理工学院许可证分发。 有关详细信息,请参阅 LICENSE


spell-check

A node.js package to spell check your JSON files.

Table of Contents

About The Project

Corrector allows you to spell check your JSON files and more specifically an array of values. Your JSON file must contain either an array of strings or an array of objects that you want to translate.

This project uses https://languagetool.org/fr free tier API.

You can either get the result of the translation printed out in the console or as a JSON file.

Built With

Installation

You can download it globally using

npm install -g spell-check

Usage

To use it type this in your terminal:

spell-check

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文