diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-05 00:06:49 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-05 00:06:49 +0100 |
commit | 3ac4c7ca0d9c8772688a33cc685ecfa55fac28f3 (patch) | |
tree | 19af429f2d0a031b96d5fd06f5311b43981c388a /python/README.md | |
parent | ac8f68ab751cd24a83aa10690b2f3813992a36b6 (diff) |
fix pycdec
Diffstat (limited to 'python/README.md')
-rw-r--r-- | python/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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: |