summaryrefslogtreecommitdiff
path: root/sa-extract/manager.py
diff options
context:
space:
mode:
authorVictor Chahuneau <vchahune@cs.cmu.edu>2012-06-21 17:27:48 -0400
committerVictor Chahuneau <vchahune@cs.cmu.edu>2012-06-21 17:27:48 -0400
commit899f78c7c4c3a8cff97494665ed52ddb3460d44a (patch)
tree719a46d4b832572eb6e4501328b13057a1295a17 /sa-extract/manager.py
parentf3fef50a89e8e88da39e3c7000310c9e319d5cfc (diff)
Allow SA rule extraction to write to a python buffer
+ very small sa-extract cleanup
Diffstat (limited to 'sa-extract/manager.py')
-rw-r--r--sa-extract/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sa-extract/manager.py b/sa-extract/manager.py
index 767192c1..3a079c2a 100644
--- a/sa-extract/manager.py
+++ b/sa-extract/manager.py
@@ -1,5 +1,6 @@
import csuf
import cdat
+import cintlist
class Sampler(object):
'''A Sampler implements a logic for choosing
@@ -15,7 +16,6 @@ class Sampler(object):
return cintlist.CIntList()
-
class Extractor(object):
'''Extractor is responsible for extracting rules
from a given context; once a sentence id/location