matecat / MateCat

MateCat is an AI driven translation tool for language industry professionals. Matecat makes machine translation post-editing and project outsourcing easy.
http://www.matecat.com
GNU Lesser General Public License v3.0
362 stars 166 forks source link

Matecat

Matecat Official Repository. Matecat is an enterprise-level, web-based CAT tool designed to make post-editing and outsourcing easy and to provide a complete set of features to manage and monitor translation projects.

Installation

See the complete installation guide here:

http://site.matecat.com/installation-guide/

Available scripts

yarn format

Format all supported files using prettier.

yarn lint

Lint JavaScript files using eslint.

yarn test

Run tests related to files changed since last commit in watch mode, thanks to jest.

yarn coverage

Run all the tests and collect the coverage information and report it, thanks to jest.