Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matecat/MateCat
MateCat is an AI driven translation tool for language industry professionals. Matecat makes machine translation post-editing and project outsourcing easy.
https://github.com/matecat/MateCat
Last synced: 16 days ago
JSON representation
MateCat is an AI driven translation tool for language industry professionals. Matecat makes machine translation post-editing and project outsourcing easy.
- Host: GitHub
- URL: https://github.com/matecat/MateCat
- Owner: matecat
- License: lgpl-3.0
- Created: 2014-12-22T17:22:31.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T09:28:49.000Z (about 1 month ago)
- Last Synced: 2024-10-29T11:42:29.226Z (about 1 month ago)
- Language: PHP
- Homepage: http://www.matecat.com
- Size: 92.4 MB
- Stars: 385
- Watchers: 48
- Forks: 179
- Open Issues: 80
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Support: support_scripts/.htaccess
Awesome Lists containing this project
- awesome-starred - matecat/MateCat - MateCat is an AI driven translation tool for language industry professionals. Matecat makes machine translation post-editing and project outsourcing easy. (others)
README
# 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/](http://site.matecat.com/installation-guide/)
## Available scripts
### `yarn format`
Format all supported files using [prettier](https://prettier.io/).
### `yarn lint`
Lint JavaScript files using [eslint](https://eslint.org/).
### `yarn test`
Run tests related to files changed since last commit in watch mode, thanks to [jest](https://jestjs.io/).
### `yarn coverage`
Run all the tests and collect the coverage information and report it, thanks to [jest](https://jestjs.io/).