Skip to content

trevorparscal/ll

 
 

Repository files navigation

LL — two-way parallel translation

LL logo

Getting started

  • Clone the repository
  • npm install
  • grunt
  • Initialise and build the VE sub-module
  • git submodule update --init lib/ve
  • cd lib/ve
  • npm install
  • grunt build
  • Download, install and run Apertium-APy . (or alternatively, edit demo/demo.ll.js and change http://localhost:2737/translate to point to a public Apertium-APy instance)
  • Run a local static webserver in the repository directory: python3 -m http.server
  • Browse to http://localhost:8000/demo/LL.html

License

Copyright (C) 2019, LL team and others.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

About

Two-way parallel translation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • HTML 34.9%