iems: 机器翻译交互式实验管理系统
易于使用的 EMS,用于管理机器翻译的交互式实验。在 Windows 上,您需要使用 Windows Installer(.msi)并安装 6.x(稳定)最新版本。在 Ubuntu 14.04 上,可以通过 apt-get 安装 node.js 的简单方法:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
运行 npm 命令:
npm install # 安装依赖项
npm run build # 构建应用程序
npm start # 启动网络服务器
在浏览器中导航到。对于开发,运行 npm 命令:
npm run dev & npm start
在浏览器中导航到。
93.96KB
文件大小:
评论区