We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ef0ac commit d54cedbCopy full SHA for d54cedb
src/boilerpipe/extract/__init__.py
@@ -29,7 +29,7 @@ class Extractor(object):
29
30
def __init__(self, extractor='DefaultExtractor', **kwargs):
31
self.extractor = jpype.JClass(
32
- "de.l3s.boilerpipe.extractors."+extractor).getInstance()
+ "de.l3s.boilerpipe.extractors."+extractor).INSTANCE
33
if kwargs.get('url'):
34
request = urllib2.urlopen(kwargs['url'])
35
self.data = request.read()
0 commit comments