diff options
author | Michael Denkowski <michael.j.denkowski@gmail.com> | 2013-01-28 15:26:58 -0500 |
---|---|---|
committer | Michael Denkowski <michael.j.denkowski@gmail.com> | 2013-01-28 15:26:58 -0500 |
commit | 028169ef55dfbd973800cdac20dd9bcec6e748e1 (patch) | |
tree | 0ef051952e60e95ceb72dfec859a1df4aa76aae4 /python/pkg/cdec/sa/extractor.py | |
parent | 143afb1e6210ae6105426d47d7f225cbfa695753 (diff) |
For now, don't use online bilex counts
Diffstat (limited to 'python/pkg/cdec/sa/extractor.py')
-rw-r--r-- | python/pkg/cdec/sa/extractor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pkg/cdec/sa/extractor.py b/python/pkg/cdec/sa/extractor.py index cd3ab899..acc13cbc 100644 --- a/python/pkg/cdec/sa/extractor.py +++ b/python/pkg/cdec/sa/extractor.py @@ -60,7 +60,6 @@ class GrammarExtractor: # TODO: clean this up extended_features = [] - extended_features.append(IsSupportedOnline) if online: extended_features.append(IsSupportedOnline) |