From 06d8ec4c0dc2bbf3c8066d3a284a04290ff6a169 Mon Sep 17 00:00:00 2001 From: Michael Denkowski Date: Tue, 29 Jan 2013 19:15:25 -0500 Subject: fcount -> paircount --- python/pkg/cdec/sa/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/pkg/cdec/sa/features.py b/python/pkg/cdec/sa/features.py index cbea5dd1..46412cd5 100644 --- a/python/pkg/cdec/sa/features.py +++ b/python/pkg/cdec/sa/features.py @@ -137,6 +137,6 @@ def IsFEGreaterThanZero(ctx): def IsSupportedOnline(ctx): # Occurs in online data? if ctx.online: - return (ctx.online.fcount > 0.01) + return (ctx.online.paircount > 0.01) else: return False \ No newline at end of file -- cgit v1.2.3