Esempio n. 1
0
    def __init__ (self) :

        APIApp.__init__(self, 'xml')

        tagger = tag.Tagger()
        tagger.initialize()
        
        self.ex = extract.TermExtractor(tagger)
        self.ex.filter = extract.permissiveFilter
Esempio n. 2
0
 def __init__ (self):
     ffbp.Request.__init__(self)
     APIApp.__init__(self)
Esempio n. 3
0
 def __init__ (self):
     chatterbox.Request.__init__(self)
     APIApp.__init__(self)
Esempio n. 4
0
    def __init__(self):
        APIApp.__init__(self, 'xml')

        self.precision = 8
        self.factor = math.pow(10, self.precision)