diff options
author | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-09-05 10:21:37 +0100 |
---|---|---|
committer | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-09-05 10:21:37 +0100 |
commit | 1fd5b40da3bc9c55fd2fba03bb7fdb43eabee63c (patch) | |
tree | 14dbe83539aa2cd244b6ec9191d570d750131c7c /python/src/sa/_sa.pyx | |
parent | b774a1ce6aced0e17d308d775cb32ba18ab755a8 (diff) |
Merge alopez/context-features
Diffstat (limited to 'python/src/sa/_sa.pyx')
-rw-r--r-- | python/src/sa/_sa.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/sa/_sa.pyx b/python/src/sa/_sa.pyx index bb3a4d38..50da4235 100644 --- a/python/src/sa/_sa.pyx +++ b/python/src/sa/_sa.pyx @@ -26,5 +26,5 @@ include "sym.pxi" include "rule.pxi" include "precomputation.pxi" include "suffix_array.pxi" -include "features.pxi" include "rulefactory.pxi" +include "features.pxi" |