From 3ac4c7ca0d9c8772688a33cc685ecfa55fac28f3 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Sat, 5 Dec 2015 00:06:49 +0100 Subject: fix pycdec --- python/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/README.md') diff --git a/python/README.md b/python/README.md index 03d9f31d..75207125 100644 --- a/python/README.md +++ b/python/README.md @@ -16,6 +16,10 @@ To re-build pycdec from the cython source, modify setup.py in the following ways Then just build and install normally, as described above. +To rebuild cdec/\_cdec.cpp, run: + + cython --cplus \_cdec.pyx + ## Grammar extractor Compile a parallel corpus and a word alignment into a suffix array representation: -- cgit v1.2.3