Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e3f6105088fb87f8391dbfb237ff09a590ed3ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pcl
===

Pipeline creation language compiler and run-time.

pcl is licensed using the [GNU Lesser General Public License Version 3](http://www.gnu.org/licenses/lgpl.txt).

This project was developed as part of the [MosesCore FP7 Project](http://www.statmt.org/mosescore/).

Dependencies
------------

The PCL compiler depends on [PLY](http://www.dabeaz.com/ply/) v3.4 which is a lexing and parsing library. You can install this either by downloading the [PLY-3.4](http://www.dabeaz.com/ply/ply-3.4.tar.gz) tarball and follow the instructions. Or, run `sudo easy_install ply`.