summaryrefslogtreecommitdiff
path: root/python/src/sa/_sa.pyx
diff options
context:
space:
mode:
authorVictor Chahuneau <vchahune@cs.cmu.edu>2012-12-23 23:07:31 +0100
committerVictor Chahuneau <vchahune@cs.cmu.edu>2012-12-23 23:07:31 +0100
commite66ce4f37f98af2e23c800c7dc6fd8fc83d07353 (patch)
tree9972e8ed1adeb56ede19b2c6020e92a5116860e4 /python/src/sa/_sa.pyx
parent597d89c11db53e91bc011eab70fd613bbe6453e8 (diff)
Memory mapping for IntList/FloatList
+ vocabulary class for DataArray & BiLex
Diffstat (limited to 'python/src/sa/_sa.pyx')
-rw-r--r--python/src/sa/_sa.pyx2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/src/sa/_sa.pyx b/python/src/sa/_sa.pyx
index 50da4235..549b3a98 100644
--- a/python/src/sa/_sa.pyx
+++ b/python/src/sa/_sa.pyx
@@ -14,9 +14,11 @@ def gzip_or_text(char* filename):
logger = logging.getLogger('cdec.sa')
+include "mmap.pxi"
include "float_list.pxi"
include "int_list.pxi"
include "str_map.pxi"
+include "vocabulary.pxi"
include "data_array.pxi"
include "alignment.pxi"
include "bilex.pxi"