Skip to content

MateCat is an AI driven translation tool for language industry professionals. Matecat makes machine translation post-editing and project outsourcing easy.

License

Notifications You must be signed in to change notification settings

matecat/MateCat

Repository files navigation

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.